Detailed Description

Function Documentation

static int hwloc_bridge_covers_pcibus (\fBhwloc_obj_t\fPbridge, unsigneddomain, unsignedbus)\fC [inline]\fP, \fC [static]\fP

static \fBhwloc_obj_t\fP hwloc_get_hostbridge_by_pcibus (\fBhwloc_topology_t\fPtopology, unsigneddomain, unsignedbus)\fC [inline]\fP, \fC [static]\fP

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 \fBhwloc_obj_t\fP hwloc_get_next_bridge (\fBhwloc_topology_t\fPtopology, \fBhwloc_obj_t\fPprev)\fC [inline]\fP, \fC [static]\fP

Get the next bridge in the system.

Returns:

the first bridge if prev is NULL.

static \fBhwloc_obj_t\fP hwloc_get_next_osdev (\fBhwloc_topology_t\fPtopology, \fBhwloc_obj_t\fPprev)\fC [inline]\fP, \fC [static]\fP

Get the next OS device in the system.

Returns:

the first OS device if prev is NULL.

static \fBhwloc_obj_t\fP hwloc_get_next_pcidev (\fBhwloc_topology_t\fPtopology, \fBhwloc_obj_t\fPprev)\fC [inline]\fP, \fC [static]\fP

Get the next PCI device in the system.

Returns:

the first PCI device if prev is NULL.

static \fBhwloc_obj_t\fP hwloc_get_non_io_ancestor_obj (\fBhwloc_topology_t\fPtopology, \fBhwloc_obj_t\fPioobj)\fC [inline]\fP, \fC [static]\fP

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 \fBhwloc_obj_t\fP hwloc_get_pcidev_by_busid (\fBhwloc_topology_t\fPtopology, unsigneddomain, unsignedbus, unsigneddev, unsignedfunc)\fC [inline]\fP, \fC [static]\fP

Find the PCI device object matching the PCI bus id given domain, bus device and function PCI bus id.

static \fBhwloc_obj_t\fP hwloc_get_pcidev_by_busidstring (\fBhwloc_topology_t\fPtopology, const char *busid)\fC [inline]\fP, \fC [static]\fP

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.