Searched refs:need_future_gp (Results 1 – 3 of 3) sorted by relevance
543 int *fp = &rnp->need_future_gp[idx]; in rcu_future_needs_gp()1441 if (rnp->need_future_gp[c & 0x1]) { in rcu_start_future_gp()1461 rnp->need_future_gp[c & 0x1]++; in rcu_start_future_gp()1491 if (rnp_root->need_future_gp[c & 0x1]) { in rcu_start_future_gp()1497 rnp_root->need_future_gp[c & 0x1]++; in rcu_start_future_gp()1528 rnp->need_future_gp[c & 0x1] = 0; in rcu_future_gp_cleanup()1529 needmore = rnp->need_future_gp[(c + 1) & 0x1]; in rcu_future_gp_cleanup()
216 int need_future_gp[2]; member
1875 rnp->need_future_gp[(rnp->completed + 1) & 0x1] += nrq; in rcu_nocb_gp_set()