HomeSort by relevance Sort by last modified time
    Searched refs:container_of (Results 176 - 200 of 494) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/linux/
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/linux/
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/linux/
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/linux/
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
transport_class.h 39 #define class_to_transport_class(x) container_of(x, struct transport_class, class)
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /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
  /external/linux-tools-perf/src/tools/perf/util/
strlist.c 18 struct strlist *strlist = container_of(rblist, struct strlist, rblist);
48 struct strlist *slist = container_of(rblist, struct strlist, rblist);
49 struct str_node *snode = container_of(rb_node, struct str_node, rb_node);
57 struct str_node *snode = container_of(rb_node, struct str_node, rb_node);
105 snode = container_of(rb_node, struct str_node, rb_node);
169 snode = container_of(rb_node, struct str_node, rb_node);
intlist.c 37 struct int_node *node = container_of(rb_node, struct int_node, rb_node);
45 struct int_node *node = container_of(rb_node, struct int_node, rb_node);
71 node = container_of(rb_node, struct int_node, rb_node);
128 node = container_of(rb_node, struct int_node, rb_node);
  /development/ndk/platforms/android-3/include/linux/
platform_device.h 25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
platform_device.h 25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
platform_device.h 25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
platform_device.h 25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
platform_device.h 25 #define to_platform_device(x) container_of((x), struct platform_device, dev)

Completed in 3376 milliseconds

1 2 3 4 5 6 78 91011>>