Functions | |
static __inline__ topo_obj_t | topo_get_cpuset_covering_cache (topo_topology_t topology, const topo_cpuset_t *set) |
Get the first cache covering a cpuset set . | |
static __inline__ topo_obj_t | topo_get_shared_cache_above (topo_topology_t topology, topo_obj_t obj) |
Get the first cache shared between an object and somebody else. |
static __inline__ topo_obj_t topo_get_cpuset_covering_cache | ( | topo_topology_t | topology, | |
const topo_cpuset_t * | set | |||
) | [static] |
Get the first cache covering a cpuset set
.
NULL
if no cache matches static __inline__ topo_obj_t topo_get_shared_cache_above | ( | topo_topology_t | topology, | |
topo_obj_t | obj | |||
) | [static] |
Get the first cache shared between an object and somebody else.
NULL
if no cache matches