Hardware Locality (hwloc)
v2.1-20200123.0330.git0a8b367
|
Functions | |
static int | hwloc_filter_check_pcidev_subtype_important (unsigned classid) |
static int | hwloc_filter_check_osdev_subtype_important (hwloc_obj_osdev_type_t subtype) |
static int | hwloc_filter_check_keep_object_type (hwloc_topology_t topology, hwloc_obj_type_t type) |
static int | hwloc_filter_check_keep_object (hwloc_topology_t topology, hwloc_obj_t obj) |
static int hwloc_filter_check_keep_object | ( | hwloc_topology_t | topology, |
hwloc_obj_t | obj | ||
) | [inline, static] |
Check whether the given object should be filtered-out.
static int hwloc_filter_check_keep_object_type | ( | hwloc_topology_t | topology, |
hwloc_obj_type_t | type | ||
) | [inline, static] |
Check whether a non-I/O object type should be filtered-out.
Cannot be used for I/O objects.
static int hwloc_filter_check_osdev_subtype_important | ( | hwloc_obj_osdev_type_t | subtype | ) | [inline, static] |
Check whether the given OS device subtype is important.
static int hwloc_filter_check_pcidev_subtype_important | ( | unsigned | classid | ) | [inline, static] |
Check whether the given PCI device classid is important.