Lines Matching refs:oldstate
1648 !poll_state_synchronize_rcu_full(&rs->oldstate),
3296 get_state_synchronize_rcu_full(&rs.oldstate);
3520 * @oldstate: value from get_state_synchronize_rcu() or start_poll_synchronize_rcu()
3523 * which @oldstate was obtained, return @true, otherwise return @false.
3526 * can explicitly wait for a grace period, for example, by passing @oldstate
3540 * In addition, because oldstate compresses the grace-period state for
3548 * to the function that provided @oldstate, and that returned at the end
3551 bool poll_state_synchronize_rcu(unsigned long oldstate)
3553 if (oldstate == RCU_GET_STATE_COMPLETED ||
3554 rcu_seq_done_exact(&rcu_state.gp_seq_polled, oldstate)) {
3613 * @oldstate: value from get_state_synchronize_rcu(), start_poll_synchronize_rcu(), or start_poll_synchronize_rcu_expedited()
3626 * to the function that provided @oldstate and that returned at the end
3629 void cond_synchronize_rcu(unsigned long oldstate)
3631 if (!poll_state_synchronize_rcu(oldstate))