hwloc_get_obj_covering_cpuset(3) debian man page | unix.com

Man Page: hwloc_get_obj_covering_cpuset

Operating Environment: debian

Section: 3

Finding a single Object covering at least CPU set(3)	     Hardware Locality (hwloc)	      Finding a single Object covering at least CPU set(3)

NAME
Finding a single Object covering at least CPU set - Functions static inline hwloc_obj_t hwloc_get_child_covering_cpuset (hwloc_topology_t topology , hwloc_const_cpuset_t set, hwloc_obj_t parent) static inline hwloc_obj_t hwloc_get_obj_covering_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t set) Function Documentation static inline hwloc_obj_t hwloc_get_child_covering_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_tset, hwloc_obj_tparent) [static] Get the child covering at least CPU set set. Returns: NULL if no child matches or if set is empty. Note: This function cannot work if parent does not have a CPU set. static inline hwloc_obj_t hwloc_get_obj_covering_cpuset (hwloc_topology_ttopology, hwloc_const_cpuset_tset) [static] Get the lowest object covering at least CPU set set. Returns: NULL if no object matches or if set is empty. Note: This function cannot work if the root object does not have a CPU set, e.g. if the topology is made of different machines. Author Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. Version 1.4.1 Mon Feb 27 2012 Finding a single Object covering at least CPU set(3)
Related Man Pages
hwloc_get_first_largest_obj_inside_cpuset(3) - debian
hwloc_get_nbobjs_inside_cpuset_by_type(3) - debian
hwloc_get_nbobjs_inside_cpuset_by_depth(3) - debian
hwloc_get_next_obj_inside_cpuset_by_type(3) - debian
hwloc_get_next_obj_covering_cpuset_by_type(3) - centos
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?