Searched refs:need_future_gp (Results 1 – 3 of 3) sorted by relevance
598 int *fp = &rnp->need_future_gp[idx]; in rcu_future_needs_gp()1507 if (rnp->need_future_gp[c & 0x1]) { in rcu_start_future_gp()1527 rnp->need_future_gp[c & 0x1]++; in rcu_start_future_gp()1557 if (rnp_root->need_future_gp[c & 0x1]) { in rcu_start_future_gp()1563 rnp_root->need_future_gp[c & 0x1]++; in rcu_start_future_gp()1594 rnp->need_future_gp[c & 0x1] = 0; in rcu_future_gp_cleanup()1595 needmore = rnp->need_future_gp[(c + 1) & 0x1]; in rcu_future_gp_cleanup()
247 int need_future_gp[2]; member
1840 rnp->need_future_gp[(rnp->completed + 1) & 0x1] += nrq; in rcu_nocb_gp_set()