Searched refs:__ops_name (Results 1 – 2 of 2) sorted by relevance
277 #define __SCX_OPS_OPEN(__ops_name, __scx_name, __ops_struct) ({ \ argument285 __oskel->struct_ops.__ops_name->hotplug_seq = scx_hotplug_seq(); \290 #define SCX_OPS_OPEN(__ops_name, __scx_name) ({ \ argument293 __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 …]
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; \