Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Dcompat.bpf.h10 #define __COMPAT_ENUM_OR_ZERO(__type, __ent) \ argument
13 if (bpf_core_enum_value_exists(__type, __ent)) \
14 __ret = __ent; \
H A Dcompat.h68 #define __COMPAT_ENUM_OR_ZERO(__type, __ent) \ argument
71 __COMPAT_read_enum(__type, __ent, &__val); \
/linux/tools/testing/selftests/sched_ext/
H A Dscx_test.h21 #define EXIT_KIND(__ent) __COMPAT_ENUM_OR_ZERO("scx_exit_kind", #__ent) argument