Searched refs:scx_bpf_kick_cpu (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/sched_ext/ |
| H A D | scx_central.bpf.c | 131 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 D | scx_qmap.bpf.c | 290 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 D | non_scx_kfunc_deny.bpf.c | 17 void scx_bpf_kick_cpu(s32 cpu, u64 flags) __ksym; 26 scx_bpf_kick_cpu(0, 0); in BPF_PROG()
|
| 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 | 277 scheduler can wake up any cpu using the ``scx_bpf_kick_cpu()`` helper,
|
| /linux/kernel/sched/ |
| H A D | ext.c | 8910 __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)
|