Searched refs:__acquires (Results 1 – 3 of 3) sorted by relevance
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);[all …]
13 # define __acquires(x) __attribute__((context(0,1))) macro30 # define __acquires(x) macro
40 extern void __lockfunc lock_kernel(void) __acquires(kernel_lock);