Searched refs:rnp1 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | tree_plugin.h | 751 struct rcu_node *rnp1; in dump_blkd_tasks() local 757 for (rnp1 = rnp; rnp1; rnp1 = rnp1->parent) in dump_blkd_tasks() 759 __func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext); in dump_blkd_tasks()
|
| H A D | tree.c | 1249 struct rcu_node *rnp1; in rcu_implicit_dynticks_qs() local 1254 for (rnp1 = rnp; rnp1; rnp1 = rnp1->parent) in rcu_implicit_dynticks_qs() 1256 …__func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext, rnp1->rc… in rcu_implicit_dynticks_qs()
|