Home
last modified time | relevance | path

Searched refs:__COMPAT_ENUM_OR_ZERO (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/sched_ext/include/scx/
H A Dcompat.h68 #define __COMPAT_ENUM_OR_ZERO(__type, __ent) \ macro
109 #define SCX_OPS_FLAG(name) __COMPAT_ENUM_OR_ZERO("scx_ops_flags", #name)
119 #define SCX_PICK_IDLE_FLAG(name) __COMPAT_ENUM_OR_ZERO("scx_pick_idle_cpu_flags", #name)
H A Dcompat.bpf.h10 #define __COMPAT_ENUM_OR_ZERO(__type, __ent) \ macro
/linux-6.15/tools/testing/selftests/sched_ext/
H A Dscx_test.h21 #define EXIT_KIND(__ent) __COMPAT_ENUM_OR_ZERO("scx_exit_kind", #__ent)
/linux-6.15/tools/sched_ext/
H A Dscx_qmap.c67 skel->rodata->slice_ns = __COMPAT_ENUM_OR_ZERO("scx_public_consts", "SCX_SLICE_DFL"); in main()
H A Dscx_central.c62 skel->rodata->slice_ns = __COMPAT_ENUM_OR_ZERO("scx_public_consts", "SCX_SLICE_DFL"); in main()
H A Dscx_flatcg.c140 skel->rodata->cgrp_slice_ns = __COMPAT_ENUM_OR_ZERO("scx_public_consts", "SCX_SLICE_DFL"); in main()