Searched refs:grphi (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/include/trace/events/ ! |
D | rcu.h | 110 unsigned long gp_seq_req, u8 level, int grplo, int grphi, 113 TP_ARGS(rcuname, gp_seq, gp_seq_req, level, grplo, grphi, gpevent), 121 __field(int, grphi) 131 __entry->grphi = grphi; 137 __entry->grplo, __entry->grphi, __entry->gpevent) 150 int grplo, int grphi, unsigned long qsmask), 152 TP_ARGS(rcuname, gp_seq, level, grplo, grphi, qsmask), 159 __field(int, grphi) 168 __entry->grphi = grphi; 174 __entry->grplo, __entry->grphi, __entry->qsmask) [all …]
|
/linux-5.19.10/kernel/rcu/ ! |
D | tree_exp.h | 311 rnp->grplo, rnp->grphi, in exp_funnel_lock() 320 rnp->grplo, rnp->grphi, TPS("nxtlvl")); in exp_funnel_lock() 490 if (unlikely(cpu > rnp->grphi - rnp->grplo)) in sync_rcu_exp_select_cpus_queue_work() 657 rnp->level, rnp->grplo, rnp->grphi, in synchronize_rcu_expedited_wait()
|
D | rcu.h | 353 (cpu) <= rnp->grphi; \ 364 (cpu) <= rnp->grphi; \
|
D | tree_plugin.h | 553 rnp->grphi, in rcu_preempt_deferred_qs_irqrestore() 788 __func__, rnp->grplo, rnp->grphi, rnp->level, in dump_blkd_tasks() 792 __func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext); in dump_blkd_tasks() 804 for (cpu = rnp->grplo; cpu <= rnp->grphi; cpu++) { in dump_blkd_tasks()
|
D | tree.c | 1282 __func__, rnp->grplo, rnp->grphi, rnp->level, in rcu_implicit_dynticks_qs() 1286 …__func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext, rnp1->rc… in rcu_implicit_dynticks_qs() 1364 rnp->grplo, rnp->grphi, s); in trace_rcu_this_gp() 1901 rnp->grphi, rnp->qsmask); in rcu_gp_init() 2256 rnp->grplo, rnp->grphi, in rcu_report_qs_rnp() 4682 rnp->grphi = (j + 1) * cpustride - 1; in rcu_init_one() 4683 if (rnp->grphi >= nr_cpu_ids) in rcu_init_one() 4684 rnp->grphi = nr_cpu_ids - 1; in rcu_init_one() 4711 while (i > rnp->grphi) in rcu_init_one() 4851 pr_cont("%d:%d ^%d ", rnp->grplo, rnp->grphi, rnp->grpnum); in rcu_dump_rcu_node_tree()
|
D | tree.h | 81 int grphi; /* highest-numbered CPU here. */ member
|
D | tree_stall.h | 302 rnp->level, rnp->grplo, rnp->grphi); in rcu_print_task_stall() 878 rnp->grplo, rnp->grphi, in show_rcu_gp_kthreads()
|
D | srcutree.c | 197 snp->grphi = -1; in init_srcu_struct_nodes() 224 snp->grphi = cpu; in init_srcu_struct_nodes() 724 for (cpu = snp->grplo; cpu <= snp->grphi; cpu++) { in srcu_schedule_cbs_snp()
|
D | tree_nocb.h | 1375 rnp->grplo, rnp->grphi, READ_ONCE(rdp->nocb_gp_loops), in show_rcu_nocb_gp_state()
|
/linux-5.19.10/include/linux/ ! |
D | srcutree.h | 56 int grphi; /* Biggest CPU for node. */ member
|
/linux-5.19.10/Documentation/RCU/Design/Data-Structures/ ! |
D | Data-Structures.rst | 338 6 int grphi; 352 later. Finally, the ``->grplo`` and ``->grphi`` fields contain the
|