Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/
H A Dtaskq.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()