Home
last modified time | relevance | path

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

/linux-6.14.4/tools/sched_ext/include/scx/
Dcompat.h68 #define __COMPAT_ENUM_OR_ZERO(__type, __ent) \ macro
110 __COMPAT_ENUM_OR_ZERO("scx_ops_flags", "SCX_OPS_SWITCH_PARTIAL")
Dcompat.bpf.h10 #define __COMPAT_ENUM_OR_ZERO(__type, __ent) \ macro
/linux-6.14.4/tools/testing/selftests/sched_ext/
Dscx_test.h21 #define EXIT_KIND(__ent) __COMPAT_ENUM_OR_ZERO("scx_exit_kind", #__ent)
/linux-6.14.4/tools/sched_ext/
Dscx_central.c61 skel->rodata->slice_ns = __COMPAT_ENUM_OR_ZERO("scx_public_consts", "SCX_SLICE_DFL"); in main()
Dscx_qmap.c67 skel->rodata->slice_ns = __COMPAT_ENUM_OR_ZERO("scx_public_consts", "SCX_SLICE_DFL"); in main()
Dscx_flatcg.c140 skel->rodata->cgrp_slice_ns = __COMPAT_ENUM_OR_ZERO("scx_public_consts", "SCX_SLICE_DFL"); in main()