Home
last modified time | relevance | path

Searched refs:scx_bpf_kick_cpu (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/sched_ext/
H A Dscx_central.bpf.c130 scx_bpf_kick_cpu(central_cpu, SCX_KICK_PREEMPT); in BPF_STRUCT_OPS()
173 scx_bpf_kick_cpu(cpu, SCX_KICK_IDLE); in dispatch_to_cpu()
212 scx_bpf_kick_cpu(central_cpu, SCX_KICK_PREEMPT); in BPF_STRUCT_OPS()
234 scx_bpf_kick_cpu(central_cpu, SCX_KICK_PREEMPT); in BPF_STRUCT_OPS()
289 scx_bpf_kick_cpu(cpu, SCX_KICK_PREEMPT); in central_timerfn()
H A Dscx_qmap.bpf.c253 scx_bpf_kick_cpu(cpu, SCX_KICK_IDLE); in BPF_STRUCT_OPS()
/linux-6.15/tools/sched_ext/include/scx/
H A Dcommon.bpf.h61 void scx_bpf_kick_cpu(s32 cpu, u64 flags) __ksym;
/linux-6.15/kernel/sched/
H A Dext.c1045 static void scx_bpf_kick_cpu(s32 cpu, u64 flags);
3051 scx_bpf_kick_cpu(cpu_of(rq), 0); in balance_one()
3338 scx_bpf_kick_cpu(cpu_of(rq), SCX_KICK_IDLE); in pick_task_scx()
6706 __bpf_kfunc void scx_bpf_kick_cpu(s32 cpu, u64 flags) in scx_bpf_kick_cpu() function
7361 BTF_ID_FLAGS(func, scx_bpf_kick_cpu)
/linux-6.15/Documentation/scheduler/
H A Dsched-ext.rst227 scheduler can wake up any cpu using the ``scx_bpf_kick_cpu()`` helper,