Lines Matching refs:node
21 * The numa node X as read from /sys/devices/system/node/nodeX indexed by the
219 if (a->node != b->node)
220 return a->node - b->node;
355 id.node = cpu__get_node(cpu);
369 /* setup simple routines to easily access node numbers given a cpu number */
381 /* start on the right, to find highest node num */
441 /* Determine highest possible node in the system for sparse allocation */
456 ret = snprintf(path, PATH_MAX, "%s/devices/system/node/possible", mnt);
541 n = snprintf(path, PATH_MAX, "%s/devices/system/node", mnt);
553 if (dent1->d_type != DT_DIR || sscanf(dent1->d_name, "node%u", &mem) < 1)
683 a->node == b->node &&
695 a->node == -1 &&
708 .node = -1,