Searched refs:grphi (Results 1 – 11 of 11) sorted by relevance
| /linux/include/trace/events/ |
| H A 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/kernel/rcu/ |
| H A D | tree_plugin.h | 569 rnp->grphi, in rcu_preempt_deferred_qs_irqrestore() 877 __func__, rnp->grplo, rnp->grphi, rnp->level, in dump_blkd_tasks() 881 __func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext); in dump_blkd_tasks() 893 for (cpu = rnp->grplo; cpu <= rnp->grphi; cpu++) { in dump_blkd_tasks()
|
| H A D | rcu.h | 428 (cpu) <= rnp->grphi; \ 439 (cpu) <= rnp->grphi; \
|
| H A D | tree_exp.h | 332 rnp->grplo, rnp->grphi, in exp_funnel_lock() 341 rnp->grplo, rnp->grphi, TPS("nxtlvl")); in exp_funnel_lock() 605 rnp->level, rnp->grplo, rnp->grphi, data_race(rnp->expmask), in synchronize_rcu_expedited_stall()
|
| H A D | tree.c | 897 __func__, rnp->grplo, rnp->grphi, rnp->level, in rcu_watching_snap_recheck() 901 …__func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext, rnp1->rc… in rcu_watching_snap_recheck() 997 rnp->grplo, rnp->grphi, s); in trace_rcu_this_gp() 1966 rnp->grphi, rnp->qsmask); in rcu_gp_init() 2365 rnp->grplo, rnp->grphi, in rcu_report_qs_rnp() 4192 rnp->grplo, rnp->grphi); in rcu_spawn_exp_par_gp_kworker() 4694 rnp->grphi = (j + 1) * cpustride - 1; in rcu_init_one() 4695 if (rnp->grphi >= nr_cpu_ids) in rcu_init_one() 4696 rnp->grphi = nr_cpu_ids - 1; in rcu_init_one() 4726 while (i > rnp->grphi) in rcu_init_one() [all …]
|
| H A D | tree.h | 80 int grphi; /* highest-numbered CPU here. */ member
|
| H A D | tree_stall.h | 339 rnp->level, rnp->grplo, rnp->grphi); in rcu_print_task_stall() 967 rnp->grplo, rnp->grphi, in show_rcu_gp_kthreads()
|
| H A D | srcutree.c | 164 snp->grphi = -1; in init_srcu_struct_nodes() 191 snp->grphi = cpu; in init_srcu_struct_nodes() 900 for (cpu = snp->grplo; cpu <= snp->grphi; cpu++) { in srcu_schedule_cbs_snp()
|
| H A D | tree_nocb.h | 1518 rnp->grplo, rnp->grphi, READ_ONCE(rdp->nocb_gp_loops), in show_rcu_nocb_gp_state()
|
| /linux/include/linux/ |
| H A D | srcutree.h | 65 int grphi; /* Biggest CPU for node. */ member
|
| /linux/Documentation/RCU/Design/Data-Structures/ |
| H A D | Data-Structures.rst | 371 6 int grphi; 385 later. Finally, the ``->grplo`` and ``->grphi`` fields contain the
|