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.c570 static kmem_cache_t *taskq_ent_cache, *taskq_cache; variable
947 taskq_ent_cache = kmem_cache_create("taskq_ent_cache", in taskq_init()
1132 tqe = kmem_cache_alloc(taskq_ent_cache, kmflags); in taskq_ent_alloc()
1160 kmem_cache_free(taskq_ent_cache, tqe); in taskq_ent_free()
1339 tqe = kmem_cache_alloc(taskq_ent_cache, kmflags); in taskq_backlog_dispatch()
2110 kmem_cache_free(taskq_ent_cache, bltqe); in taskq_d_svc_bucket()
2491 kmem_cache_free(taskq_ent_cache, tqe); in taskq_d_thread()
2995 tqe = kmem_cache_alloc(taskq_ent_cache, KM_SLEEP); in taskq_bucket_extend()
3109 tqe = kmem_cache_alloc(taskq_ent_cache, KM_SLEEP); in taskq_bucket_redist()
3143 kmem_cache_free(taskq_ent_cache, tqe); in taskq_bucket_redist()