Searched refs:grplo (Results 1 – 4 of 4) sorted by relevance
427 (cpu) = cpumask_next((rnp)->grplo - 1, cpu_possible_mask); \435 ((rnp)->grplo + find_next_bit(&(mask), BITS_PER_LONG, (cpu)))440 (cpu) = rcu_find_next_bit((rnp), (cpu) + 1 - (rnp->grplo), (mask)))
163 snp->grplo = -1; in init_srcu_struct_nodes() 189 if (snp->grplo < 0) in init_srcu_struct_nodes() 190 snp->grplo = cpu; in init_srcu_struct_nodes() 193 sdp->grpmask = 1UL << (cpu - sdp->mynode->grplo); in init_srcu_struct_nodes() 900 for (cpu = snp->grplo; cpu <= snp->grphi; cpu++) in srcu_schedule_cbs_snp() 901 if ((mask & (1UL << (cpu - snp->grplo))) && rcu_cpu_beenfullyonline(cpu)) in srcu_schedule_cbs_snp()
64 int grplo; /* Least CPU for node. */ member
370 5 int grplo;385 later. Finally, the ``->grplo`` and ``->grphi`` fields contain the