Lines Matching refs:cpus
650 { "cpus", { "--", RESET_VAL }, NULL, 0,
655 { "cpus-effective", { "--", 0 },
910 {"cpus", extract_cpus},
911 {"cpus-effective", extract_cpus},
2328 if (strcmp(pdp->pd_name, "cpus-effective") == 0) {
2383 uint32_t *cpus = mrp.mrp_cpu;
2394 /* Can't set cpus if a pool is set */
2407 status = dladm_range2list(pv_range, cpus, &ncpus);
2428 if (cpus[i] >= nproc) {
2433 rc = p_online(cpus[i], P_STATUS);
2444 vdp[i].vd_val = (uintptr_t)cpus[i];
2617 /* Get the current cpus property */
2622 /* Can't set pool if cpus are set */
5887 } else if ((strcmp(prop_name, "cpus") == 0) && (valcnt != 0)) {