Searched refs:scx_bpf_kick_cpu (Results 1 – 9 of 9) sorted by relevance
| /linux/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_pair.bpf.c | 489 scx_bpf_kick_cpu(*pair, SCX_KICK_PREEMPT); in try_dispatch() 525 scx_bpf_kick_cpu(*pair, SCX_KICK_PREEMPT); in BPF_STRUCT_OPS() 554 scx_bpf_kick_cpu(*pair, SCX_KICK_PREEMPT | SCX_KICK_WAIT); in BPF_STRUCT_OPS()
|
| H A D | scx_userland.bpf.c | 298 scx_bpf_kick_cpu(cpu, 0); in BPF_STRUCT_OPS()
|
| H A D | scx_qmap.bpf.c | 258 scx_bpf_kick_cpu(cpu, SCX_KICK_IDLE); in BPF_STRUCT_OPS()
|
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | cyclic_kick_wait.bpf.c | 54 scx_bpf_kick_cpu(tgt, SCX_KICK_WAIT); in BPF_STRUCT_OPS()
|
| H A D | allowed_cpus.bpf.c | 75 scx_bpf_kick_cpu(cpu, SCX_KICK_IDLE); in BPF_STRUCT_OPS()
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 68 void scx_bpf_kick_cpu(s32 cpu, u64 flags) __ksym;
|
| /linux/Documentation/scheduler/ |
| H A D | sched-ext.rst | 228 scheduler can wake up any cpu using the ``scx_bpf_kick_cpu()`` helper,
|
| /linux/kernel/sched/ |
| H A D | ext.c | 6636 __bpf_kfunc void scx_bpf_kick_cpu(s32 cpu, u64 flags) in scx_bpf_kick_cpu() function 7433 BTF_ID_FLAGS(func, scx_bpf_kick_cpu)
|