Searched refs:grphi (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/rcu/ |
| H A D | rcu.h | 428 (cpu) <= rnp->grphi; \ 439 (cpu) <= rnp->grphi; \
|
| H A D | tree.c | 897 __func__, rnp->grplo, rnp->grphi, rnp->level, in rcu_watching_snap_recheck() 901 __func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext, rnp1->rcu_gp_init_mask); in rcu_watching_snap_recheck() 997 rnp->grplo, rnp->grphi, s); in trace_rcu_this_gp() 1966 rnp->grphi, rnp->qsmask); in rcu_gp_init() 2365 rnp->grplo, rnp->grphi, in rcu_report_qs_rnp() 4192 rnp->grplo, rnp->grphi); in rcu_start_exp_gp_kworker() 4694 rnp->grphi = (j + 1) * cpustride - 1; in rcu_init_one() 4695 if (rnp->grphi >= nr_cpu_ids) in rcu_init_one() 4696 rnp->grphi = nr_cpu_ids - 1; in rcu_init_one() 4726 while (i > rnp->grphi) in sanitize_kthread_prio() [all...] |
| H A D | tree.h | 80 int grphi; /* highest-numbered CPU here. */ member 142 * Bitmasks in an rcu_node cover the interval [grplo, grphi] of CPU IDs, and
|
| H A D | srcutree.c | 164 snp->grphi = -1; in init_srcu_struct_nodes() 191 snp->grphi = cpu; in init_srcu_struct_nodes() 900 for (cpu = snp->grplo; cpu <= snp->grphi; cpu++) { in srcu_schedule_cbs_snp()
|
| H A D | tree_nocb.h | 1518 rnp->grplo, rnp->grphi, READ_ONCE(rdp->nocb_gp_loops), in show_rcu_should_be_on_cpu()
|
| /linux/include/linux/ |
| H A D | srcutree.h | 65 int grphi; /* Biggest CPU for node. */ member
|
| /linux/Documentation/RCU/Design/Data-Structures/ |
| H A D | Data-Structures.rst | 371 6 int grphi; 385 later. Finally, the ``->grplo`` and ``->grphi`` fields contain the
|