Searched refs:srcu_lock_count (Results 1 – 2 of 2) sorted by relevance
137 WARN_ON_ONCE(ARRAY_SIZE(sdp->srcu_lock_count) != in init_srcu_struct_nodes()162 for (i = 0; i < ARRAY_SIZE(sdp->srcu_lock_count); i++) { in init_srcu_struct_nodes()163 sdp->srcu_lock_count[i] = 0; in init_srcu_struct_nodes()263 sum += READ_ONCE(cpuc->srcu_lock_count[idx]); in srcu_readers_lock_idx()349 sum += READ_ONCE(cpuc->srcu_lock_count[0]); in srcu_readers_active()350 sum += READ_ONCE(cpuc->srcu_lock_count[1]); in srcu_readers_active()414 this_cpu_inc(sp->sda->srcu_lock_count[idx]); in __srcu_read_lock()1289 l0 = sdp->srcu_lock_count[!idx]; in srcu_torture_stats_print()1290 l1 = sdp->srcu_lock_count[idx]; in srcu_torture_stats_print()
39 unsigned long srcu_lock_count[2]; /* Locks per CPU. */ member