HomeSort by relevance Sort by last modified time
    Searched defs:container_of (Results 1 - 7 of 7) sorted by null

  /external/iptables/libiptc/
linux_stddef.h 16 * container_of - cast a member of a structure out to the containing structure
23 #define container_of(ptr, type, member) ({ \ macro
linux_list.h 8 * 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/
rbtree.h 120 #define container_of(ptr, type, member) ({ \ macro
141 #define rb_entry(ptr, type, member) container_of(ptr, type, member)
  /external/qemu/
osdep.h 34 #ifndef container_of
35 #define container_of(ptr, type, member) ({ \ macro
45 container_of(dev, type, field);}))
47 #define DO_UPCAST(type, field, dev) container_of(dev, type, field)
  /device/samsung/crespo/alsa-utils/alsactl/
list.h 12 * container_of - cast a member of a structure out to the containing structure
19 #define container_of(ptr, type, member) ({ \ macro
212 container_of(ptr, type, member)
  /external/blktrace/btt/
list.h 13 #ifndef container_of
21 #define container_of(ptr, type, member) ({ \ macro
147 container_of(ptr, type, member)
  /external/kernel-headers/original/linux/
kernel.h 289 * container_of - cast a member of a structure out to the containing structure
295 #define container_of(ptr, type, member) ({ \ macro

Completed in 315 milliseconds