Searched refs:so_cache_zone (Results 1 – 1 of 1) sorted by relevance
158 static struct zone *so_cache_zone; variable159 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()