Searched refs:BPF_STRUCT_OPS_SLEEPABLE (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/tools/testing/selftests/sched_ext/ |
| H A D | hotplug.bpf.c | 37 void BPF_STRUCT_OPS_SLEEPABLE(hotplug_cpu_online, s32 cpu) in BPF_STRUCT_OPS_SLEEPABLE() function 42 void BPF_STRUCT_OPS_SLEEPABLE(hotplug_cpu_offline, s32 cpu) in BPF_STRUCT_OPS_SLEEPABLE() function
|
| H A D | create_dsq.bpf.c | 19 s32 BPF_STRUCT_OPS_SLEEPABLE(create_dsq_init_task, struct task_struct *p, in BPF_STRUCT_OPS_SLEEPABLE() function 32 s32 BPF_STRUCT_OPS_SLEEPABLE(create_dsq_init) in BPF_STRUCT_OPS_SLEEPABLE() function
|
| H A D | enq_last_no_enq_fails.bpf.c | 17 void BPF_STRUCT_OPS_SLEEPABLE(enq_last_no_enq_fails_exit, struct scx_exit_info *info) in BPF_STRUCT_OPS_SLEEPABLE() function
|
| H A D | init_enable_count.bpf.c | 18 s32 BPF_STRUCT_OPS_SLEEPABLE(cnt_init_task, struct task_struct *p, in BPF_STRUCT_OPS_SLEEPABLE() function
|
| H A D | exit.bpf.c | 67 s32 BPF_STRUCT_OPS_SLEEPABLE(exit_init) in BPF_STRUCT_OPS_SLEEPABLE() function
|
| H A D | numa.bpf.c | 74 s32 BPF_STRUCT_OPS_SLEEPABLE(numa_init) in BPF_STRUCT_OPS_SLEEPABLE() function
|
| H A D | select_cpu_vtime.bpf.c | 77 s32 BPF_STRUCT_OPS_SLEEPABLE(select_cpu_vtime_init) in BPF_STRUCT_OPS_SLEEPABLE() function
|
| H A D | maximal.bpf.c | 126 s32 BPF_STRUCT_OPS_SLEEPABLE(maximal_init) in BPF_STRUCT_OPS_SLEEPABLE() function
|
| /linux-6.15/tools/sched_ext/ |
| H A D | scx_simple.bpf.c | 132 s32 BPF_STRUCT_OPS_SLEEPABLE(simple_init) in BPF_STRUCT_OPS_SLEEPABLE() function
|
| H A D | scx_central.bpf.c | 297 int BPF_STRUCT_OPS_SLEEPABLE(central_init) in BPF_STRUCT_OPS_SLEEPABLE() function
|
| H A D | scx_flatcg.bpf.c | 830 int BPF_STRUCT_OPS_SLEEPABLE(fcg_cgroup_init, struct cgroup *cgrp, in BPF_STRUCT_OPS_SLEEPABLE() function 928 s32 BPF_STRUCT_OPS_SLEEPABLE(fcg_init) in BPF_STRUCT_OPS_SLEEPABLE() function
|
| H A D | scx_qmap.bpf.c | 800 s32 BPF_STRUCT_OPS_SLEEPABLE(qmap_init) in BPF_STRUCT_OPS_SLEEPABLE() function
|
| /linux-6.15/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 180 #define BPF_STRUCT_OPS_SLEEPABLE(name, args...) \ macro
|
| /linux-6.15/Documentation/scheduler/ |
| H A D | sched-ext.rst | 171 s32 BPF_STRUCT_OPS_SLEEPABLE(simple_init)
|