Functions | |
static topo_obj_t | topo_get_cpuset_covering_child (topo_topology_t topology, const topo_cpuset_t *set, topo_obj_t father) |
Get the child covering at least CPU set set . | |
static topo_obj_t | topo_get_cpuset_covering_obj (topo_topology_t topology, const topo_cpuset_t *set) |
Get the lowest object covering at least CPU set set . |
static topo_obj_t topo_get_cpuset_covering_child | ( | topo_topology_t | topology, | |
const topo_cpuset_t * | set, | |||
topo_obj_t | father | |||
) | [inline, static] |
Get the child covering at least CPU set set
.
NULL
if no child matches. static topo_obj_t topo_get_cpuset_covering_obj | ( | topo_topology_t | topology, | |
const topo_cpuset_t * | set | |||
) | [inline, static] |
Get the lowest object covering at least CPU set set
.
NULL
if no object matches.