Home
last modified time | relevance | path

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

/linux-6.12.1/tools/sched_ext/
Dscx_central.bpf.c178 scx_bpf_kick_cpu(cpu, SCX_KICK_IDLE); in dispatch_to_cpu()
Dscx_qmap.bpf.c253 scx_bpf_kick_cpu(cpu, SCX_KICK_IDLE); in BPF_STRUCT_OPS()
/linux-6.12.1/kernel/sched/
Dext.c769 SCX_KICK_IDLE = 1LLU << 0, enumerator
2996 scx_bpf_kick_cpu(cpu_of(rq), SCX_KICK_IDLE); in pick_task_scx()
6527 if (flags & SCX_KICK_IDLE) { in scx_bpf_kick_cpu()