Lines Matching defs:nslot
774 int nslot; /* next empty doms[] struct cpumask slot */
890 for (nslot = 0, i = 0; i < csn; i++) {
900 dp = doms[nslot];
902 if (nslot == ndoms) {
905 pr_warn("rebuild_sched_domains confused: nslot %d, ndoms %d, csn %d, i %d, apn %d\n", nslot, ndoms, csn,
914 *(dattr + nslot) = SD_ATTR_INIT;
923 update_domain_attr_tree(dattr + nslot, b);
930 nslot++;
932 BUG_ON(nslot != ndoms);