Searched refs:grphi (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/include/trace/events/ |
A D | rcu.h | 121 __field(int, grphi) 131 __entry->grphi = grphi; 150 int grplo, int grphi, unsigned long qsmask), 159 __field(int, grphi) 168 __entry->grphi = grphi; 229 TP_ARGS(rcuname, level, grplo, grphi, gpevent), 235 __field(int, grphi) 243 __entry->grphi = grphi; 249 __entry->grphi, __entry->gpevent) 383 __field(int, grphi) [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | srcutree.h | 57 int grphi; /* Biggest CPU for node. */ member
|
/linux-6.3-rc2/kernel/rcu/ |
A D | rcu.h | 366 (cpu) <= rnp->grphi; \ 377 (cpu) <= rnp->grphi; \
|
A D | tree_exp.h | 314 rnp->grplo, rnp->grphi, in exp_funnel_lock() 323 rnp->grplo, rnp->grphi, TPS("nxtlvl")); in exp_funnel_lock() 493 if (unlikely(cpu > rnp->grphi - rnp->grplo)) in sync_rcu_exp_select_cpus_queue_work() 660 rnp->level, rnp->grplo, rnp->grphi, in synchronize_rcu_expedited_wait()
|
A D | tree_plugin.h | 553 rnp->grphi, in rcu_preempt_deferred_qs_irqrestore() 786 __func__, rnp->grplo, rnp->grphi, rnp->level, in dump_blkd_tasks() 790 __func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext); in dump_blkd_tasks() 802 for (cpu = rnp->grplo; cpu <= rnp->grphi; cpu++) { in dump_blkd_tasks()
|
A D | tree.c | 798 __func__, rnp->grplo, rnp->grphi, rnp->level, in rcu_implicit_dynticks_qs() 802 …__func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext, rnp1->rc… in rcu_implicit_dynticks_qs() 898 rnp->grplo, rnp->grphi, s); in trace_rcu_this_gp() 1506 rnp->grphi, rnp->qsmask); in rcu_gp_init() 1876 rnp->grplo, rnp->grphi, in rcu_report_qs_rnp() 4686 rnp->grphi = (j + 1) * cpustride - 1; in rcu_init_one() 4687 if (rnp->grphi >= nr_cpu_ids) in rcu_init_one() 4688 rnp->grphi = nr_cpu_ids - 1; in rcu_init_one() 4718 while (i > rnp->grphi) in rcu_init_one() 4858 pr_cont("%d:%d ^%d ", rnp->grplo, rnp->grphi, rnp->grpnum); in rcu_dump_rcu_node_tree()
|
A D | tree.h | 81 int grphi; /* highest-numbered CPU here. */ member
|
A D | tree_stall.h | 302 rnp->level, rnp->grplo, rnp->grphi); in rcu_print_task_stall() 901 rnp->grplo, rnp->grphi, in show_rcu_gp_kthreads()
|
A D | srcutree.c | 197 snp->grphi = -1; in init_srcu_struct_nodes() 224 snp->grphi = cpu; in init_srcu_struct_nodes() 822 for (cpu = snp->grplo; cpu <= snp->grphi; cpu++) { in srcu_schedule_cbs_snp()
|
A D | tree_nocb.h | 1599 rnp->grplo, rnp->grphi, READ_ONCE(rdp->nocb_gp_loops), in show_rcu_nocb_gp_state()
|
/linux-6.3-rc2/Documentation/RCU/Design/Data-Structures/ |
A D | Data-Structures.rst | 338 6 int grphi; 352 later. Finally, the ``->grplo`` and ``->grphi`` fields contain the
|
Completed in 31 milliseconds