Searched refs:srcu_n_exp_nodelay (Results 1 – 2 of 2) sorted by relevance
659 ASSERT_EXCLUSIVE_WRITER(sup->srcu_n_exp_nodelay); in srcu_get_delay()660 WRITE_ONCE(sup->srcu_n_exp_nodelay, READ_ONCE(sup->srcu_n_exp_nodelay) + 1); in srcu_get_delay()661 if (READ_ONCE(sup->srcu_n_exp_nodelay) > srcu_max_nodelay_phase) in srcu_get_delay()817 WRITE_ONCE(ssp->srcu_sup->srcu_n_exp_nodelay, 0); in srcu_gp_start()1738 ssp->srcu_sup->srcu_n_exp_nodelay = 0; in srcu_advance_state()1753 ssp->srcu_sup->srcu_n_exp_nodelay = 0; in srcu_advance_state()
79 unsigned long srcu_n_exp_nodelay; /* # expedited no-delays in current GP phase. */ member