Home
last modified time | relevance | path

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

/titanic_41/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", in aggr_port_init()
102 kmem_cache_destroy(aggr_port_cache); in aggr_port_fini()
214 port = kmem_cache_alloc(aggr_port_cache, KM_SLEEP); in aggr_port_create()
328 kmem_cache_free(aggr_port_cache, port); in aggr_port_free()