Home
last modified time | relevance | path

Searched refs:taskq_ent_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
843 taskq_ent_cache = kmem_cache_create("taskq_ent_cache", in taskq_init()
1028 tqe = kmem_cache_alloc(taskq_ent_cache, kmflags); in taskq_ent_alloc()
1056 kmem_cache_free(taskq_ent_cache, tqe); in taskq_ent_free()
1831 kmem_cache_free(taskq_ent_cache, tqe); in taskq_d_thread()
2240 tqe = kmem_cache_alloc(taskq_ent_cache, KM_NOSLEEP); in taskq_bucket_extend()