Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dscx_test.h21 #define EXIT_KIND(__ent) __COMPAT_ENUM_OR_ZERO("scx_exit_kind", #__ent) argument
/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/drivers/pci/
H A Dpci.h141 u16 __ent; \
150 read_cfg##_word(args, __pos, &__ent); \
152 __id = FIELD_GET(PCI_CAP_ID_MASK, __ent); \
164 __pos = FIELD_GET(PCI_CAP_LIST_NEXT_MASK, __ent); \