Home
last modified time | relevance | path

Searched refs:__ops_name (Results 1 – 2 of 2) sorted by relevance

/linux/tools/sched_ext/include/scx/
H A Dcompat.h277 #define __SCX_OPS_OPEN(__ops_name, __scx_name, __ops_struct) ({ \ argument
285 __oskel->struct_ops.__ops_name->hotplug_seq = scx_hotplug_seq(); \
290 #define SCX_OPS_OPEN(__ops_name, __scx_name) ({ \ argument
293 __skel = __SCX_OPS_OPEN(__ops_name, __scx_name, "sched_ext_ops"); \
294 if (__skel->struct_ops.__ops_name->cgroup_set_bandwidth && \
297 __skel->struct_ops.__ops_name->cgroup_set_bandwidth = NULL; \
299 if (__skel->struct_ops.__ops_name->cgroup_set_idle && \
302 __skel->struct_ops.__ops_name->cgroup_set_idle = NULL; \
304 if (__skel->struct_ops.__ops_name->sub_attach && \
307 __skel->struct_ops.__ops_name->sub_attach = NULL; \
[all …]
H A Duser_exit_info.h19 #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; \