Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dsrcutree.c133 ARRAY_SIZE(sdp->srcu_unlock_count)); in init_srcu_struct_nodes()
160 sdp->srcu_unlock_count[i] = 0; in init_srcu_struct_nodes()
275 sum += READ_ONCE(cpuc->srcu_unlock_count[idx]); in srcu_readers_unlock_idx()
346 sum -= READ_ONCE(cpuc->srcu_unlock_count[0]); in srcu_readers_active()
347 sum -= READ_ONCE(cpuc->srcu_unlock_count[1]); in srcu_readers_active()
425 this_cpu_inc(ssp->sda->srcu_unlock_count[idx]); in __srcu_read_unlock()
1341 u0 = data_race(sdp->srcu_unlock_count[!idx]); in srcu_torture_stats_print()
1342 u1 = data_race(sdp->srcu_unlock_count[idx]); in srcu_torture_stats_print()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsrcutree.h27 unsigned long srcu_unlock_count[2]; /* Unlocks per CPU. */ member