Searched refs:grphi (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/trace/events/
H A 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
[all...]
/linux-master/include/linux/
H A Dsrcutree.h57 int grphi; /* Biggest CPU for node. */ member in struct:srcu_node
/linux-master/kernel/rcu/
H A Drcu.h414 (cpu) <= rnp->grphi; \
425 (cpu) <= rnp->grphi; \
H A Dtree_exp.h312 rnp->grplo, rnp->grphi,
321 rnp->grplo, rnp->grphi, TPS("nxtlvl"));
609 rnp->level, rnp->grplo, rnp->grphi,
H A Dtree.h80 int grphi; /* highest-numbered CPU here. */ member in struct:rcu_node
142 * Bitmasks in an rcu_node cover the interval [grplo, grphi] of CPU IDs, and
H A Dtree_plugin.h555 rnp->grphi,
788 __func__, rnp->grplo, rnp->grphi, rnp->level,
792 __func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext);
804 for (cpu = rnp->grplo; cpu <= rnp->grphi; cpu++) {
H A Dtree.c809 __func__, rnp->grplo, rnp->grphi, rnp->level,
813 __func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext, rnp1->rcu_gp_init_mask);
909 rnp->grplo, rnp->grphi, s);
1549 rnp->grphi, rnp->qsmask);
1931 rnp->grplo, rnp->grphi,
4421 rnp->grplo, rnp->grphi);
4973 rnp->grphi = (j + 1) * cpustride - 1;
4974 if (rnp->grphi >= nr_cpu_ids)
4975 rnp->grphi = nr_cpu_ids - 1;
5005 while (i > rnp->grphi)
[all...]
H A Dsrcutree.c197 snp->grphi = -1;
224 snp->grphi = cpu;
826 for (cpu = snp->grplo; cpu <= snp->grphi; cpu++) {
H A Dtree_stall.h309 rnp->level, rnp->grplo, rnp->grphi);
907 rnp->grplo, rnp->grphi,
H A Dtree_nocb.h1655 rnp->grplo, rnp->grphi, READ_ONCE(rdp->nocb_gp_loops),

Completed in 220 milliseconds