Home
last modified time | relevance | path

Searched refs:distmap (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c1415 static distmap_entry_t *distmap; /* maps <cpu, mem> to distance */ variable
1475 distmap[I(c, n)] = dists[n]; in parse_distmap_line()
1528 if ((distmap = calloc(ncpus * nmems, sizeof(*distmap))) == NULL) in build_distmap()
1533 distmap[I(c, m)] = DISTMAP_MAX; in build_distmap()
1553 free(distmap); in build_distmap()
1554 distmap = NULL; in build_distmap()
1621 distmap[I(c, n)] = dists[n]; in parse_distmap_line_sn()
1646 if ((distmap = calloc(ncpus * nmems, sizeof(*distmap))) == NULL) in build_distmap_sn()
1651 distmap[I(c, m)] = DISTMAP_MAX; in build_distmap_sn()
1666 free(distmap); in build_distmap_sn()
[all …]