Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Duipc_socket.c155 static uint64_t so_cache_time; variable
498 so_cache_time = net_uptime(); in cached_sock_free()
510 so->cache_timestamp = so_cache_time; in cached_sock_free()
570 so_cache_time = net_uptime(); in so_cache_timer()
575 if ((so_cache_time - p->cache_timestamp) < in so_cache_timer()