Home
last modified time | relevance | path

Searched refs:SCX_KICK_PREEMPT (Results 1 – 4 of 4) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_central.bpf.c37 * SCX_KICK_PREEMPT is used to trigger scheduling and CPUs to move to the
131 scx_bpf_kick_cpu(central_cpu, SCX_KICK_PREEMPT); in BPF_STRUCT_OPS()
251 scx_bpf_kick_cpu(central_cpu, SCX_KICK_PREEMPT); in BPF_STRUCT_OPS()
273 scx_bpf_kick_cpu(central_cpu, SCX_KICK_PREEMPT); in central_timerfn()
328 scx_bpf_kick_cpu(cpu, SCX_KICK_PREEMPT); in BPF_STRUCT_OPS_SLEEPABLE()
/linux/tools/sched_ext/include/scx/
H A Denums.autogen.h42 SCX_ENUM_SET(skel, scx_kick_flags, SCX_KICK_PREEMPT); \
H A Denums.autogen.bpf.h110 #define SCX_KICK_PREEMPT __SCX_KICK_PREEMPT
104 #define SCX_KICK_PREEMPT __SCX_KICK_PREEMPT global() macro
/linux/kernel/sched/
H A Dext_internal.h1209 SCX_KICK_PREEMPT = 1LLU << 1, enumerator