Searched refs:srcu_n_exp_nodelay (Results 1 – 2 of 2) sorted by relevance
662 ASSERT_EXCLUSIVE_WRITER(sup->srcu_n_exp_nodelay); in srcu_get_delay()663 WRITE_ONCE(sup->srcu_n_exp_nodelay, READ_ONCE(sup->srcu_n_exp_nodelay) + 1); in srcu_get_delay()664 if (READ_ONCE(sup->srcu_n_exp_nodelay) > srcu_max_nodelay_phase) in srcu_get_delay()816 WRITE_ONCE(ssp->srcu_sup->srcu_n_exp_nodelay, 0); in srcu_gp_start()1743 ssp->srcu_sup->srcu_n_exp_nodelay = 0; in srcu_advance_state()1758 ssp->srcu_sup->srcu_n_exp_nodelay = 0; in srcu_advance_state()
84 unsigned long srcu_n_exp_nodelay; /* # expedited no-delays in current GP phase. */ member