Searched refs:scx_bpf_kick_cpu (Results 1 – 6 of 6) 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_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()
|
| /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 | 5960 * scx_bpf_kick_cpu() to trigger scheduling. in scx_bpf_dsq_insert___v2() 6627 * scx_bpf_kick_cpu - Trigger reschedule on a CPU 6636 __bpf_kfunc void scx_bpf_kick_cpu(s32 cpu, u64 flags) in scx_bpf_dsq_nr_queued() 7433 BTF_ID_FLAGS(func, scx_bpf_kick_cpu) 6615 __bpf_kfunc void scx_bpf_kick_cpu(s32 cpu, u64 flags) scx_bpf_kick_cpu() function
|