Home
last modified time | relevance | path

Searched refs:SCX_ENQ_PREEMPT (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/sched_ext/include/scx/
H A Denums.autogen.h44 SCX_ENUM_SET(skel, scx_enq_flags, SCX_ENQ_PREEMPT); \
H A Denums.autogen.bpf.h116 #define SCX_ENQ_PREEMPT __SCX_ENQ_PREEMPT macro
/linux-6.15/tools/sched_ext/
H A Dscx_central.bpf.c117 enq_flags | SCX_ENQ_PREEMPT); in BPF_STRUCT_OPS()
H A Dscx_qmap.bpf.c345 SCX_ENQ_PREEMPT)) { in dispatch_highpri()
/linux-6.15/kernel/sched/
H A Dext.c763 SCX_ENQ_PREEMPT = 1LLU << 32, enumerator
1920 if (enq_flags & (SCX_ENQ_HEAD | SCX_ENQ_PREEMPT)) in dispatch_enqueue()
1953 if ((enq_flags & SCX_ENQ_PREEMPT) && p != rq->curr && in dispatch_enqueue()
2441 if (enq_flags & (SCX_ENQ_HEAD | SCX_ENQ_PREEMPT)) in move_local_task_to_local_dsq()