Searched refs:srcu_unlock_count (Results 1 – 2 of 2) sorted by relevance
133 ARRAY_SIZE(sdp->srcu_unlock_count)); in init_srcu_struct_nodes()269 sum += READ_ONCE(cpuc->srcu_unlock_count[idx]); in srcu_readers_unlock_idx()340 sum -= READ_ONCE(cpuc->srcu_unlock_count[0]); in srcu_readers_active()341 sum -= READ_ONCE(cpuc->srcu_unlock_count[1]); in srcu_readers_active()419 this_cpu_inc(ssp->sda->srcu_unlock_count[idx]); in __srcu_read_unlock()1356 u0 = data_race(sdp->srcu_unlock_count[!idx]); in srcu_torture_stats_print()1357 u1 = data_race(sdp->srcu_unlock_count[idx]); in srcu_torture_stats_print()
27 unsigned long srcu_unlock_count[2]; /* Unlocks per CPU. */ member