centos man page for hwloc_get_shared_cache_covering_obj

Query: hwloc_get_shared_cache_covering_obj

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Cache-specific Finding Helpers(3)			     Hardware Locality (hwloc)				 Cache-specific Finding Helpers(3)

NAME
Cache-specific Finding Helpers - Functions static inline int hwloc_get_cache_type_depth (hwloc_topology_t topology, unsigned cachelevel, hwloc_obj_cache_type_t cachetype) static inline hwloc_obj_t hwloc_get_cache_covering_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t set) static inline hwloc_obj_t hwloc_get_shared_cache_covering_obj (hwloc_topology_t topology , hwloc_obj_t obj) Detailed Description Function Documentation static inline hwloc_obj_t hwloc_get_cache_covering_cpuset (hwloc_topology_ttopology, hwloc_const_cpuset_tset) [static] Get the first cache covering a cpuset set. Returns: NULL if no cache matches. 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. static inline int hwloc_get_cache_type_depth (hwloc_topology_ttopology, unsignedcachelevel, hwloc_obj_cache_type_tcachetype) [static] Find the depth of cache objects matching cache depth and type. Return the depth of the topology level that contains cache objects whose attributes match cachedepth and cachetype. This function intends to disambiguate the case where hwloc_get_type_depth() returns HWLOC_TYPE_DEPTH_MULTIPLE. If no cache level matches, HWLOC_TYPE_DEPTH_UNKNOWN is returned. If cachetype is HWLOC_OBJ_CACHE_UNIFIED, the depth of the unique matching unified cache level is returned. If cachetype is HWLOC_OBJ_CACHE_DATA or HWLOC_OBJ_CACHE_INSTRUCTION, either a matching cache, or a unified cache is returned. If cachetype is -1, it is ignored and multiple levels may match. The function returns either the depth of a uniquely matching level or HWLOC_TYPE_DEPTH_MULTIPLE. static inline hwloc_obj_t hwloc_get_shared_cache_covering_obj (hwloc_topology_t topology, hwloc_obj_tobj) [static] Get the first cache shared between an object and somebody else. Returns: NULL if no cache matches or if an invalid object is given. Author Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. Version 1.7 Sun Apr 7 2013 Cache-specific Finding Helpers(3)
Related Man Pages
hwloc_get_next_obj_by_depth(3) - centos
hwloc_get_root_obj(3) - centos
hwloc_get_pu_obj_by_os_index(3) - centos
hwloc_obj_is_in_subtree(3) - centos
hwlocality_helper_traversal_basic(3) - centos
Similar Topics in the Unix Linux Community
Finding a character in first line of a record
Finding Names in multiple files
Finding Files By Name
Finding reciprocal columns
Finding File with same contents and Delete them