Home
last modified time | relevance | path

Searched refs:grplo (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/rcu/
H A Drcu.h427 (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)))
H A Dsrcutree.c163 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()
/linux/include/linux/
H A Dsrcutree.h64 int grplo; /* Least CPU for node. */ member
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst370 5 int grplo;
385 later. Finally, the ``->grplo`` and ``->grphi`` fields contain the