Symbol: BPF_STRUCT_OPS_SLEEPABLE
tools/sched_ext/include/scx/common.bpf.h
207
#define BPF_STRUCT_OPS_SLEEPABLE(name, args...) \
tools/sched_ext/scx_central.bpf.c
340
int BPF_STRUCT_OPS_SLEEPABLE(central_init)
tools/sched_ext/scx_cpu0.bpf.c
70
s32 BPF_STRUCT_OPS_SLEEPABLE(cpu0_init)
tools/sched_ext/scx_flatcg.bpf.c
832
int BPF_STRUCT_OPS_SLEEPABLE(fcg_cgroup_init, struct cgroup *cgrp,
tools/sched_ext/scx_flatcg.bpf.c
932
s32 BPF_STRUCT_OPS_SLEEPABLE(fcg_init)
tools/sched_ext/scx_qmap.bpf.c
1070
s32 BPF_STRUCT_OPS_SLEEPABLE(qmap_init)
tools/sched_ext/scx_qmap.bpf.c
761
s32 BPF_STRUCT_OPS_SLEEPABLE(qmap_init_task, struct task_struct *p,
tools/sched_ext/scx_sdt.bpf.c
650
s32 BPF_STRUCT_OPS_SLEEPABLE(sdt_init_task, struct task_struct *p,
tools/sched_ext/scx_sdt.bpf.c
685
s32 BPF_STRUCT_OPS_SLEEPABLE(sdt_init)
tools/sched_ext/scx_simple.bpf.c
134
s32 BPF_STRUCT_OPS_SLEEPABLE(simple_init)
tools/testing/selftests/sched_ext/allowed_cpus.bpf.c
79
s32 BPF_STRUCT_OPS_SLEEPABLE(allowed_cpus_init)
tools/testing/selftests/sched_ext/create_dsq.bpf.c
19
s32 BPF_STRUCT_OPS_SLEEPABLE(create_dsq_init_task, struct task_struct *p,
tools/testing/selftests/sched_ext/create_dsq.bpf.c
32
s32 BPF_STRUCT_OPS_SLEEPABLE(create_dsq_init)
tools/testing/selftests/sched_ext/dequeue.bpf.c
362
s32 BPF_STRUCT_OPS_SLEEPABLE(dequeue_init)
tools/testing/selftests/sched_ext/enq_last_no_enq_fails.bpf.c
17
void BPF_STRUCT_OPS_SLEEPABLE(enq_last_no_enq_fails_exit, struct scx_exit_info *info)
tools/testing/selftests/sched_ext/exit.bpf.c
67
s32 BPF_STRUCT_OPS_SLEEPABLE(exit_init)
tools/testing/selftests/sched_ext/hotplug.bpf.c
37
void BPF_STRUCT_OPS_SLEEPABLE(hotplug_cpu_online, s32 cpu)
tools/testing/selftests/sched_ext/hotplug.bpf.c
42
void BPF_STRUCT_OPS_SLEEPABLE(hotplug_cpu_offline, s32 cpu)
tools/testing/selftests/sched_ext/init_enable_count.bpf.c
18
s32 BPF_STRUCT_OPS_SLEEPABLE(cnt_init_task, struct task_struct *p,
tools/testing/selftests/sched_ext/maximal.bpf.c
129
s32 BPF_STRUCT_OPS_SLEEPABLE(maximal_init)
tools/testing/selftests/sched_ext/numa.bpf.c
74
s32 BPF_STRUCT_OPS_SLEEPABLE(numa_init)
tools/testing/selftests/sched_ext/peek_dsq.bpf.c
176
s32 BPF_STRUCT_OPS_SLEEPABLE(peek_dsq_init)
tools/testing/selftests/sched_ext/select_cpu_vtime.bpf.c
79
s32 BPF_STRUCT_OPS_SLEEPABLE(select_cpu_vtime_init)