Lines Matching refs:cpus
540 static void gather_node_cpus(char *cpus, long nd)
566 strcat(cpus, buf);
570 cpus[strlen(cpus) - 1] = '\0';
575 char cpus[BUFSIZ] = "";
579 gather_node_cpus(cpus, nd);
583 * the value of cpuset.cpus.
585 if (strlen(cpus) != 0) {
586 SAFE_CG_PRINT(cg, "cpuset.cpus", cpus);
590 SAFE_CG_PRINT(cg, "cpuset.cpus", "0");