Searched defs:MEMBER (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| A D | stddef.h | 16 #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) argument 24 #define sizeof_field(TYPE, MEMBER) sizeof((((TYPE *)0)->MEMBER)) argument 32 #define offsetofend(TYPE, MEMBER) \ argument
|
| A D | cache.h | 151 #define CACHELINE_ASSERT_GROUP_MEMBER(TYPE, GROUP, MEMBER) \ argument
|
| A D | overflow.h | 459 #define DEFINE_FLEX(TYPE, NAME, MEMBER, COUNTER, COUNT) \ argument
|
| A D | filter.h | 629 #define bpf_ctx_range(TYPE, MEMBER) \ argument 634 # define bpf_ctx_range_ptr(TYPE, MEMBER) \ argument 637 # define bpf_ctx_range_ptr(TYPE, MEMBER) \ argument 641 #define bpf_target_off(TYPE, MEMBER, SIZE, PTR_SIZE) \ argument
|
Completed in 31 milliseconds