Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c509 static kmem_cache_t *taskq_ent_cache, *taskq_cache; variable
846 taskq_cache = kmem_cache_create("taskq_cache", sizeof (taskq_t), in taskq_init()
1908 taskq_t *tq = kmem_cache_alloc(taskq_cache, KM_SLEEP); in taskq_create_common()
2201 kmem_cache_free(taskq_cache, tq); in taskq_destroy()