Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dtaskq.h63 #define TQ_FRONT 0x08 /* Put task at the front of the queue */ macro
/titanic_44/usr/src/lib/libzpool/common/
H A Dtaskq.c132 if (tqflags & TQ_FRONT) { in taskq_dispatch()
166 if (flags & TQ_FRONT) { in taskq_dispatch_ent()
/titanic_44/usr/src/lib/libfakekernel/common/
H A Dtaskq.c162 if (tqflags & TQ_FRONT) { in taskq_dispatch()
196 if (flags & TQ_FRONT) { in taskq_dispatch_ent()
/titanic_44/usr/src/uts/common/os/
H A Dtaskq.c1166 if (flags & TQ_FRONT) { in taskq_dispatch()
1178 ASSERT(!(flags & (TQ_NOALLOC | TQ_FRONT))); in taskq_dispatch()
1310 if (flags & TQ_FRONT) { in taskq_dispatch_ent()
/titanic_44/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h374 #define TQ_FRONT 0x08 /* Queue in front */ macro
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzio.c1291 int flags = (cutinline ? TQ_FRONT : 0); in zio_taskq_dispatch()