Searched refs:need_future_gp (Results 1 – 3 of 3) sorted by relevance
475 int *fp = &rnp->need_future_gp[idx]; in rcu_future_needs_gp()1307 if (rnp->need_future_gp[c & 0x1]) { in rcu_start_future_gp()1327 rnp->need_future_gp[c & 0x1]++; in rcu_start_future_gp()1357 if (rnp_root->need_future_gp[c & 0x1]) { in rcu_start_future_gp()1363 rnp_root->need_future_gp[c & 0x1]++; in rcu_start_future_gp()1394 rnp->need_future_gp[c & 0x1] = 0; in rcu_future_gp_cleanup()1395 needmore = rnp->need_future_gp[(c + 1) & 0x1]; in rcu_future_gp_cleanup()
214 int need_future_gp[2]; member
2017 rnp->need_future_gp[(rnp->completed + 1) & 0x1] += nrq; in rcu_nocb_gp_set()