Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
hwloc_topo...ry_support(3)  Library Functions Manual  hwloc_topo...ry_support(3)

NAME
     hwloc_topology_discovery_support

SYNOPSIS
     #include <hwloc.h>

   Data Fields
     unsigned char pu
     unsigned char numa
     unsigned char numa_memory
     unsigned char disallowed_pu
     unsigned char disallowed_numa
     unsigned char cpukind_efficiency

Detailed Description
     Flags describing actual discovery support for this topology.

Field Documentation
   unsigned char hwloc_topology_discovery_support::cpukind_efficiency
     Detecting the efficiency of CPU kinds is supported, see Kinds of CPU cores.

   unsigned char hwloc_topology_discovery_support::disallowed_numa
     Detecting	and identifying NUMA nodes that are not available to the current
     process is supported.

   unsigned char hwloc_topology_discovery_support::disallowed_pu
     Detecting and identifying PU objects that are not available to the  current
     process is supported.

   unsigned char hwloc_topology_discovery_support::numa
     Detecting the number of NUMA nodes is supported.

   unsigned char hwloc_topology_discovery_support::numa_memory
     Detecting the amount of memory in NUMA nodes is supported.

   unsigned char hwloc_topology_discovery_support::pu
     Detecting the number of PU objects is supported.

Author
     Generated	automatically  by Doxygen for Hardware Locality (hwloc) from the
     source code.

Hardware Locality (hwloc)	 Version 2.12.1       hwloc_topo...ry_support(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=hwloc_topology_discovery_support&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help