Searched refs:task_alloc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libspl/ |
| H A D | taskq.c | 61 task_alloc(taskq_t *tq, int tqflags) in task_alloc() function 129 if ((t = task_alloc(tq, tqflags)) == NULL) { in taskq_dispatch() 314 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 | 201 task_alloc(taskq_t *tq, uint_t flags, unsigned long *irqflags) in task_alloc() function 717 if ((t = task_alloc(tq, flags, &irqflags)) == NULL) in taskq_dispatch() 780 if ((t = task_alloc(tq, flags, &irqflags)) == NULL) in taskq_dispatch_delay() 1409 task_done(tq, task_alloc(tq, TQ_PUSHPAGE | TQ_NEW, in taskq_create()
|