table of contents
other versions
- wheezy 1.4.1-4
- jessie 1.10.0-3
- testing 1.11.5-1
- unstable 1.11.5-1
- experimental 1.11.7-1
Advanced I/O object traversal helpers(3) | Hardware Locality (hwloc) | Advanced I/O object traversal helpers(3) |
NAME¶
Advanced I/O object traversal helpers -Functions¶
static inline hwloc_obj_t hwloc_get_non_io_ancestor_obj (hwloc_topology_t topology , hwloc_obj_t ioobj)
Function Documentation¶
static inline int hwloc_bridge_covers_pcibus (hwloc_obj_tbridge, unsigneddomain, unsignedbus) [static]¶
static inline hwloc_obj_t hwloc_get_hostbridge_by_pcibus ( hwloc_topology_ttopology, unsigneddomain, unsignedbus) [static]¶
Find the hostbridge that covers the given PCI bus. This is useful for finding the locality of a bus because it is the hostbridge parent cpuset.static inline hwloc_obj_t hwloc_get_next_bridge (hwloc_topology_ttopology, hwloc_obj_tprev) [static]¶
Get the next bridge in the system. Returns:the first bridge if prev is NULL.
static inline hwloc_obj_t hwloc_get_next_osdev (hwloc_topology_ttopology, hwloc_obj_tprev) [static]¶
Get the next OS device in the system. Returns:the first OS device if prev is NULL.
static inline hwloc_obj_t hwloc_get_next_pcidev (hwloc_topology_ttopology, hwloc_obj_tprev) [static]¶
Get the next PCI device in the system. Returns:the first PCI device if prev is NULL.
static inline hwloc_obj_t hwloc_get_non_io_ancestor_obj ( hwloc_topology_t topology, hwloc_obj_tioobj) [static]¶
Get the first non-I/O ancestor object. Given the I/O object ioobj, find the smallest non-I/O ancestor object. This regular object may then be used for binding because its locality is the same as ioobj.static inline hwloc_obj_t hwloc_get_pcidev_by_busid ( hwloc_topology_ttopology, unsigneddomain, unsignedbus, unsigneddev, unsignedfunc) [static]¶
Find the PCI device object matching the PCI bus id given domain, bus device and function PCI bus id.static inline hwloc_obj_t hwloc_get_pcidev_by_busidstring ( hwloc_topology_ttopology, const char *busid) [static]¶
Find the PCI device object matching the PCI bus id given as a string xxxx:yy:zz.t or yy:zz.t.Author¶
Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code.Mon Feb 27 2012 | Version 1.4.1 |