Hardware Locality (hwloc) 2.12.2
|
Functions | |
hwloc_obj_t | hwloc_get_non_io_ancestor_obj (hwloc_topology_t topology, hwloc_obj_t ioobj) |
hwloc_obj_t | hwloc_get_next_pcidev (hwloc_topology_t topology, hwloc_obj_t prev) |
hwloc_obj_t | hwloc_get_pcidev_by_busid (hwloc_topology_t topology, unsigned domain, unsigned bus, unsigned dev, unsigned func) |
hwloc_obj_t | hwloc_get_pcidev_by_busidstring (hwloc_topology_t topology, const char *busid) |
hwloc_obj_t | hwloc_get_next_osdev (hwloc_topology_t topology, hwloc_obj_t prev) |
hwloc_obj_t | hwloc_get_next_bridge (hwloc_topology_t topology, hwloc_obj_t prev) |
int | hwloc_bridge_covers_pcibus (hwloc_obj_t bridge, unsigned domain, unsigned bus) |
|
inline |
|
inline |
Get the next bridge in the system.
prev
is NULL
. prev
is not NULL
. NULL
if there is no next bridge.
|
inline |
Get the next OS device in the system.
prev
is NULL
. prev
is not NULL
. NULL
if there is no next OS device.
|
inline |
Get the next PCI device in the system.
prev
is NULL
. prev
is not NULL
. NULL
if there is no next PCI device.
|
inline |
Get the first non-I/O ancestor object.
Given the I/O object ioobj
, find the smallest non-I/O ancestor object. This object (normal or memory) may then be used for binding because it has non-NULL CPU and node sets and because its locality is the same as ioobj
.
NULL
.
|
inline |
Find the PCI device object matching the PCI bus id given domain, bus device and function PCI bus id.
NULL
otherwise.
|
inline |
Find the PCI device object matching the PCI bus id given as a string xxxx:yy:zz.t or yy:zz.t.
NULL
otherwise.