Home
last modified time | relevance | path

Searched refs:cache_timestamp (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/bsd/sys/ !
H A Dsocketvar.h218 u_int64_t cache_timestamp; /* time socket was cached */ member
/xnu-8020.140.41/bsd/kern/ !
H A Duipc_socket.c495 so->cache_timestamp = so_cache_time; in cached_sock_free()
560 if ((so_cache_time - p->cache_timestamp) < in so_cache_timer()