Searched refs:SCX_ENUM_SET (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/sched_ext/include/scx/ |
| H A D | enums.autogen.h | 8 SCX_ENUM_SET(skel, scx_public_consts, SCX_OPS_NAME_LEN); \ 9 SCX_ENUM_SET(skel, scx_public_consts, SCX_SLICE_DFL); \ 10 SCX_ENUM_SET(skel, scx_public_consts, SCX_SLICE_INF); \ 11 SCX_ENUM_SET(skel, scx_rq_flags, SCX_RQ_ONLINE); \ 12 SCX_ENUM_SET(skel, scx_rq_flags, SCX_RQ_CAN_STOP_TICK); \ 13 SCX_ENUM_SET(skel, scx_rq_flags, SCX_RQ_BAL_PENDING); \ 14 SCX_ENUM_SET(skel, scx_rq_flags, SCX_RQ_BAL_KEEP); \ 15 SCX_ENUM_SET(skel, scx_rq_flags, SCX_RQ_BYPASSING); \ 16 SCX_ENUM_SET(skel, scx_rq_flags, SCX_RQ_CLK_VALID); \ 17 SCX_ENUM_SET(skel, scx_rq_flags, SCX_RQ_IN_WAKEUP); \ [all …]
|
| H A D | enums.h | 21 #define SCX_ENUM_SET(skel, type, name) do { \ macro
|