Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_central.bpf.c131 scx_bpf_kick_cpu(central_cpu, SCX_KICK_PREEMPT); in BPF_STRUCT_OPS()
174 scx_bpf_kick_cpu(cpu, SCX_KICK_IDLE); in dispatch_to_cpu()
251 scx_bpf_kick_cpu(central_cpu, SCX_KICK_PREEMPT); in BPF_STRUCT_OPS()
273 scx_bpf_kick_cpu(central_cpu, SCX_KICK_PREEMPT); in central_timerfn()
328 scx_bpf_kick_cpu(cpu, SCX_KICK_PREEMPT); in BPF_STRUCT_OPS_SLEEPABLE()
355 scx_bpf_kick_cpu(central_cpu, 0);
H A Dscx_qmap.bpf.c290 scx_bpf_kick_cpu(cpu, SCX_KICK_IDLE); in BPF_STRUCT_OPS()
506 scx_bpf_kick_cpu(scx_bpf_task_cpu(p), 0); in BPF_STRUCT_OPS()
/linux/tools/testing/selftests/sched_ext/
H A Dnon_scx_kfunc_deny.bpf.c17 void scx_bpf_kick_cpu(s32 cpu, u64 flags) __ksym;
26 scx_bpf_kick_cpu(0, 0); in BPF_PROG()
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.rst277 scheduler can wake up any cpu using the ``scx_bpf_kick_cpu()`` helper,
/linux/kernel/sched/
H A Dext.c8910 __bpf_kfunc void scx_bpf_kick_cpu(s32 cpu, u64 flags, const struct bpf_prog_aux *aux) in scx_bpf_kick_cpu() function
9735 BTF_ID_FLAGS(func, scx_bpf_kick_cpu, KF_IMPLICIT_ARGS)