Home
last modified time | relevance | path

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

/linux/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.c258 scx_bpf_kick_cpu(cpu, SCX_KICK_IDLE); in BPF_STRUCT_OPS()
/linux/tools/testing/selftests/sched_ext/
H A Dcyclic_kick_wait.bpf.c54 scx_bpf_kick_cpu(tgt, SCX_KICK_WAIT); in BPF_STRUCT_OPS()
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h68 void scx_bpf_kick_cpu(s32 cpu, u64 flags) __ksym;
/linux/Documentation/scheduler/
H A Dsched-ext.rst228 scheduler can wake up any cpu using the ``scx_bpf_kick_cpu()`` helper,
/linux/kernel/sched/
H A Dext.c5960 * 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