Searched refs:__ops_name (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/sched_ext/include/scx/ |
| H A D | compat.h | 162 #define SCX_OPS_OPEN(__ops_name, __scx_name) ({ \ argument 170 __skel->struct_ops.__ops_name->hotplug_seq = scx_hotplug_seq(); \ 172 if (__skel->struct_ops.__ops_name->cgroup_set_bandwidth && \ 175 __skel->struct_ops.__ops_name->cgroup_set_bandwidth = NULL; \ 177 if (__skel->struct_ops.__ops_name->cgroup_set_idle && \ 180 __skel->struct_ops.__ops_name->cgroup_set_idle = NULL; \ 185 #define SCX_OPS_LOAD(__skel, __ops_name, __scx_name, __uei_name) ({ \ argument 186 UEI_SET_SIZE(__skel, __ops_name, __uei_name); \ 201 #define __SCX_OPS_DISABLE_AUTOATTACH(__skel, __ops_name) \ argument 202 bpf_map__set_autoattach((__skel)->maps.__ops_name, false) [all …]
|
| H A D | user_exit_info.h | 19 #define UEI_SET_SIZE(__skel, __ops_name, __uei_name) ({ \ argument 20 u32 __len = (__skel)->struct_ops.__ops_name->exit_dump_len ?: UEI_DUMP_DFL_LEN; \
|