Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c1395 * distmap[]
1399 * Element distmap[cpu][mem] is the distance between CPU cpu
1410 * Hold flockfile(stdout) while using distmap for posix thread safety.
1413 typedef unsigned char distmap_entry_t; /* type of distmap[] entries */
1415 static distmap_entry_t *distmap; /* maps <cpu, mem> to distance */ variable
1417 #define DISTMAP_MAX UCHAR_MAX /* maximum value in distmap[] */
1429 * Result is placed in distmap[ncpus][nmems]:
1433 * distmap[c][n] = dists[n]
1475 distmap[I(c, n)] = dists[n]; in parse_distmap_line()
1528 if ((distmap in build_distmap()
[all...]

Completed in 4 milliseconds