Searched refs:task_alloc (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | taskq.c | 42 task_alloc(taskq_t *tq, int tqflags) in task_alloc() function 115 if ((t = task_alloc(tq, tqflags)) == NULL) { in taskq_dispatch() 293 task_free(tq, task_alloc(tq, KM_SLEEP)); in taskq_create()
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-taskq.c | 195 task_alloc(taskq_t *tq, uint_t flags, unsigned long *irqflags) in task_alloc() function 682 if ((t = task_alloc(tq, flags, &irqflags)) == NULL) in taskq_dispatch() 747 if ((t = task_alloc(tq, flags, &irqflags)) == NULL) in taskq_dispatch_delay() 1386 task_done(tq, task_alloc(tq, TQ_PUSHPAGE | TQ_NEW, in taskq_create()
|