Symbol: scx_bpf_kick_cpu
kernel/sched/ext/ext.c
10464
BTF_ID_FLAGS(func, scx_bpf_kick_cpu, KF_IMPLICIT_ARGS)
kernel/sched/ext/ext.c
10527
BTF_ID_FLAGS(func, scx_bpf_kick_cpu, KF_IMPLICIT_ARGS)
tools/sched_ext/include/scx/common.bpf.h
68
void scx_bpf_kick_cpu(s32 cpu, u64 flags) __ksym;
tools/sched_ext/scx_central.bpf.c
131
scx_bpf_kick_cpu(central_cpu, SCX_KICK_PREEMPT);
tools/sched_ext/scx_central.bpf.c
178
scx_bpf_kick_cpu(cpu, SCX_KICK_IDLE);
tools/sched_ext/scx_central.bpf.c
255
scx_bpf_kick_cpu(central_cpu, SCX_KICK_PREEMPT);
tools/sched_ext/scx_central.bpf.c
277
scx_bpf_kick_cpu(central_cpu, SCX_KICK_PREEMPT);
tools/sched_ext/scx_central.bpf.c
332
scx_bpf_kick_cpu(cpu, SCX_KICK_PREEMPT);
tools/sched_ext/scx_central.bpf.c
359
scx_bpf_kick_cpu(central_cpu, 0);
tools/sched_ext/scx_pair.bpf.c
489
scx_bpf_kick_cpu(*pair, SCX_KICK_PREEMPT);
tools/sched_ext/scx_pair.bpf.c
525
scx_bpf_kick_cpu(*pair, SCX_KICK_PREEMPT);
tools/sched_ext/scx_pair.bpf.c
554
scx_bpf_kick_cpu(*pair, SCX_KICK_PREEMPT | SCX_KICK_WAIT);
tools/sched_ext/scx_userland.bpf.c
298
scx_bpf_kick_cpu(cpu, 0);
tools/testing/selftests/sched_ext/allowed_cpus.bpf.c
75
scx_bpf_kick_cpu(cpu, SCX_KICK_IDLE);
tools/testing/selftests/sched_ext/cyclic_kick_wait.bpf.c
54
scx_bpf_kick_cpu(tgt, SCX_KICK_WAIT);
tools/testing/selftests/sched_ext/dequeue.bpf.c
231
scx_bpf_kick_cpu(scx_bpf_task_cpu(p), SCX_KICK_IDLE);
tools/testing/selftests/sched_ext/nohz_tick.bpf.c
31
scx_bpf_kick_cpu(test_cpu, SCX_KICK_IDLE);
tools/testing/selftests/sched_ext/non_scx_kfunc_deny.bpf.c
21
scx_bpf_kick_cpu(0, 0);