Home
last modified time | relevance | path

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

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