Searched refs:grphi (Results 1 – 7 of 7) sorted by relevance
/kernel/rcu/ |
D | tree_exp.h | 306 rnp->grplo, rnp->grphi, in exp_funnel_lock() 315 rnp->grplo, rnp->grphi, TPS("nxtlvl")); in exp_funnel_lock() 444 if (unlikely(cpu > rnp->grphi - rnp->grplo)) in sync_rcu_exp_select_cpus() 515 rnp->level, rnp->grplo, rnp->grphi, in synchronize_sched_expedited_wait()
|
D | tree.c | 1037 __func__, rnp->grplo, rnp->grphi, rnp->level, in rcu_implicit_dynticks_qs() 1041 …__func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext, rnp1->rc… in rcu_implicit_dynticks_qs() 1120 rnp->level, rnp->grplo, rnp->grphi, s); in trace_rcu_this_gp() 1565 rnp->grphi, rnp->qsmask); in rcu_gp_init() 1878 rnp->grplo, rnp->grphi, in rcu_report_qs_rnp() 3391 rnp->grphi = (j + 1) * cpustride - 1; in rcu_init_one() 3392 if (rnp->grphi >= nr_cpu_ids) in rcu_init_one() 3393 rnp->grphi = nr_cpu_ids - 1; in rcu_init_one() 3419 while (i > rnp->grphi) in rcu_init_one() 3537 pr_cont("%d:%d ^%d ", rnp->grplo, rnp->grphi, rnp->grpnum); in rcu_dump_rcu_node_tree()
|
D | rcu.h | 356 (cpu) <= rnp->grphi; \ 366 (cpu) <= rnp->grphi; \
|
D | srcutree.c | 113 snp->grphi = -1; in init_srcu_struct_nodes() 147 snp->grphi = cpu; in init_srcu_struct_nodes() 499 for (cpu = snp->grplo; cpu <= snp->grphi; cpu++) { in srcu_schedule_cbs_snp() 565 for (cpu = snp->grplo; cpu <= snp->grphi; cpu++) { in srcu_gp_end()
|
D | tree_stall.h | 209 rnp->level, rnp->grplo, rnp->grphi); in rcu_print_task_stall() 596 rnp->grplo, rnp->grphi, (long)rnp->gp_seq, in show_rcu_gp_kthreads()
|
D | tree_plugin.h | 519 rnp->grphi, in rcu_preempt_deferred_qs_irqrestore() 755 __func__, rnp->grplo, rnp->grphi, rnp->level, in dump_blkd_tasks() 759 __func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext); in dump_blkd_tasks() 771 for (cpu = rnp->grplo; cpu <= rnp->grphi; cpu++) { in dump_blkd_tasks() 2415 rnp->grplo, rnp->grphi, READ_ONCE(rdp->nocb_gp_loops)); in show_rcu_nocb_gp_state()
|
D | tree.h | 76 int grphi; /* highest-numbered CPU or group here. */ member
|