Home
last modified time | relevance | path

Searched defs:container_of (Results 1 – 23 of 23) sorted by relevance

/third_party/libbpf/include/linux/
Dkernel.h11 #define container_of(ptr, type, member) ({ \ macro
/third_party/libinput/src/
Dutil-list.h111 #define container_of(ptr, type, member) \ macro
/third_party/ffmpeg/libavcodec/
Dv4l2_m2m.h35 #define container_of(ptr, type, member) ({ \ macro
/third_party/libdrm/
Dutil_double_list.h111 #define container_of(ptr, sample, member) \ macro
/third_party/alsa-utils/alsactl/
Dlist.h19 #define container_of(ptr, type, member) ({ \ macro
/third_party/mesa3d/src/util/
Dmacros.h84 # define container_of(ptr, type, member) \ macro
89 # define container_of(ptr, type, member) ({ \ macro
/third_party/libdrm/tegra/
Dprivate.h38 #define container_of(ptr, type, member) ({ \ macro
/third_party/ltp/testcases/realtime/include/
Dlist.h252 #define container_of(ptr, type, member) ({ \ macro
/third_party/exfatprogs/include/
Dlist.h10 #define container_of(ptr, type, member) ({ \ macro
/third_party/node/deps/uv/src/
Duv-common.h57 #define container_of(ptr, type, member) \ macro
/third_party/libbpf/src/
Dbpf_helpers.h90 #define container_of(ptr, type, member) \ macro
/third_party/libuv/test/
Dtask.h74 #define container_of(ptr, type, member) \ macro
/third_party/alsa-lib/include/
Dlocal.h394 #define container_of(ptr, type, member) ({ \ macro
/third_party/libuv/src/
Duv-common.h57 #define container_of(ptr, type, member) \ macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dlist.h58 #define container_of LOS_DL_LIST_ENTRY macro
/third_party/f2fs-tools/fsck/
Df2fs.h45 #define container_of(ptr, type, member) ({ \ macro
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c37 #define container_of(p,t,m) ((t*)((char *)(p)-offsetof(t,m))) macro
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c37 #define container_of(p,t,m) ((t*)((char *)(p)-offsetof(t,m))) macro
/third_party/musl/ldso/
Ddynlink.c45 #define container_of(p,t,m) ((t*)((char *)(p)-offsetof(t,m))) macro
/third_party/libfuse/lib/
Dfuse_lowlevel.c42 #define container_of(ptr, type, member) ({ \ macro
Dfuse.c89 #define container_of(ptr, type, member) ({ \ macro
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c67 #define container_of(p,t,m) ((t*)((char *)(p)-offsetof(t,m))) macro
/third_party/musl/ldso/linux/
Ddynlink.c94 #define container_of(p,t,m) ((t*)((char *)(p)-offsetof(t,m))) macro