Home
last modified time | relevance | path

Searched defs:container_of (Results 1 - 24 of 24) sorted by relevance

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

Completed in 52 milliseconds