Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Duipc_socket.c154 static uint64_t so_cache_time; variable
483 so_cache_time = net_uptime(); in cached_sock_free()
495 so->cache_timestamp = so_cache_time; in cached_sock_free()
555 so_cache_time = net_uptime(); in so_cache_timer()
560 if ((so_cache_time - p->cache_timestamp) < in so_cache_timer()