Home
last modified time | relevance | path

Searched defs:MEMBER (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dstddef.h16 #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
Dcache.h158 #define CACHELINE_ASSERT_GROUP_MEMBER(TYPE, GROUP, MEMBER) \ argument
Doverflow.h453 #define DEFINE_FLEX(TYPE, NAME, MEMBER, COUNTER, COUNT) \ argument
Dfilter.h617 #define bpf_ctx_range(TYPE, MEMBER) \ argument
622 # define bpf_ctx_range_ptr(TYPE, MEMBER) \ argument
625 # define bpf_ctx_range_ptr(TYPE, MEMBER) \ argument
629 #define bpf_target_off(TYPE, MEMBER, SIZE, PTR_SIZE) \ argument