Home
last modified time | relevance | path

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

/include/linux/
Dbit_spinlock.h65 __release(bitlock); in bit_spin_unlock()
82 __release(bitlock); in __bit_spin_unlock()
Dspinlock_api_up.h40 do { preempt_enable(); __release(lock); (void)(lock); } while (0)
44 __release(lock); (void)(lock); } while (0)
Drcupdate.h752 __release(RCU); in rcu_read_unlock()
792 __release(RCU_BH); in rcu_read_unlock_bh()
835 __release(RCU_SCHED); in rcu_read_unlock_sched()
842 __release(RCU_SCHED); in rcu_read_unlock_sched_notrace()
Drwlock.h45 # define do_raw_read_unlock(rwlock) do {arch_read_unlock(&(rwlock)->raw_lock); __release(lock); } w…
50 # define do_raw_write_unlock(rwlock) do {arch_write_unlock(&(rwlock)->raw_lock); __release(lock); }…
Dcompiler.h16 # define __release(x) __context__(x,-1) macro
39 # define __release(x) (void)0 macro
Dspinlock.h158 __release(lock); in do_raw_spin_unlock()