Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Duser_exit_info.h105 UEI_ECODE_SYS_ACT_MASK = ((1LLU << 16) - 1) << 48,
113 #define UEI_ECODE_SYS_ACT(__ecode) ((__ecode) & UEI_ECODE_SYS_ACT_MASK)
102 UEI_ECODE_SYS_ACT_MASK = ((1LLU << 16) - 1) << 48, global() enumerator