Searched refs:__ent (Results 1 – 3 of 3) sorted by relevance
10 #define __COMPAT_ENUM_OR_ZERO(__type, __ent) \ argument13 if (bpf_core_enum_value_exists(__type, __ent)) \14 __ret = __ent; \
68 #define __COMPAT_ENUM_OR_ZERO(__type, __ent) \ argument71 __COMPAT_read_enum(__type, __ent, &__val); \
21 #define EXIT_KIND(__ent) __COMPAT_ENUM_OR_ZERO("scx_exit_kind", #__ent) argument