Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Duipc_socket.c148 static u_int32_t so_cache_hw; /* High water mark for socache */ variable
489 if (so_cache_hw < cached_sock_count) { in cached_sock_free()
490 so_cache_hw = cached_sock_count; in cached_sock_free()