Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libzpool/common/
HDtaskq.c59 task_alloc(taskq_t *tq, int tqflags) in task_alloc() function
128 if ((t = task_alloc(tq, tqflags)) == NULL) { in taskq_dispatch()
266 task_free(tq, task_alloc(tq, KM_SLEEP)); in taskq_create()
296 task_free(tq, task_alloc(tq, KM_SLEEP)); in taskq_destroy()