Man Linux: Main Page and Category List

NAME

       Finding a set of similar Objects covering at least a CPU set -

   Functions
       static __hwloc_inline hwloc_obj_t
           hwloc_get_next_obj_covering_cpuset_by_depth (hwloc_topology_t
           topology, hwloc_const_cpuset_t set, unsigned depth, hwloc_obj_t
           prev)
           Iterate through same-depth objects covering at least CPU set set.
       static __hwloc_inline hwloc_obj_t
           hwloc_get_next_obj_covering_cpuset_by_type (hwloc_topology_t
           topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type,
           hwloc_obj_t prev)
           Iterate through same-type objects covering at least CPU set set.

Function Documentation

   static __hwloc_inline hwloc_obj_t
       hwloc_get_next_obj_covering_cpuset_by_depth (hwloc_topology_t topology,
       hwloc_const_cpuset_t set, unsigned depth, hwloc_obj_t prev) [static]
       Iterate through same-depth objects covering at least CPU set set. If
       object prev is NULL, return the first object at depth depth covering at
       least part of CPU set set. The next invokation should pass the previous
       return value in prev so as to obtain the next object covering at least
       another part of set.

   static __hwloc_inline hwloc_obj_t
       hwloc_get_next_obj_covering_cpuset_by_type (hwloc_topology_t topology,
       hwloc_const_cpuset_t set, hwloc_obj_type_t type, hwloc_obj_t prev)
       [static]
       Iterate through same-type objects covering at least CPU set set. If
       object prev is NULL, return the first object of type type covering at
       least part of CPU set set. The next invokation should pass the previous
       return value in prev so as to obtain the next object of type type
       covering at least another part of set.

       If there are no or multiple depths for type type, NULL is returned. The
       caller may fallback to hwloc_get_next_obj_covering_cpuset_by_depth()
       for each depth.

Author

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

Version 1.0    Finding a set of similaryObjects covering at least a CPU set(3)