Searched refs:srcu_lock_count (Results 1 – 2 of 2) sorted by relevance
131 WARN_ON_ONCE(ARRAY_SIZE(sdp->srcu_lock_count) != in init_srcu_struct_data()420 sum += atomic_long_read(&cpuc->srcu_lock_count[idx]); in srcu_readers_lock_idx()546 sum += atomic_long_read(&cpuc->srcu_lock_count[0]); in srcu_readers_active()547 sum += atomic_long_read(&cpuc->srcu_lock_count[1]); in srcu_readers_active()702 this_cpu_inc(ssp->sda->srcu_lock_count[idx].counter); in __srcu_read_lock()733 atomic_long_inc(&sdp->srcu_lock_count[idx]); in __srcu_read_lock_nmisafe()1807 l0 = data_race(atomic_long_read(&sdp->srcu_lock_count[!idx])); in srcu_torture_stats_print()1808 l1 = data_race(atomic_long_read(&sdp->srcu_lock_count[idx])); in srcu_torture_stats_print()
26 atomic_long_t srcu_lock_count[2]; /* Locks per CPU. */ member
Completed in 8 milliseconds