Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c167 static kmem_cache_t *aggr_grp_cache; variable
242 aggr_grp_cache = kmem_cache_create("aggr_grp_cache", in aggr_grp_init()
267 kmem_cache_destroy(aggr_grp_cache); in aggr_grp_fini()
1472 grp = kmem_cache_alloc(aggr_grp_cache, KM_SLEEP); in aggr_grp_create()
2140 kmem_cache_free(aggr_grp_cache, grp); in aggr_grp_free()