Home
last modified time | relevance | path

Searched refs:srcu_lock_nesting (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dsrcutiny.h17 short srcu_lock_nesting[2]; /* srcu_read_lock() nesting depth. */ member
69 WRITE_ONCE(ssp->srcu_lock_nesting[idx], READ_ONCE(ssp->srcu_lock_nesting[idx]) + 1); in __srcu_read_lock()
118 data_race(READ_ONCE(ssp->srcu_lock_nesting[!idx])), in srcu_torture_stats_print()
119 data_race(READ_ONCE(ssp->srcu_lock_nesting[idx])), in srcu_torture_stats_print()