Searched refs:BPF_STRUCT_OPS_SLEEPABLE (Results 1 – 8 of 8) sorted by relevance
37 void BPF_STRUCT_OPS_SLEEPABLE(hotplug_cpu_online, s32 cpu) in BPF_STRUCT_OPS_SLEEPABLE() function42 void BPF_STRUCT_OPS_SLEEPABLE(hotplug_cpu_offline, s32 cpu) in BPF_STRUCT_OPS_SLEEPABLE() function
19 s32 BPF_STRUCT_OPS_SLEEPABLE(create_dsq_init_task, struct task_struct *p, in BPF_STRUCT_OPS_SLEEPABLE() function32 s32 BPF_STRUCT_OPS_SLEEPABLE(create_dsq_init) in BPF_STRUCT_OPS_SLEEPABLE() function
17 void BPF_STRUCT_OPS_SLEEPABLE(enq_last_no_enq_fails_exit, struct scx_exit_info *info) in BPF_STRUCT_OPS_SLEEPABLE() function
18 s32 BPF_STRUCT_OPS_SLEEPABLE(cnt_init_task, struct task_struct *p, in BPF_STRUCT_OPS_SLEEPABLE() function
67 s32 BPF_STRUCT_OPS_SLEEPABLE(exit_init) in BPF_STRUCT_OPS_SLEEPABLE() function
77 s32 BPF_STRUCT_OPS_SLEEPABLE(select_cpu_vtime_init) in BPF_STRUCT_OPS_SLEEPABLE() function
126 s32 BPF_STRUCT_OPS_SLEEPABLE(maximal_init) in BPF_STRUCT_OPS_SLEEPABLE() function
162 #define BPF_STRUCT_OPS_SLEEPABLE(name, args...) \ macro