Home
last modified time | relevance | path

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.c55 static kmem_cache_t *aggr_port_cache; variable
83 aggr_port_cache = kmem_cache_create("aggr_port_cache", in aggr_port_init()
104 kmem_cache_destroy(aggr_port_cache); in aggr_port_fini()
215 port = kmem_cache_alloc(aggr_port_cache, KM_SLEEP); in aggr_port_create()
330 kmem_cache_free(aggr_port_cache, port); in aggr_port_free()