Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dcyclic_kick_wait.bpf.c43 enq_flags | SCX_ENQ_PREEMPT); in BPF_STRUCT_OPS()
/linux/tools/sched_ext/include/scx/
H A Denums.autogen.h46 SCX_ENUM_SET(skel, scx_enq_flags, SCX_ENQ_PREEMPT); \
H A Denums.autogen.bpf.h122 #define SCX_ENQ_PREEMPT __SCX_ENQ_PREEMPT
116 #define SCX_ENQ_PREEMPT __SCX_ENQ_PREEMPT global() macro
/linux/tools/sched_ext/
H A Dscx_central.bpf.c118 enq_flags | SCX_ENQ_PREEMPT); in BPF_STRUCT_OPS()
H A Dscx_qmap.bpf.c378 SCX_ENQ_PREEMPT)) { in dispatch_highpri()
/linux/kernel/sched/
H A Dext_internal.h1107 SCX_ENQ_PREEMPT = 1LLU << 32, enumerator
H A Dext.c440 if (enq_flags & SCX_ENQ_PREEMPT) in rq_is_open()
1511 if ((enq_flags & SCX_ENQ_PREEMPT) && p != rq->curr && in local_dsq_post_enq()
1592 if (enq_flags & (SCX_ENQ_HEAD | SCX_ENQ_PREEMPT)) { in dispatch_enqueue()
2261 if (enq_flags & (SCX_ENQ_HEAD | SCX_ENQ_PREEMPT)) in move_local_task_to_local_dsq()