Home
last modified time | relevance | path

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

/include/linux/
Dsrcu.h58 void __srcu_read_unlock(struct srcu_struct *ssp, int idx) __releases(ssp);
66 void __srcu_read_unlock_nmisafe(struct srcu_struct *ssp, int idx) __releases(ssp);
283 __releases(ssp) in srcu_read_unlock()
299 __releases(ssp) in srcu_read_unlock_nmisafe()
309 srcu_read_unlock_notrace(struct srcu_struct *ssp, int idx) __releases(ssp) in srcu_read_unlock_notrace()
324 __releases(ssp) in srcu_up_read()
Drwlock_api_smp.h31 void __lockfunc _raw_read_unlock(rwlock_t *lock) __releases(lock);
32 void __lockfunc _raw_write_unlock(rwlock_t *lock) __releases(lock);
33 void __lockfunc _raw_read_unlock_bh(rwlock_t *lock) __releases(lock);
34 void __lockfunc _raw_write_unlock_bh(rwlock_t *lock) __releases(lock);
35 void __lockfunc _raw_read_unlock_irq(rwlock_t *lock) __releases(lock);
36 void __lockfunc _raw_write_unlock_irq(rwlock_t *lock) __releases(lock);
39 __releases(lock);
42 __releases(lock);
Dspinlock_api_smp.h39 void __lockfunc _raw_spin_unlock(raw_spinlock_t *lock) __releases(lock);
40 void __lockfunc _raw_spin_unlock_bh(raw_spinlock_t *lock) __releases(lock);
41 void __lockfunc _raw_spin_unlock_irq(raw_spinlock_t *lock) __releases(lock);
44 __releases(lock);
Drwlock.h34 extern void do_raw_read_unlock(rwlock_t *lock) __releases(lock);
37 extern void do_raw_write_unlock(rwlock_t *lock) __releases(lock);
Dwriteback.h208 __releases(&inode->i_lock);
298 __releases(&inode->i_lock) in wbc_attach_and_unlock_inode()
Dcompiler_types.h32 # define __releases(x) __attribute__((context(x,1,0))) macro
60 # define __releases(x) macro
Dspinlock.h182 extern void do_raw_spin_unlock(raw_spinlock_t *lock) __releases(lock);
201 static inline void do_raw_spin_unlock(raw_spinlock_t *lock) __releases(lock) in do_raw_spin_unlock()
Dmigrate.h79 __releases(ptl);
Dconsole.h232 extern void console_list_unlock(void) __releases(console_mutex);
Drhashtable.h257 void rhashtable_walk_stop(struct rhashtable_iter *iter) __releases(RCU);
/include/net/
Dsock.h1789 __releases(&sk->sk_lock.slock) in unlock_sock_fast()
Dcfg80211.h5873 __releases(&wiphy->mtx) in wiphy_unlock()