|
|
Function Documentation
| static __hwloc_inline int hwloc_cpuset_from_linux_libnuma_nodemask |
( |
hwloc_topology_t |
topology, |
|
|
hwloc_cpuset_t |
cpuset, |
|
|
const nodemask_t * |
nodemask | |
|
) |
| | [static] |
Convert libnuma nodemask nodemask into hwloc CPU set cpuset.
This function may be used before calling some old libnuma functions that use a nodemask_t as an output parameter.
Convert hwloc CPU set cpuset into libnuma nodemask nodemask.
This function may be used before calling some old libnuma functions that use a nodemask_t as an input parameter.
| static __hwloc_inline int hwloc_nodeset_from_linux_libnuma_nodemask |
( |
hwloc_topology_t |
topology, |
|
|
hwloc_nodeset_t |
nodeset, |
|
|
const nodemask_t * |
nodemask | |
|
) |
| | [static] |
Convert libnuma nodemask nodemask into hwloc NUMA node set nodeset.
This function may be used before calling some old libnuma functions that use a nodemask_t as an output parameter.
Convert hwloc NUMA node set nodeset into libnuma nodemask nodemask.
This function may be used before calling some old libnuma functions that use a nodemask_t as an input parameter.
|
|
|