Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dtaskq.c42 task_alloc(taskq_t *tq, int tqflags) in task_alloc() function
115 if ((t = task_alloc(tq, tqflags)) == NULL) { in taskq_dispatch()
290 task_free(tq, task_alloc(tq, KM_SLEEP)); in taskq_create()
319 task_free(tq, task_alloc(tq, KM_SLEEP)); in taskq_destroy()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c109 task_alloc(taskq_t *tq, uint_t flags, unsigned long *irqflags) in task_alloc() function
592 if ((t = task_alloc(tq, flags, &irqflags)) == NULL) in taskq_dispatch()
649 if ((t = task_alloc(tq, flags, &irqflags)) == NULL) in taskq_dispatch_delay()
1104 task_done(tq, task_alloc(tq, TQ_PUSHPAGE | TQ_NEW, in taskq_create()