Home
last modified time | relevance | path

Searched defs:offsetof (Results 1 - 25 of 45) sorted by relevance

12

/kernel/linux/linux-5.10/include/linux/
H A Dstddef.h15 #undef offsetof macro
17 #define offsetof(TYPE, MEMBER) __compiler_offsetof(TYPE, MEMBER) macro
19 #define offsetof(TYPE, MEMBER) ((size_t)&((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-6.6/include/linux/
H A Dstddef.h15 #undef offsetof macro
16 #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) macro
H A Dmnt_idmapping.h24 static_assert(offsetof(vfsuid_t, val) == offsetof(kuid_t, val)); variable
25 static_assert(offsetof(vfsgid_t, val) == offsetof(kgid_t, val)); variable
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_select_reuseport_kern.c19 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
H A Dtest_cls_redirect.h20 #undef offsetof macro
21 #define offsetof(type, member) __builtin_offsetof(type, member) macro
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/
H A Dlist.h124 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect.h20 #undef offsetof macro
21 #define offsetof(type, member) __builtin_offsetof(type, member) macro
H A Dtest_select_reuseport_kern.c21 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dlist.h9 #undef offsetof macro
10 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dlist.h9 #undef offsetof macro
10 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/
H A Dlist.h124 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbpf_helpers.h50 #undef offsetof macro
51 #define offsetof(type, member) ((unsigned long)&((type *)0)->member) macro
/kernel/linux/linux-5.10/tools/include/linux/
H A Dkernel.h23 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-6.6/tools/include/linux/
H A Dkernel.h24 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dmkregtable.c20 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-5.10/samples/bpf/
H A Dcookie_uid_helper_example.c33 #define offsetof(type, member) __builtin_offsetof(type, member) macro
H A Dtest_lru_dist.c26 # define offsetof(TYPE, MEMBER) ((size_t)&((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsignal_64.c483 offsetof(compat_siginfo_t, _sifields._sigchld_x32)); global() variable
[all...]
H A Dptrace.c257 case offsetof(struct user_regs_struct, fs): in get_segment_reg() function
264 case offsetof(struct user_regs_struct, gs): in get_segment_reg() function
270 case offsetof(struc in get_segment_reg() function
276 case offsetof(struct user_regs_struct, es): get_segment_reg() function
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dmkregtable.c20 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-6.6/samples/bpf/
H A Dcookie_uid_helper_example.c33 #define offsetof(type, member) __builtin_offsetof(type, member) macro
H A Dtest_lru_dist.c25 # define offsetof(TYPE, MEMBER) ((size_t)&((TYPE *)0)->MEMBER) macro
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbpf_helpers.h85 #undef offsetof macro
86 #define offsetof(type, member) ((unsigned long)&((type *)0)->member) macro
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dptrace.c238 case offsetof(struct user_regs_struct, fs): in get_segment_reg() function
245 case offsetof(struct user_regs_struct, gs): in get_segment_reg() function
251 case offsetof(struc in get_segment_reg() function
257 case offsetof(struct user_regs_struct, es): get_segment_reg() function
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtc.c1211 case offsetof(struct iphdr, ttl): efx_tc_mangle() function
[all...]

Completed in 13 milliseconds

12