Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c94 task_alloc(taskq_t *tq, int tqflags) in task_alloc() function
163 if ((t = task_alloc(tq, tqflags)) == NULL) { in taskq_dispatch()
336 task_free(tq, task_alloc(tq, KM_SLEEP)); in taskq_create_proc()
366 task_free(tq, task_alloc(tq, KM_SLEEP)); in taskq_destroy()