Searched refs:container_of (Results 26 - 50 of 61) sorted by relevance

123

/external/kernel-headers/original/linux/
H A Dkobject.h137 return kobj ? container_of(kobj,struct kset,kobj) : NULL;
247 return s ? container_of(kset_get(&s->kset),struct subsystem,kset) : NULL;
H A Dpnp.h155 #define to_pnp_card(n) container_of(n, struct pnp_card, dev)
211 #define to_pnp_dev(n) container_of(n, struct pnp_dev, dev)
303 #define to_pnp_driver(drv) container_of(drv, struct pnp_driver, driver)
317 #define to_pnp_card_driver(drv) container_of(drv, struct pnp_card_driver, link)
H A Drtc.h171 #define to_rtc_device(d) container_of(d, struct rtc_device, class_dev)
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
H A Dproc_fs.h261 return container_of(inode, struct proc_inode, vfs_inode);
H A Dlist.h354 container_of(ptr, type, member)
809 #define hlist_entry(ptr, type, member) container_of(ptr,type,member)
H A Dpci.h179 #define to_pci_dev(n) container_of(n, struct pci_dev, dev)
253 #define to_pci_bus(n) container_of(n, struct pci_bus, class_dev)
358 #define to_pci_driver(drv) container_of(drv,struct pci_driver, driver)
H A Dmsdos_fs.h290 return container_of(inode, struct msdos_inode_info, vfs_inode);
H A Dext3_fs.h493 return container_of(inode, struct ext3_inode_info, vfs_inode);
/external/iptables/libiptc/
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/linux-tools-perf/util/ui/browsers/
H A Dmap.c56 struct map_browser *mb = container_of(self, struct map_browser, b);
H A Dtop.c32 struct perf_top_browser *top_browser = container_of(browser, struct perf_top_browser, b);
H A Dhists.c592 struct hist_browser *hb = container_of(self, struct hist_browser, b);
1009 struct perf_evsel_menu *menu = container_of(browser,
/external/qemu/hw/
H A Dsysbus.c103 SysBusDeviceInfo *info = container_of(base, SysBusDeviceInfo, qdev);
/external/linux-tools-perf/
H A Dbuiltin-lock.c130 st = container_of(node, struct thread_stat, rb);
149 p = container_of(*rb, struct thread_stat, rb);
282 p = container_of(*rb, struct lock_stat, rb);
307 return container_of(node, struct lock_stat, rb);
829 st = container_of(node, struct thread_stat, rb);
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_conntrack.h174 return container_of(hash, struct ip_conntrack,
/external/qemu/
H A Ddma-helpers.c135 DMAAIOCB *dbs = container_of(acb, DMAAIOCB, common);
H A Dqdict.c52 return container_of(obj, QDict, base);
H A Dqerror.c448 return container_of(obj, QError, base);
H A Dqjson.c33 JSONParsingState *s = container_of(parser, JSONParsingState, parser);
/external/linux-tools-perf/util/include/linux/added/
H A Dlist.h332 container_of(ptr, type, member)
632 #define hlist_entry(ptr, type, member) container_of(ptr,type,member)
/external/qemu/slirp/
H A Dip_input.c193 fp = container_of(l, struct ipq, ip_link);
480 struct ipq *fp = container_of(l, struct ipq, ip_link);
/external/qemu/slirp-android/
H A Dip_input.c193 fp = container_of(l, struct ipq, ip_link);
480 struct ipq *fp = container_of(l, struct ipq, ip_link);
/external/libusb/libusb/
H A Dlibusbi.h99 #define container_of(ptr, type, member) ({ \ macro
/external/linux-tools-perf/util/
H A Dheader.c197 struct perf_session *session = container_of(header,
395 session = container_of(header, struct perf_session, header);
731 struct perf_session *session = container_of(header, struct perf_session, header);
774 struct perf_session *session = container_of(header, struct perf_session, header);

Completed in 428 milliseconds

123