Home
last modified time | relevance | path

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

/Linux-v5.4/include/trace/events/
Drcu.h110 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-v5.4/kernel/rcu/
Dtree_exp.h306 rnp->grplo, rnp->grphi, in exp_funnel_lock()
315 rnp->grplo, rnp->grphi, TPS("nxtlvl")); in exp_funnel_lock()
445 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()
Drcu.h354 (cpu) <= rnp->grphi; \
364 (cpu) <= rnp->grphi; \
Dtree.c1028 __func__, rnp->grplo, rnp->grphi, rnp->level, in rcu_implicit_dynticks_qs()
1032 …__func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext, rnp1->rc… in rcu_implicit_dynticks_qs()
1111 rnp->level, rnp->grplo, rnp->grphi, s); in trace_rcu_this_gp()
1555 rnp->grphi, rnp->qsmask); in rcu_gp_init()
1868 rnp->grplo, rnp->grphi, in rcu_report_qs_rnp()
3381 rnp->grphi = (j + 1) * cpustride - 1; in rcu_init_one()
3382 if (rnp->grphi >= nr_cpu_ids) in rcu_init_one()
3383 rnp->grphi = nr_cpu_ids - 1; in rcu_init_one()
3409 while (i > rnp->grphi) in rcu_init_one()
3513 pr_cont("%d:%d ^%d ", rnp->grplo, rnp->grphi, rnp->grpnum); in rcu_dump_rcu_node_tree()
Dsrcutree.c110 snp->grphi = -1; in init_srcu_struct_nodes()
144 snp->grphi = cpu; in init_srcu_struct_nodes()
496 for (cpu = snp->grplo; cpu <= snp->grphi; cpu++) { in srcu_schedule_cbs_snp()
562 for (cpu = snp->grplo; cpu <= snp->grphi; cpu++) { in srcu_gp_end()
Dtree_stall.h207 rnp->level, rnp->grplo, rnp->grphi); in rcu_print_task_stall()
578 rnp->grplo, rnp->grphi, (long)rnp->gp_seq, in show_rcu_gp_kthreads()
Dtree_plugin.h519 rnp->grphi, in rcu_preempt_deferred_qs_irqrestore()
754 __func__, rnp->grplo, rnp->grphi, rnp->level, in dump_blkd_tasks()
758 __func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext); in dump_blkd_tasks()
769 for (cpu = rnp->grplo; cpu <= rnp->grphi; cpu++) { in dump_blkd_tasks()
2396 rnp->grplo, rnp->grphi, READ_ONCE(rdp->nocb_gp_loops)); in show_rcu_nocb_gp_state()
Dtree.h76 int grphi; /* highest-numbered CPU or group here. */ member
/Linux-v5.4/include/linux/
Dsrcutree.h58 int grphi; /* Biggest CPU for node. */ member