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.c1418 static distmap_entry_t *distmap; /* maps <cpu, mem> to distance */ variable
1478 distmap[I(c, n)] = dists[n]; in parse_distmap_line()
1531 if ((distmap = calloc(ncpus * nmems, sizeof(*distmap))) == NULL) in build_distmap()
1536 distmap[I(c, m)] = DISTMAP_MAX; in build_distmap()
1556 free(distmap); in build_distmap()
1557 distmap = NULL; in build_distmap()
1624 distmap[I(c, n)] = dists[n]; in parse_distmap_line_sn()
1649 if ((distmap = calloc(ncpus * nmems, sizeof(*distmap))) == NULL) in build_distmap_sn()
1654 distmap[I(c, m)] = DISTMAP_MAX; in build_distmap_sn()
1669 free(distmap); in build_distmap_sn()
[all …]