Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtask.c102 static kmem_cache_t *task_cache; /* kmem cache for task structures */ variable
491 task_t *tk = kmem_cache_alloc(task_cache, KM_SLEEP); in task_create()
770 kmem_cache_free(task_cache, tk); in task_end()
959 task_cache = kmem_cache_create("task_cache", sizeof (task_t), in task_init()
987 task0p = kmem_cache_alloc(task_cache, KM_SLEEP); in task_init()