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

/external/iptables/libiptc/
H A Dlinux_stddef.h16 * container_of - cast a member of a structure out to the containing structure
23 #define container_of(ptr, type, member) ({ \ macro
H A Dlinux_list.h8 * container_of - cast a member of a structure out to the containing structure
15 #define container_of(ptr, type, member) ({ \ macro
331 container_of(ptr, type, member)
646 #define hlist_entry(ptr, type, member) container_of(ptr,type,member)
/external/blktrace/
H A Drbtree.h120 #define container_of(ptr, type, member) ({ \ macro
141 #define rb_entry(ptr, type, member) container_of(ptr, type, member)
/external/blktrace/btt/
H A Dlist.h13 #ifndef container_of
21 #define container_of(ptr, type, member) ({ \ macro
147 container_of(ptr, type, member)
/external/linux-tools-perf/util/include/linux/
H A Dkernel.h25 #ifndef container_of
27 * container_of - cast a member of a structure out to the containing structure
33 #define container_of(ptr, type, member) ({ \ macro
/external/qemu/
H A Dosdep.h32 #ifndef container_of
33 #define container_of(ptr, type, member) ({ \ macro
43 container_of(dev, type, field);}))
45 #define DO_UPCAST(type, field, dev) container_of(dev, type, field)
/external/kernel-headers/original/linux/
H A Dkernel.h289 * container_of - cast a member of a structure out to the containing structure
295 #define container_of(ptr, type, member) ({ \ macro
/external/libusb/libusb/
H A Dlibusbi.h99 #define container_of(ptr, type, member) ({ \ macro
/external/libusb_aah/libusb/
H A Dlibusbi.h113 #define container_of(ptr, type, member) ({ \ macro

Completed in 327 milliseconds