Home
last modified time | relevance | path

Searched refs:__acquires (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/
Dspinlock_api_smp.h22 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 …]
Dcompiler.h13 # define __acquires(x) __attribute__((context(0,1))) macro
30 # define __acquires(x) macro
Dsmp_lock.h40 extern void __lockfunc lock_kernel(void) __acquires(kernel_lock);