Home | History | Annotate | Download | only in linux

Lines Matching refs:__acquires

22 void __lockfunc _spin_lock(spinlock_t *lock)		__acquires(spinlock_t);
24 __acquires(spinlock_t);
25 void __lockfunc _read_lock(rwlock_t *lock) __acquires(rwlock_t);
26 void __lockfunc _write_lock(rwlock_t *lock) __acquires(rwlock_t);
27 void __lockfunc _spin_lock_bh(spinlock_t *lock) __acquires(spinlock_t);
28 void __lockfunc _read_lock_bh(rwlock_t *lock) __acquires(rwlock_t);
29 void __lockfunc _write_lock_bh(rwlock_t *lock) __acquires(rwlock_t);
30 void __lockfunc _spin_lock_irq(spinlock_t *lock) __acquires(spinlock_t);
31 void __lockfunc _read_lock_irq(rwlock_t *lock) __acquires(rwlock_t);
32 void __lockfunc _write_lock_irq(rwlock_t *lock) __acquires(rwlock_t);
34 __acquires(spinlock_t);
36 __acquires(rwlock_t);
38 __acquires(rwlock_t);