Searched refs:grphi (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/trace/events/ |
D | rcu.h | 107 unsigned long gp_seq_req, u8 level, int grplo, int grphi, 110 TP_ARGS(rcuname, gp_seq, gp_seq_req, level, grplo, grphi, gpevent), 118 __field(int, grphi) 128 __entry->grphi = grphi; 134 __entry->grplo, __entry->grphi, __entry->gpevent) 147 int grplo, int grphi, unsigned long qsmask), 149 TP_ARGS(rcuname, gp_seq, level, grplo, grphi, qsmask), 156 __field(int, grphi) 165 __entry->grphi = grphi; 171 __entry->grplo, __entry->grphi, __entry->qsmask) [all …]
|
/Linux-v4.19/kernel/rcu/ |
D | tree_exp.h | 318 rnp->grplo, rnp->grphi, in exp_funnel_lock() 327 rnp->grphi, TPS("nxtlvl")); in exp_funnel_lock() 500 if (unlikely(cpu > rnp->grphi)) in sync_rcu_exp_select_cpus() 569 rnp->level, rnp->grplo, rnp->grphi, in synchronize_sched_expedited_wait()
|
D | rcu.h | 371 (cpu) <= rnp->grphi; \ 381 (cpu) <= rnp->grphi; \
|
D | tree.c | 646 rnp->grplo, rnp->grphi, rnp->gp_seq, in show_rcu_gp_kthreads() 1214 __func__, rnp->grplo, rnp->grphi, rnp->level, in rcu_implicit_dynticks_qs() 1218 …__func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext, rnp1->rc… in rcu_implicit_dynticks_qs() 1583 rnp->level, rnp->grplo, rnp->grphi, s); in trace_rcu_this_gp() 2002 rnp->grphi, rnp->qsmask); in rcu_gp_init() 2301 rnp->grplo, rnp->grphi, in rcu_report_qs_rnp() 3995 rnp->grphi = (j + 1) * cpustride - 1; in rcu_init_one() 3996 if (rnp->grphi >= nr_cpu_ids) in rcu_init_one() 3997 rnp->grphi = nr_cpu_ids - 1; in rcu_init_one() 4023 while (i > rnp->grphi) in rcu_init_one() [all …]
|
D | srcutree.c | 118 snp->grphi = -1; in init_srcu_struct_nodes() 152 snp->grphi = cpu; in init_srcu_struct_nodes() 516 for (cpu = snp->grplo; cpu <= snp->grphi; cpu++) { in srcu_schedule_cbs_snp() 582 for (cpu = snp->grplo; cpu <= snp->grphi; cpu++) { in srcu_gp_end()
|
D | tree_plugin.h | 583 rnp->grphi, in rcu_read_unlock_special() 648 rnp->level, rnp->grplo, rnp->grphi); in rcu_print_task_stall_begin() 880 __func__, rnp->grplo, rnp->grphi, rnp->level, in dump_blkd_tasks() 884 __func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext); in dump_blkd_tasks() 895 for (cpu = rnp->grplo; cpu <= rnp->grphi; cpu++) { in dump_blkd_tasks()
|
D | tree.h | 115 int grphi; /* highest-numbered CPU or group here. */ member
|
/Linux-v4.19/include/linux/ |
D | srcutree.h | 70 int grphi; /* Biggest CPU for node. */ member
|