Searched refs:rnp_cur (Results 1 – 1 of 1) sorted by relevance
426 struct rcu_node *rnp_cur = rsp->level[NUM_RCU_LVLS - 1]; in print_other_cpu_stall() local443 for (; rnp_cur < rnp_end; rnp_cur++) { in print_other_cpu_stall()444 if (rnp_cur->qsmask == 0) in print_other_cpu_stall()446 for (cpu = 0; cpu <= rnp_cur->grphi - rnp_cur->grplo; cpu++) in print_other_cpu_stall()447 if (rnp_cur->qsmask & (1UL << cpu)) in print_other_cpu_stall()448 printk(" %d", rnp_cur->grplo + cpu); in print_other_cpu_stall()549 struct rcu_node *rnp_cur; in rcu_start_gp() local603 for (rnp_cur = &rsp->node[0]; rnp_cur < rnp_end; rnp_cur++) in rcu_start_gp()604 rnp_cur->qsmask = rnp_cur->qsmaskinit; in rcu_start_gp()621 rnp_cur = rsp->level[NUM_RCU_LVLS - 1]; in rcu_start_gp()[all …]