Symbol: BPF_STRUCT_OPS
include/uapi/linux/bpf.h
1142
BPF_STRUCT_OPS,
tools/include/uapi/linux/bpf.h
1142
BPF_STRUCT_OPS,
tools/sched_ext/include/scx/common.bpf.h
190
#define BPF_STRUCT_OPS(name, args...) \
tools/sched_ext/scx_central.bpf.c
103
void BPF_STRUCT_OPS(central_enqueue, struct task_struct *p, u64 enq_flags)
tools/sched_ext/scx_central.bpf.c
219
void BPF_STRUCT_OPS(central_dispatch, s32 cpu, struct task_struct *prev)
tools/sched_ext/scx_central.bpf.c
277
void BPF_STRUCT_OPS(central_running, struct task_struct *p)
tools/sched_ext/scx_central.bpf.c
285
void BPF_STRUCT_OPS(central_stopping, struct task_struct *p, bool runnable)
tools/sched_ext/scx_central.bpf.c
360
void BPF_STRUCT_OPS(central_exit, struct scx_exit_info *ei)
tools/sched_ext/scx_central.bpf.c
91
s32 BPF_STRUCT_OPS(central_select_cpu, struct task_struct *p,
tools/sched_ext/scx_cpu0.bpf.c
45
s32 BPF_STRUCT_OPS(cpu0_select_cpu, struct task_struct *p, s32 prev_cpu, u64 wake_flags)
tools/sched_ext/scx_cpu0.bpf.c
50
void BPF_STRUCT_OPS(cpu0_enqueue, struct task_struct *p, u64 enq_flags)
tools/sched_ext/scx_cpu0.bpf.c
66
void BPF_STRUCT_OPS(cpu0_dispatch, s32 cpu, struct task_struct *prev)
tools/sched_ext/scx_cpu0.bpf.c
85
void BPF_STRUCT_OPS(cpu0_exit, struct scx_exit_info *ei)
tools/sched_ext/scx_flatcg.bpf.c
317
s32 BPF_STRUCT_OPS(fcg_select_cpu, struct task_struct *p, s32 prev_cpu, u64 wake_flags)
tools/sched_ext/scx_flatcg.bpf.c
345
void BPF_STRUCT_OPS(fcg_enqueue, struct task_struct *p, u64 enq_flags)
tools/sched_ext/scx_flatcg.bpf.c
507
void BPF_STRUCT_OPS(fcg_runnable, struct task_struct *p, u64 enq_flags)
tools/sched_ext/scx_flatcg.bpf.c
516
void BPF_STRUCT_OPS(fcg_running, struct task_struct *p)
tools/sched_ext/scx_flatcg.bpf.c
539
void BPF_STRUCT_OPS(fcg_stopping, struct task_struct *p, bool runnable)
tools/sched_ext/scx_flatcg.bpf.c
579
void BPF_STRUCT_OPS(fcg_quiescent, struct task_struct *p, u64 deq_flags)
tools/sched_ext/scx_flatcg.bpf.c
588
void BPF_STRUCT_OPS(fcg_cgroup_set_weight, struct cgroup *cgrp, u32 weight)
tools/sched_ext/scx_flatcg.bpf.c
729
void BPF_STRUCT_OPS(fcg_dispatch, s32 cpu, struct task_struct *prev)
tools/sched_ext/scx_flatcg.bpf.c
807
s32 BPF_STRUCT_OPS(fcg_init_task, struct task_struct *p,
tools/sched_ext/scx_flatcg.bpf.c
905
void BPF_STRUCT_OPS(fcg_cgroup_exit, struct cgroup *cgrp)
tools/sched_ext/scx_flatcg.bpf.c
918
void BPF_STRUCT_OPS(fcg_cgroup_move, struct task_struct *p,
tools/sched_ext/scx_flatcg.bpf.c
945
void BPF_STRUCT_OPS(fcg_exit, struct scx_exit_info *ei)
tools/sched_ext/scx_pair.bpf.c
242
void BPF_STRUCT_OPS(pair_enqueue, struct task_struct *p, u64 enq_flags)
tools/sched_ext/scx_pair.bpf.c
495
void BPF_STRUCT_OPS(pair_dispatch, s32 cpu, struct task_struct *prev)
tools/sched_ext/scx_pair.bpf.c
503
void BPF_STRUCT_OPS(pair_cpu_acquire, s32 cpu, struct scx_cpu_acquire_args *args)
tools/sched_ext/scx_pair.bpf.c
530
void BPF_STRUCT_OPS(pair_cpu_release, s32 cpu, struct scx_cpu_release_args *args)
tools/sched_ext/scx_pair.bpf.c
560
s32 BPF_STRUCT_OPS(pair_cgroup_init, struct cgroup *cgrp)
tools/sched_ext/scx_pair.bpf.c
583
void BPF_STRUCT_OPS(pair_cgroup_exit, struct cgroup *cgrp)
tools/sched_ext/scx_pair.bpf.c
597
void BPF_STRUCT_OPS(pair_exit, struct scx_exit_info *ei)
tools/sched_ext/scx_qmap.bpf.c
1010
void BPF_STRUCT_OPS(qmap_sub_detach, struct scx_sub_detach_args *args)
tools/sched_ext/scx_qmap.bpf.c
171
s32 BPF_STRUCT_OPS(qmap_select_cpu, struct task_struct *p,
tools/sched_ext/scx_qmap.bpf.c
208
void BPF_STRUCT_OPS(qmap_enqueue, struct task_struct *p, u64 enq_flags)
tools/sched_ext/scx_qmap.bpf.c
323
void BPF_STRUCT_OPS(qmap_dequeue, struct task_struct *p, u64 deq_flags)
tools/sched_ext/scx_qmap.bpf.c
404
void BPF_STRUCT_OPS(qmap_dispatch, s32 cpu, struct task_struct *prev)
tools/sched_ext/scx_qmap.bpf.c
553
void BPF_STRUCT_OPS(qmap_tick, struct task_struct *p)
tools/sched_ext/scx_qmap.bpf.c
613
bool BPF_STRUCT_OPS(qmap_core_sched_before,
tools/sched_ext/scx_qmap.bpf.c
625
s32 BPF_STRUCT_OPS(qmap_init_task, struct task_struct *p,
tools/sched_ext/scx_qmap.bpf.c
642
void BPF_STRUCT_OPS(qmap_dump, struct scx_dump_ctx *dctx)
tools/sched_ext/scx_qmap.bpf.c
680
void BPF_STRUCT_OPS(qmap_dump_cpu, struct scx_dump_ctx *dctx, s32 cpu, bool idle)
tools/sched_ext/scx_qmap.bpf.c
695
void BPF_STRUCT_OPS(qmap_dump_task, struct scx_dump_ctx *dctx, struct task_struct *p)
tools/sched_ext/scx_qmap.bpf.c
708
s32 BPF_STRUCT_OPS(qmap_cgroup_init, struct cgroup *cgrp, struct scx_cgroup_init_args *args)
tools/sched_ext/scx_qmap.bpf.c
717
void BPF_STRUCT_OPS(qmap_cgroup_set_weight, struct cgroup *cgrp, u32 weight)
tools/sched_ext/scx_qmap.bpf.c
723
void BPF_STRUCT_OPS(qmap_cgroup_set_bandwidth, struct cgroup *cgrp,
tools/sched_ext/scx_qmap.bpf.c
770
void BPF_STRUCT_OPS(qmap_cpu_online, s32 cpu)
tools/sched_ext/scx_qmap.bpf.c
779
void BPF_STRUCT_OPS(qmap_cpu_offline, s32 cpu)
tools/sched_ext/scx_qmap.bpf.c
989
void BPF_STRUCT_OPS(qmap_exit, struct scx_exit_info *ei)
tools/sched_ext/scx_qmap.bpf.c
994
s32 BPF_STRUCT_OPS(qmap_sub_attach, struct scx_sub_attach_args *args)
tools/sched_ext/scx_sdt.bpf.c
607
s32 BPF_STRUCT_OPS(sdt_select_cpu, struct task_struct *p, s32 prev_cpu, u64 wake_flags)
tools/sched_ext/scx_sdt.bpf.c
630
void BPF_STRUCT_OPS(sdt_enqueue, struct task_struct *p, u64 enq_flags)
tools/sched_ext/scx_sdt.bpf.c
645
void BPF_STRUCT_OPS(sdt_dispatch, s32 cpu, struct task_struct *prev)
tools/sched_ext/scx_sdt.bpf.c
668
void BPF_STRUCT_OPS(sdt_exit_task, struct task_struct *p,
tools/sched_ext/scx_sdt.bpf.c
704
void BPF_STRUCT_OPS(sdt_exit, struct scx_exit_info *ei)
tools/sched_ext/scx_simple.bpf.c
110
void BPF_STRUCT_OPS(simple_stopping, struct task_struct *p, bool runnable)
tools/sched_ext/scx_simple.bpf.c
129
void BPF_STRUCT_OPS(simple_enable, struct task_struct *p)
tools/sched_ext/scx_simple.bpf.c
147
void BPF_STRUCT_OPS(simple_exit, struct scx_exit_info *ei)
tools/sched_ext/scx_simple.bpf.c
55
s32 BPF_STRUCT_OPS(simple_select_cpu, struct task_struct *p, s32 prev_cpu, u64 wake_flags)
tools/sched_ext/scx_simple.bpf.c
69
void BPF_STRUCT_OPS(simple_enqueue, struct task_struct *p, u64 enq_flags)
tools/sched_ext/scx_simple.bpf.c
90
void BPF_STRUCT_OPS(simple_dispatch, s32 cpu, struct task_struct *prev)
tools/sched_ext/scx_simple.bpf.c
95
void BPF_STRUCT_OPS(simple_running, struct task_struct *p)
tools/sched_ext/scx_userland.bpf.c
143
s32 BPF_STRUCT_OPS(userland_select_cpu, struct task_struct *p,
tools/sched_ext/scx_userland.bpf.c
204
void BPF_STRUCT_OPS(userland_enqueue, struct task_struct *p, u64 enq_flags)
tools/sched_ext/scx_userland.bpf.c
227
void BPF_STRUCT_OPS(userland_dispatch, s32 cpu, struct task_struct *prev)
tools/sched_ext/scx_userland.bpf.c
258
void BPF_STRUCT_OPS(userland_update_idle, s32 cpu, bool idle)
tools/sched_ext/scx_userland.bpf.c
302
s32 BPF_STRUCT_OPS(userland_init_task, struct task_struct *p,
tools/sched_ext/scx_userland.bpf.c
312
s32 BPF_STRUCT_OPS(userland_init)
tools/sched_ext/scx_userland.bpf.c
329
void BPF_STRUCT_OPS(userland_exit, struct scx_exit_info *ei)
tools/testing/selftests/sched_ext/allowed_cpus.bpf.c
109
void BPF_STRUCT_OPS(allowed_cpus_exit, struct scx_exit_info *ei)
tools/testing/selftests/sched_ext/allowed_cpus.bpf.c
29
s32 BPF_STRUCT_OPS(allowed_cpus_select_cpu,
tools/testing/selftests/sched_ext/allowed_cpus.bpf.c
55
void BPF_STRUCT_OPS(allowed_cpus_enqueue, struct task_struct *p, u64 enq_flags)
tools/testing/selftests/sched_ext/create_dsq.bpf.c
13
void BPF_STRUCT_OPS(create_dsq_exit_task, struct task_struct *p,
tools/testing/selftests/sched_ext/cyclic_kick_wait.bpf.c
33
void BPF_STRUCT_OPS(cyclic_kick_wait_enqueue, struct task_struct *p,
tools/testing/selftests/sched_ext/cyclic_kick_wait.bpf.c
57
void BPF_STRUCT_OPS(cyclic_kick_wait_exit, struct scx_exit_info *ei)
tools/testing/selftests/sched_ext/ddsp_bogus_dsq_fail.bpf.c
13
s32 BPF_STRUCT_OPS(ddsp_bogus_dsq_fail_select_cpu, struct task_struct *p,
tools/testing/selftests/sched_ext/ddsp_bogus_dsq_fail.bpf.c
31
void BPF_STRUCT_OPS(ddsp_bogus_dsq_fail_exit, struct scx_exit_info *ei)
tools/testing/selftests/sched_ext/ddsp_vtimelocal_fail.bpf.c
13
s32 BPF_STRUCT_OPS(ddsp_vtimelocal_fail_select_cpu, struct task_struct *p,
tools/testing/selftests/sched_ext/ddsp_vtimelocal_fail.bpf.c
28
void BPF_STRUCT_OPS(ddsp_vtimelocal_fail_exit, struct scx_exit_info *ei)
tools/testing/selftests/sched_ext/dequeue.bpf.c
151
void BPF_STRUCT_OPS(dequeue_enqueue, struct task_struct *p, u64 enq_flags)
tools/testing/selftests/sched_ext/dequeue.bpf.c
234
void BPF_STRUCT_OPS(dequeue_dequeue, struct task_struct *p, u64 deq_flags)
tools/testing/selftests/sched_ext/dequeue.bpf.c
309
void BPF_STRUCT_OPS(dequeue_dispatch, s32 cpu, struct task_struct *prev)
tools/testing/selftests/sched_ext/dequeue.bpf.c
349
s32 BPF_STRUCT_OPS(dequeue_init_task, struct task_struct *p,
tools/testing/selftests/sched_ext/dequeue.bpf.c
373
void BPF_STRUCT_OPS(dequeue_exit, struct scx_exit_info *ei)
tools/testing/selftests/sched_ext/dequeue.bpf.c
97
s32 BPF_STRUCT_OPS(dequeue_select_cpu, struct task_struct *p,
tools/testing/selftests/sched_ext/dsp_local_on.bpf.c
19
s32 BPF_STRUCT_OPS(dsp_local_on_select_cpu, struct task_struct *p,
tools/testing/selftests/sched_ext/dsp_local_on.bpf.c
25
void BPF_STRUCT_OPS(dsp_local_on_enqueue, struct task_struct *p,
tools/testing/selftests/sched_ext/dsp_local_on.bpf.c
34
void BPF_STRUCT_OPS(dsp_local_on_dispatch, s32 cpu, struct task_struct *prev)
tools/testing/selftests/sched_ext/dsp_local_on.bpf.c
55
void BPF_STRUCT_OPS(dsp_local_on_exit, struct scx_exit_info *ei)
tools/testing/selftests/sched_ext/enq_select_cpu.bpf.c
14
s32 BPF_STRUCT_OPS(enq_select_cpu_select_cpu, struct task_struct *p,
tools/testing/selftests/sched_ext/enq_select_cpu.bpf.c
21
void BPF_STRUCT_OPS(enq_select_cpu_enqueue, struct task_struct *p,
tools/testing/selftests/sched_ext/enq_select_cpu.bpf.c
36
void BPF_STRUCT_OPS(enq_select_cpu_exit, struct scx_exit_info *ei)
tools/testing/selftests/sched_ext/exit.bpf.c
20
s32 BPF_STRUCT_OPS(exit_select_cpu, struct task_struct *p,
tools/testing/selftests/sched_ext/exit.bpf.c
31
void BPF_STRUCT_OPS(exit_enqueue, struct task_struct *p, u64 enq_flags)
tools/testing/selftests/sched_ext/exit.bpf.c
39
void BPF_STRUCT_OPS(exit_dispatch, s32 cpu, struct task_struct *p)
tools/testing/selftests/sched_ext/exit.bpf.c
47
void BPF_STRUCT_OPS(exit_enable, struct task_struct *p)
tools/testing/selftests/sched_ext/exit.bpf.c
53
s32 BPF_STRUCT_OPS(exit_init_task, struct task_struct *p,
tools/testing/selftests/sched_ext/exit.bpf.c
62
void BPF_STRUCT_OPS(exit_exit, struct scx_exit_info *ei)
tools/testing/selftests/sched_ext/hotplug.bpf.c
15
void BPF_STRUCT_OPS(hotplug_exit, struct scx_exit_info *ei)
tools/testing/selftests/sched_ext/init_enable_count.bpf.c
31
void BPF_STRUCT_OPS(cnt_exit_task, struct task_struct *p)
tools/testing/selftests/sched_ext/init_enable_count.bpf.c
36
void BPF_STRUCT_OPS(cnt_enable, struct task_struct *p)
tools/testing/selftests/sched_ext/init_enable_count.bpf.c
41
void BPF_STRUCT_OPS(cnt_disable, struct task_struct *p)
tools/testing/selftests/sched_ext/maximal.bpf.c
105
void BPF_STRUCT_OPS(maximal_cgroup_exit, struct cgroup *cgrp)
tools/testing/selftests/sched_ext/maximal.bpf.c
108
s32 BPF_STRUCT_OPS(maximal_cgroup_prep_move, struct task_struct *p,
tools/testing/selftests/sched_ext/maximal.bpf.c
114
void BPF_STRUCT_OPS(maximal_cgroup_move, struct task_struct *p,
tools/testing/selftests/sched_ext/maximal.bpf.c
118
void BPF_STRUCT_OPS(maximal_cgroup_cancel_move, struct task_struct *p,
tools/testing/selftests/sched_ext/maximal.bpf.c
122
void BPF_STRUCT_OPS(maximal_cgroup_set_weight, struct cgroup *cgrp, u32 weight)
tools/testing/selftests/sched_ext/maximal.bpf.c
125
void BPF_STRUCT_OPS(maximal_cgroup_set_bandwidth, struct cgroup *cgrp,
tools/testing/selftests/sched_ext/maximal.bpf.c
134
void BPF_STRUCT_OPS(maximal_exit, struct scx_exit_info *info)
tools/testing/selftests/sched_ext/maximal.bpf.c
17
s32 BPF_STRUCT_OPS(maximal_select_cpu, struct task_struct *p, s32 prev_cpu,
tools/testing/selftests/sched_ext/maximal.bpf.c
23
void BPF_STRUCT_OPS(maximal_enqueue, struct task_struct *p, u64 enq_flags)
tools/testing/selftests/sched_ext/maximal.bpf.c
28
void BPF_STRUCT_OPS(maximal_dequeue, struct task_struct *p, u64 deq_flags)
tools/testing/selftests/sched_ext/maximal.bpf.c
31
void BPF_STRUCT_OPS(maximal_dispatch, s32 cpu, struct task_struct *prev)
tools/testing/selftests/sched_ext/maximal.bpf.c
36
void BPF_STRUCT_OPS(maximal_runnable, struct task_struct *p, u64 enq_flags)
tools/testing/selftests/sched_ext/maximal.bpf.c
39
void BPF_STRUCT_OPS(maximal_running, struct task_struct *p)
tools/testing/selftests/sched_ext/maximal.bpf.c
42
void BPF_STRUCT_OPS(maximal_stopping, struct task_struct *p, bool runnable)
tools/testing/selftests/sched_ext/maximal.bpf.c
45
void BPF_STRUCT_OPS(maximal_quiescent, struct task_struct *p, u64 deq_flags)
tools/testing/selftests/sched_ext/maximal.bpf.c
48
bool BPF_STRUCT_OPS(maximal_yield, struct task_struct *from,
tools/testing/selftests/sched_ext/maximal.bpf.c
54
bool BPF_STRUCT_OPS(maximal_core_sched_before, struct task_struct *a,
tools/testing/selftests/sched_ext/maximal.bpf.c
60
void BPF_STRUCT_OPS(maximal_set_weight, struct task_struct *p, u32 weight)
tools/testing/selftests/sched_ext/maximal.bpf.c
63
void BPF_STRUCT_OPS(maximal_set_cpumask, struct task_struct *p,
tools/testing/selftests/sched_ext/maximal.bpf.c
67
void BPF_STRUCT_OPS(maximal_update_idle, s32 cpu, bool idle)
tools/testing/selftests/sched_ext/maximal.bpf.c
77
void BPF_STRUCT_OPS(maximal_cpu_online, s32 cpu)
tools/testing/selftests/sched_ext/maximal.bpf.c
80
void BPF_STRUCT_OPS(maximal_cpu_offline, s32 cpu)
tools/testing/selftests/sched_ext/maximal.bpf.c
83
s32 BPF_STRUCT_OPS(maximal_init_task, struct task_struct *p,
tools/testing/selftests/sched_ext/maximal.bpf.c
89
void BPF_STRUCT_OPS(maximal_enable, struct task_struct *p)
tools/testing/selftests/sched_ext/maximal.bpf.c
92
void BPF_STRUCT_OPS(maximal_exit_task, struct task_struct *p,
tools/testing/selftests/sched_ext/maximal.bpf.c
96
void BPF_STRUCT_OPS(maximal_disable, struct task_struct *p)
tools/testing/selftests/sched_ext/maximal.bpf.c
99
s32 BPF_STRUCT_OPS(maximal_cgroup_init, struct cgroup *cgrp,
tools/testing/selftests/sched_ext/maybe_null.bpf.c
12
void BPF_STRUCT_OPS(maybe_null_running, struct task_struct *p)
tools/testing/selftests/sched_ext/maybe_null.bpf.c
15
void BPF_STRUCT_OPS(maybe_null_success_dispatch, s32 cpu, struct task_struct *p)
tools/testing/selftests/sched_ext/maybe_null.bpf.c
21
bool BPF_STRUCT_OPS(maybe_null_success_yield, struct task_struct *from,
tools/testing/selftests/sched_ext/maybe_null_fail_dsp.bpf.c
12
void BPF_STRUCT_OPS(maybe_null_running, struct task_struct *p)
tools/testing/selftests/sched_ext/maybe_null_fail_dsp.bpf.c
15
void BPF_STRUCT_OPS(maybe_null_fail_dispatch, s32 cpu, struct task_struct *p)
tools/testing/selftests/sched_ext/maybe_null_fail_yld.bpf.c
12
void BPF_STRUCT_OPS(maybe_null_running, struct task_struct *p)
tools/testing/selftests/sched_ext/maybe_null_fail_yld.bpf.c
15
bool BPF_STRUCT_OPS(maybe_null_fail_yield, struct task_struct *from,
tools/testing/selftests/sched_ext/numa.bpf.c
34
s32 BPF_STRUCT_OPS(numa_select_cpu,
tools/testing/selftests/sched_ext/numa.bpf.c
60
void BPF_STRUCT_OPS(numa_enqueue, struct task_struct *p, u64 enq_flags)
tools/testing/selftests/sched_ext/numa.bpf.c
67
void BPF_STRUCT_OPS(numa_dispatch, s32 cpu, struct task_struct *prev)
tools/testing/selftests/sched_ext/numa.bpf.c
87
void BPF_STRUCT_OPS(numa_exit, struct scx_exit_info *ei)
tools/testing/selftests/sched_ext/peek_dsq.bpf.c
108
void BPF_STRUCT_OPS(peek_dsq_enqueue, struct task_struct *p, u64 enq_flags)
tools/testing/selftests/sched_ext/peek_dsq.bpf.c
140
void BPF_STRUCT_OPS(peek_dsq_dispatch, s32 cpu, struct task_struct *prev)
tools/testing/selftests/sched_ext/peek_dsq.bpf.c
226
void BPF_STRUCT_OPS(peek_dsq_exit, struct scx_exit_info *ei)
tools/testing/selftests/sched_ext/prog_run.bpf.c
24
void BPF_STRUCT_OPS(prog_run_exit, struct scx_exit_info *ei)
tools/testing/selftests/sched_ext/rt_stall.bpf.c
14
void BPF_STRUCT_OPS(rt_stall_exit, struct scx_exit_info *ei)
tools/testing/selftests/sched_ext/select_cpu_dfl.bpf.c
22
void BPF_STRUCT_OPS(select_cpu_dfl_enqueue, struct task_struct *p,
tools/testing/selftests/sched_ext/select_cpu_dfl_nodispatch.bpf.c
52
void BPF_STRUCT_OPS(select_cpu_dfl_nodispatch_enqueue, struct task_struct *p,
tools/testing/selftests/sched_ext/select_cpu_dfl_nodispatch.bpf.c
73
s32 BPF_STRUCT_OPS(select_cpu_dfl_nodispatch_init_task,
tools/testing/selftests/sched_ext/select_cpu_dispatch.bpf.c
15
s32 BPF_STRUCT_OPS(select_cpu_dispatch_select_cpu, struct task_struct *p,
tools/testing/selftests/sched_ext/select_cpu_dispatch_bad_dsq.bpf.c
17
s32 BPF_STRUCT_OPS(select_cpu_dispatch_bad_dsq_select_cpu, struct task_struct *p,
tools/testing/selftests/sched_ext/select_cpu_dispatch_bad_dsq.bpf.c
26
void BPF_STRUCT_OPS(select_cpu_dispatch_bad_dsq_exit, struct scx_exit_info *ei)
tools/testing/selftests/sched_ext/select_cpu_dispatch_dbl_dsp.bpf.c
17
s32 BPF_STRUCT_OPS(select_cpu_dispatch_dbl_dsp_select_cpu, struct task_struct *p,
tools/testing/selftests/sched_ext/select_cpu_dispatch_dbl_dsp.bpf.c
27
void BPF_STRUCT_OPS(select_cpu_dispatch_dbl_dsp_exit, struct scx_exit_info *ei)
tools/testing/selftests/sched_ext/select_cpu_vtime.bpf.c
38
s32 BPF_STRUCT_OPS(select_cpu_vtime_select_cpu, struct task_struct *p,
tools/testing/selftests/sched_ext/select_cpu_vtime.bpf.c
54
void BPF_STRUCT_OPS(select_cpu_vtime_dispatch, s32 cpu, struct task_struct *p)
tools/testing/selftests/sched_ext/select_cpu_vtime.bpf.c
60
void BPF_STRUCT_OPS(select_cpu_vtime_running, struct task_struct *p)
tools/testing/selftests/sched_ext/select_cpu_vtime.bpf.c
66
void BPF_STRUCT_OPS(select_cpu_vtime_stopping, struct task_struct *p,
tools/testing/selftests/sched_ext/select_cpu_vtime.bpf.c
74
void BPF_STRUCT_OPS(select_cpu_vtime_enable, struct task_struct *p)