Home | History | Annotate | Download | only in linux

Lines Matching refs:__releases

43 void __lockfunc _spin_unlock(spinlock_t *lock)		__releases(spinlock_t);
44 void __lockfunc _read_unlock(rwlock_t *lock) __releases(rwlock_t);
45 void __lockfunc _write_unlock(rwlock_t *lock) __releases(rwlock_t);
46 void __lockfunc _spin_unlock_bh(spinlock_t *lock) __releases(spinlock_t);
47 void __lockfunc _read_unlock_bh(rwlock_t *lock) __releases(rwlock_t);
48 void __lockfunc _write_unlock_bh(rwlock_t *lock) __releases(rwlock_t);
49 void __lockfunc _spin_unlock_irq(spinlock_t *lock) __releases(spinlock_t);
50 void __lockfunc _read_unlock_irq(rwlock_t *lock) __releases(rwlock_t);
51 void __lockfunc _write_unlock_irq(rwlock_t *lock) __releases(rwlock_t);
53 __releases(spinlock_t);
55 __releases(rwlock_t);
57 __releases(rwlock_t);