Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dtaskq.c59 task_alloc(taskq_t *tq, int tqflags) in task_alloc() function
133 if ((t = task_alloc(tq, tqflags)) == NULL) { in taskq_dispatch()
277 task_free(tq, task_alloc(tq, KM_SLEEP)); in taskq_create()
307 task_free(tq, task_alloc(tq, KM_SLEEP)); in taskq_destroy()