Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Duipc_socket.c156 static struct zone *so_cache_zone; variable
417 so_cache_zone = zone_create("socache zone", so_cache_zone_element_size, in socketinit()
453 *so = zalloc_flags(so_cache_zone, how | Z_ZERO); in cached_sock_alloc()
487 zfree(so_cache_zone, so); in cached_sock_free()
568 zfree(so_cache_zone, p); in so_cache_timer()