Home
last modified time | relevance | path

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

/include/linux/
Drcupdate.h496 static inline void rcu_lock_release(struct lockdep_map *map) in rcu_lock_release() function
523 # define rcu_lock_release(a) do { } while (0) macro
931 rcu_lock_release(&rcu_lock_map); /* Keep acq info for rls diags. */ in rcu_read_unlock()
969 rcu_lock_release(&rcu_bh_lock_map); in rcu_read_unlock_bh()
1012 rcu_lock_release(&rcu_sched_lock_map); in rcu_read_unlock_sched()
Dsrcu.h252 rcu_lock_release(&(sp)->dep_map); in srcu_read_unlock()