Searched refs:srcu_unlock_count (Results 1 – 2 of 2) sorted by relevance
138 ARRAY_SIZE(sdp->srcu_unlock_count)); in init_srcu_struct_nodes()164 sdp->srcu_unlock_count[i] = 0; in init_srcu_struct_nodes()280 sum += READ_ONCE(cpuc->srcu_unlock_count[idx]); in srcu_readers_unlock_idx()351 sum -= READ_ONCE(cpuc->srcu_unlock_count[0]); in srcu_readers_active()352 sum -= READ_ONCE(cpuc->srcu_unlock_count[1]); in srcu_readers_active()428 this_cpu_inc(sp->sda->srcu_unlock_count[idx]); in __srcu_read_unlock()1280 u0 = sdp->srcu_unlock_count[!idx]; in srcu_torture_stats_print()1281 u1 = sdp->srcu_unlock_count[idx]; in srcu_torture_stats_print()
40 unsigned long srcu_unlock_count[2]; /* Unlocks per CPU. */ member