Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtaskq.h80 #define TQ_FRONT 0x08 /* Put task at the front of the queue */ macro
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h57 #define TQ_FRONT 0x08000000 macro
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dtaskq.c119 if (tqflags & TQ_FRONT) { in taskq_dispatch()
175 if (flags & TQ_FRONT) { in taskq_dispatch_ent()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c369 prio = !!(flags & TQ_FRONT); in taskq_dispatch()
403 prio = !!(flags & TQ_FRONT); in taskq_dispatch_ent()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c601 else if (flags & TQ_FRONT) in taskq_dispatch()
700 flags |= TQ_FRONT; in taskq_dispatch_ent()
718 if (flags & TQ_FRONT) in taskq_dispatch_ent()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h493 #define TQ_FRONT 0x08 /* Queue in front */
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio.c1867 int flags = (cutinline ? TQ_FRONT : 0); in zio_taskq_dispatch()