Home
last modified time | relevance | path

Searched defs:offsetof (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dstddef.h17 #define offsetof(TYPE, MEMBER) __compiler_offsetof(TYPE, MEMBER) macro
19 #define offsetof(TYPE, MEMBER) ((size_t)&((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_select_reuseport_kern.c21 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/
Dlist.h124 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-5.10/scripts/kconfig/
Dlist.h10 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-5.10/tools/lib/bpf/
Dbpf_helpers.h46 #define offsetof(TYPE, MEMBER) ((unsigned long)&((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-5.10/samples/bpf/
Dcookie_uid_helper_example.c33 #define offsetof(type, member) __builtin_offsetof(type, member) macro
Dtest_lru_dist.c26 # define offsetof(TYPE, MEMBER) ((size_t)&((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-5.10/tools/include/linux/
Dkernel.h23 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dmkregtable.c20 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Dsh_css_sp.c56 #define offsetof(T, x) ((unsigned int)&(((T *)0)->x)) macro