Home
last modified time | relevance | path

Searched refs:grphi (Results 1 – 11 of 11) sorted by relevance

/linux/include/trace/events/
A Drcu.h121 __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/kernel/rcu/
A Dtree_exp.h311 rnp->grplo, rnp->grphi, in exp_funnel_lock()
320 rnp->grplo, rnp->grphi, TPS("nxtlvl")); in exp_funnel_lock()
447 if (unlikely(cpu > rnp->grphi - rnp->grplo)) in sync_rcu_exp_select_cpus()
555 rnp->level, rnp->grplo, rnp->grphi, in synchronize_rcu_expedited_wait()
A Drcu.h349 (cpu) <= rnp->grphi; \
360 (cpu) <= rnp->grphi; \
A Dtree_plugin.h550 rnp->grphi, in rcu_preempt_deferred_qs_irqrestore()
780 __func__, rnp->grplo, rnp->grphi, rnp->level, in dump_blkd_tasks()
784 __func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext); in dump_blkd_tasks()
796 for (cpu = rnp->grplo; cpu <= rnp->grphi; cpu++) { in dump_blkd_tasks()
A Dsrcutree.c113 snp->grphi = -1; in init_srcu_struct_nodes()
147 snp->grphi = cpu; in init_srcu_struct_nodes()
493 for (cpu = snp->grplo; cpu <= snp->grphi; cpu++) { in srcu_schedule_cbs_snp()
559 for (cpu = snp->grplo; cpu <= snp->grphi; cpu++) { in srcu_gp_end()
A Dtree.c1261 __func__, rnp->grplo, rnp->grphi, rnp->level, in rcu_implicit_dynticks_qs()
1265 …__func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext, rnp1->rc… in rcu_implicit_dynticks_qs()
1344 rnp->grplo, rnp->grphi, s); in trace_rcu_this_gp()
1857 rnp->grphi, rnp->qsmask); in rcu_gp_init()
2197 rnp->grplo, rnp->grphi, in rcu_report_qs_rnp()
4511 rnp->grphi = (j + 1) * cpustride - 1; in rcu_init_one()
4512 if (rnp->grphi >= nr_cpu_ids) in rcu_init_one()
4513 rnp->grphi = nr_cpu_ids - 1; in rcu_init_one()
4539 while (i > rnp->grphi) in rcu_init_one()
4657 pr_cont("%d:%d ^%d ", rnp->grplo, rnp->grphi, rnp->grpnum); in rcu_dump_rcu_node_tree()
A Dtree.h78 int grphi; /* highest-numbered CPU here. */ member
A Dtree_stall.h274 rnp->level, rnp->grplo, rnp->grphi); in rcu_print_task_stall()
838 rnp->grplo, rnp->grphi, in show_rcu_gp_kthreads()
A Dtree_nocb.h1344 rnp->grplo, rnp->grphi, READ_ONCE(rdp->nocb_gp_loops), in show_rcu_nocb_gp_state()
/linux/include/linux/
A Dsrcutree.h58 int grphi; /* Biggest CPU for node. */ member
/linux/Documentation/RCU/Design/Data-Structures/
A DData-Structures.rst338 6 int grphi;
352 later. Finally, the ``->grplo`` and ``->grphi`` fields contain the

Completed in 30 milliseconds