Searched refs:nmems (Results 1 – 3 of 3) sorted by relevance
1203 int nmems = cpuset_mems_nbits(); in rebuild_map() local1221 || mem >= (unsigned int)nmems) in rebuild_map()1246 int nmems = cpuset_mems_nbits(); in load_map() local1255 cpunodemap.map[cpu] = nmems; in load_map()1259 if (cpu >= (unsigned int)ncpus || mem >= (unsigned int)nmems) in load_map()1282 int nmems = cpuset_mems_nbits(); in store_map() local1292 if (mem < (unsigned int)nmems) in store_map()1419 #define I(i,j) ((i) * nmems + (j)) /* 2-D array index simulation */1440 int nmems = cpuset_mems_nbits(); in parse_distmap_line() local1447 if ((dists = calloc(nmems, sizeof(*dists))) == NULL) in parse_distmap_line()[all …]
4 extern int nmems;
12 int nmems; variable