Searched refs:aggr_port_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_port.c53 static kmem_cache_t *aggr_port_cache; variable
81 aggr_port_cache = kmem_cache_create("aggr_port_cache",
102 kmem_cache_destroy(aggr_port_cache);
214 port = kmem_cache_alloc(aggr_port_cache, KM_SLEEP);
328 kmem_cache_free(aggr_port_cache, port);

Completed in 57 milliseconds