Home
last modified time | relevance | path

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

/tools/sched_ext/include/scx/
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)
A Dcompat.bpf.h10 #define __COMPAT_ENUM_OR_ZERO(__type, __ent) \ macro
/tools/testing/selftests/sched_ext/
A Dscx_test.h21 #define EXIT_KIND(__ent) __COMPAT_ENUM_OR_ZERO("scx_exit_kind", #__ent)
/tools/sched_ext/
A Dscx_qmap.c67 skel->rodata->slice_ns = __COMPAT_ENUM_OR_ZERO("scx_public_consts", "SCX_SLICE_DFL"); in main()
A Dscx_central.c62 skel->rodata->slice_ns = __COMPAT_ENUM_OR_ZERO("scx_public_consts", "SCX_SLICE_DFL"); in main()
A Dscx_flatcg.c140 skel->rodata->cgrp_slice_ns = __COMPAT_ENUM_OR_ZERO("scx_public_consts", "SCX_SLICE_DFL"); in main()

Completed in 9 milliseconds