Searched refs:__ent (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | scx_test.h | 21 #define EXIT_KIND(__ent) __COMPAT_ENUM_OR_ZERO("scx_exit_kind", #__ent) argument
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | compat.bpf.h | 10 #define __COMPAT_ENUM_OR_ZERO(__type, __ent) \ argument 13 if (bpf_core_enum_value_exists(__type, __ent)) \ 14 __ret = __ent; \
|
| H A D | compat.h | 68 #define __COMPAT_ENUM_OR_ZERO(__type, __ent) \ argument 71 __COMPAT_read_enum(__type, __ent, &__val); \
|
| /linux/drivers/pci/ |
| H A D | pci.h | 141 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); \
|