Searched refs:srcu_unlock_count (Results 1 – 2 of 2) sorted by relevance
132 ARRAY_SIZE(sdp->srcu_unlock_count)); in init_srcu_struct_data()437 sum += READ_ONCE(cpuc->srcu_unlock_count[idx]); in srcu_readers_unlock_idx()508 sum -= READ_ONCE(cpuc->srcu_unlock_count[0]); in srcu_readers_active()509 sum -= READ_ONCE(cpuc->srcu_unlock_count[1]); in srcu_readers_active()653 this_cpu_inc(ssp->sda->srcu_unlock_count[idx]); in __srcu_read_unlock()1690 u0 = data_race(sdp->srcu_unlock_count[!idx]); in srcu_torture_stats_print()1691 u1 = data_race(sdp->srcu_unlock_count[idx]); in srcu_torture_stats_print()
27 unsigned long srcu_unlock_count[2]; /* Unlocks per CPU. */ member