srcu_lock_count 26 include/linux/srcutree.h unsigned long srcu_lock_count[2]; /* Locks per CPU. */ srcu_lock_count 129 kernel/rcu/srcutree.c WARN_ON_ONCE(ARRAY_SIZE(sdp->srcu_lock_count) != srcu_lock_count 155 kernel/rcu/srcutree.c for (i = 0; i < ARRAY_SIZE(sdp->srcu_lock_count); i++) { srcu_lock_count 156 kernel/rcu/srcutree.c sdp->srcu_lock_count[i] = 0; srcu_lock_count 255 kernel/rcu/srcutree.c sum += READ_ONCE(cpuc->srcu_lock_count[idx]); srcu_lock_count 341 kernel/rcu/srcutree.c sum += READ_ONCE(cpuc->srcu_lock_count[0]); srcu_lock_count 342 kernel/rcu/srcutree.c sum += READ_ONCE(cpuc->srcu_lock_count[1]); srcu_lock_count 408 kernel/rcu/srcutree.c this_cpu_inc(ssp->sda->srcu_lock_count[idx]); srcu_lock_count 1278 kernel/rcu/srcutree.c l0 = sdp->srcu_lock_count[!idx]; srcu_lock_count 1279 kernel/rcu/srcutree.c l1 = sdp->srcu_lock_count[idx];