Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/kern/
H A Duipc_socket.c158 static struct zone *so_cache_zone; variable
159 ZONE_DECLARE(so_cache_zone, struct zone *);
434 so_cache_zone = zone_create("socache zone", so_cache_zone_element_size, in socketinit()
470 uint8_t *so_mem = zalloc_flags_buf(so_cache_zone, how | Z_ZERO); in cached_sock_alloc()
505 zfree(so_cache_zone, so); in cached_sock_free()
586 zfree(so_cache_zone, p); in so_cache_timer()