Searched refs:__lockfunc (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/
H A Dspinlock_api_smp.h22 void __lockfunc _spin_lock(spinlock_t *lock) __acquires(spinlock_t);
23 void __lockfunc _spin_lock_nested(spinlock_t *lock, int subclass)
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_ir
[all...]
H A Dsmp_lock.h10 extern int __lockfunc __reacquire_kernel_lock(void);
11 extern void __lockfunc __release_kernel_lock(void);
40 extern void __lockfunc lock_kernel(void) __acquires(kernel_lock);
41 extern void __lockfunc unlock_kernel(void) __releases(kernel_lock);
H A Dspinlock.h73 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
80 extern int __lockfunc generic__raw_read_trylock(raw_rwlock_t *lock);

Completed in 72 milliseconds