Home
last modified time | relevance | path

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

/freebsd/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_taskq.c135 prio = !!(flags & TQ_FRONT); in taskq_dispatch()
168 prio = !!(flags & TQ_FRONT); in taskq_dispatch_ent()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dtaskq.h73 #define TQ_FRONT 0x08 /* Put task at the front of the queue */ macro
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c300 &tqs[i], TQ_FRONT); in taskq_create_synced()
446 prio = !!(flags & TQ_FRONT); in taskq_dispatch()
479 task->tqent_task.ta_priority = !!(flags & TQ_FRONT); in taskq_dispatch_ent()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtaskq.h81 #define TQ_FRONT 0x08 /* Put task at the front of the queue */ macro
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dtaskq.c119 if (tqflags & TQ_FRONT) { in taskq_dispatch()
176 if (flags & TQ_FRONT) { in taskq_dispatch_ent()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h63 #define TQ_FRONT 0x08000000 macro
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c692 } else if (flags & TQ_FRONT) { in taskq_dispatch()
803 flags |= TQ_FRONT; in taskq_dispatch_ent()
821 if (flags & TQ_FRONT) { in taskq_dispatch_ent()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h491 #define TQ_FRONT 0x08 /* Queue in front */
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c1693 sync_meta_dnode_task, soa, TQ_FRONT, &soa->soa_tq_ent); in sync_dnodes_task()
1851 sync_meta_dnode_task, soa, TQ_FRONT, &soa->soa_tq_ent); in dmu_objset_sync()
H A Dmetaslab.c3617 msp, TQ_SLEEP | (m <= mg->mg_allocators ? TQ_FRONT : 0)) in metaslab_group_preload()
H A Dspa.c1586 taskq_dispatch_ent(tq, func, zio, cutinline ? TQ_FRONT : 0, in spa_taskq_dispatch()