Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/ !
H A Duipc_socket.c149 static u_int32_t so_cache_hw; /* High water mark for socache */ variable
504 if (so_cache_hw < cached_sock_count) { in cached_sock_free()
505 so_cache_hw = cached_sock_count; in cached_sock_free()