Searched refs:rcu_lock_release (Results 1 – 6 of 6) sorted by relevance
307 static inline void rcu_lock_release(struct lockdep_map *map) in rcu_lock_release() function321 # define rcu_lock_release(a) do { } while (0) macro771 rcu_lock_release(&rcu_lock_map); /* Keep acq info for rls diags. */ in rcu_read_unlock()806 rcu_lock_release(&rcu_bh_lock_map); in rcu_read_unlock_bh()851 rcu_lock_release(&rcu_sched_lock_map); in rcu_read_unlock_sched()
74 rcu_lock_release(&rcu_trace_lock_map); in rcu_read_unlock_trace()
190 rcu_lock_release(&(ssp)->dep_map); in srcu_read_unlock()
94 rcu_lock_release(&rcu_callback_map); in rcu_reclaim_tiny()102 rcu_lock_release(&rcu_callback_map); in rcu_reclaim_tiny()
2252 rcu_lock_release(&rcu_callback_map); in rcu_do_batch()3051 rcu_lock_release(&rcu_callback_map); in kfree_rcu_work()3084 rcu_lock_release(&rcu_callback_map); in kfree_rcu_work()
47 #define rcu_lock_release(a) do { } while (0) macro