Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dtaskq.c502 static kmem_cache_t *taskq_ent_cache, *taskq_cache; variable
834 taskq_ent_cache = kmem_cache_create("taskq_ent_cache", in taskq_init()
1019 tqe = kmem_cache_alloc(taskq_ent_cache, kmflags); in taskq_ent_alloc()
1047 kmem_cache_free(taskq_ent_cache, tqe); in taskq_ent_free()
1791 kmem_cache_free(taskq_ent_cache, tqe); in taskq_d_thread()
2191 tqe = kmem_cache_alloc(taskq_ent_cache, KM_NOSLEEP); in taskq_bucket_extend()