Searched refs:scx_rq_flags (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/sched_ext/include/scx/ |
| H A D | enums.autogen.h | 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); \ 18 SCX_ENUM_SET(skel, scx_rq_flags, SCX_RQ_IN_BALANCE); \
|
| /linux-6.15/kernel/sched/ |
| H A D | sched.h | 745 enum scx_rq_flags { enum
|