Searched refs:srcu_unlock_count (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dsrcutree.h27 atomic_long_t srcu_unlock_count[2]; /* Unlocks per CPU. */ member in struct:srcu_data
/linux-master/kernel/rcu/
H A Dsrcutree.c120 * is set, don't initialize ->srcu_lock_count[] and ->srcu_unlock_count[].
132 ARRAY_SIZE(sdp->srcu_unlock_count));
437 * Returns approximate total of the readers' ->srcu_unlock_count[] values
449 sum += atomic_long_read(&cpuc->srcu_unlock_count[idx]);
497 * period), and summed up the ->srcu_unlock_count[idx] counters.
506 * ->srcu_unlock_count[idx], which must follow the updater's above
510 * ->srcu_unlock_count[idx] in __srcu_read_unlock() is after the
559 sum -= atomic_long_read(&cpuc->srcu_unlock_count[0]);
560 sum -= atomic_long_read(&cpuc->srcu_unlock_count[1]);
731 this_cpu_inc(ssp->sda->srcu_unlock_count[id
[all...]

Completed in 240 milliseconds