Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtaskq.h78 #define TQ_NOQUEUE 0x02 /* Do not enqueue if can't dispatch */ macro
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h54 #define TQ_NOQUEUE 0x01000000 macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c332 if ((flags & (TQ_SLEEP | TQ_NOQUEUE)) == TQ_SLEEP) in taskq_dispatch_delay()
361 if ((flags & (TQ_SLEEP | TQ_NOQUEUE)) == TQ_SLEEP) in taskq_dispatch()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c585 if ((flags & TQ_NOQUEUE) && (tq->tq_nactive == tq->tq_nthreads)) { in taskq_dispatch()
598 if (flags & TQ_NOQUEUE) in taskq_dispatch()
624 if (!(flags & TQ_NOQUEUE) && tq->tq_nactive == tq->tq_nthreads) in taskq_dispatch()
695 if ((flags & TQ_NOQUEUE) && (tq->tq_nactive == tq->tq_nthreads)) { in taskq_dispatch_ent()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h492 #define TQ_NOQUEUE 0x02 /* Do not enqueue if can't dispatch */
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_traverse.c667 td, TQ_NOQUEUE) == TASKQID_INVALID) in traverse_impl()