Searched refs:scx_bpf_kick_cpu (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/sched_ext/ |
| H A D | scx_central.bpf.c | 130 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 D | scx_qmap.bpf.c | 253 scx_bpf_kick_cpu(cpu, SCX_KICK_IDLE); in BPF_STRUCT_OPS()
|
| /linux-6.15/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 61 void scx_bpf_kick_cpu(s32 cpu, u64 flags) __ksym;
|
| /linux-6.15/kernel/sched/ |
| H A D | ext.c | 1045 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 D | sched-ext.rst | 227 scheduler can wake up any cpu using the ``scx_bpf_kick_cpu()`` helper,
|