Home
last modified time | relevance | path

Searched refs:SCX_KICK_IDLE (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dnohz_tick.bpf.c31 scx_bpf_kick_cpu(test_cpu, SCX_KICK_IDLE); in BPF_STRUCT_OPS()
H A Dallowed_cpus.bpf.c110 scx_bpf_kick_cpu(cpu, SCX_KICK_IDLE); in BPF_STRUCT_OPS()
/linux/tools/sched_ext/include/scx/
H A Denums.autogen.h41 SCX_ENUM_SET(skel, scx_kick_flags, SCX_KICK_IDLE); \
H A Denums.autogen.bpf.h107 #define SCX_KICK_IDLE __SCX_KICK_IDLE macro
/linux/tools/sched_ext/
H A Dscx_central.bpf.c178 scx_bpf_kick_cpu(cpu, SCX_KICK_IDLE); in dispatch_to_cpu()
H A Dscx_qmap.bpf.c545 scx_bpf_kick_cid(cid, SCX_KICK_IDLE); in BPF_STRUCT_OPS()
/linux/kernel/sched/ext/
H A Dinternal.h1794 SCX_KICK_IDLE = 1LLU << 0, enumerator
H A Dext.c9559 if (flags & SCX_KICK_IDLE) { in scx_kick_cpu()