Home
last modified time | relevance | path

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

/linux/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/tools/sched_ext/
H A Dscx_central.bpf.c117 enq_flags | SCX_ENQ_PREEMPT); in BPF_STRUCT_OPS()
H A Dscx_qmap.bpf.c346 SCX_ENQ_PREEMPT)) { in dispatch_highpri()
/linux/kernel/sched/
H A Dext_internal.h942 SCX_ENQ_PREEMPT = 1LLU << 32, enumerator
H A Dext.c1001 if ((enq_flags & SCX_ENQ_PREEMPT) && p != rq->curr && in local_dsq_post_enq()
1084 if (enq_flags & (SCX_ENQ_HEAD | SCX_ENQ_PREEMPT)) { in dispatch_enqueue()
1642 if (enq_flags & (SCX_ENQ_HEAD | SCX_ENQ_PREEMPT)) in move_local_task_to_local_dsq()