Searched refs:__lockfunc (Results 1 – 7 of 7) sorted by relevance
61 void __lockfunc __raw_##op##_lock(locktype##_t *lock) \77 unsigned long __lockfunc __raw_##op##_lock_irqsave(locktype##_t *lock) \98 void __lockfunc __raw_##op##_lock_irq(locktype##_t *lock) \103 void __lockfunc __raw_##op##_lock_bh(locktype##_t *lock) \133 int __lockfunc _raw_spin_trylock(raw_spinlock_t *lock) in _raw_spin_trylock()141 int __lockfunc _raw_spin_trylock_bh(raw_spinlock_t *lock) in _raw_spin_trylock_bh()149 void __lockfunc _raw_spin_lock(raw_spinlock_t *lock) in _raw_spin_lock()157 unsigned long __lockfunc _raw_spin_lock_irqsave(raw_spinlock_t *lock) in _raw_spin_lock_irqsave()165 void __lockfunc _raw_spin_lock_irq(raw_spinlock_t *lock) in _raw_spin_lock_irq()173 void __lockfunc _raw_spin_lock_bh(raw_spinlock_t *lock) in _raw_spin_lock_bh()[all …]
18 void __lockfunc _raw_read_lock(rwlock_t *lock) __acquires(lock);19 void __lockfunc _raw_write_lock(rwlock_t *lock) __acquires(lock);20 void __lockfunc _raw_read_lock_bh(rwlock_t *lock) __acquires(lock);21 void __lockfunc _raw_write_lock_bh(rwlock_t *lock) __acquires(lock);22 void __lockfunc _raw_read_lock_irq(rwlock_t *lock) __acquires(lock);23 void __lockfunc _raw_write_lock_irq(rwlock_t *lock) __acquires(lock);24 unsigned long __lockfunc _raw_read_lock_irqsave(rwlock_t *lock)26 unsigned long __lockfunc _raw_write_lock_irqsave(rwlock_t *lock)28 int __lockfunc _raw_read_trylock(rwlock_t *lock);29 int __lockfunc _raw_write_trylock(rwlock_t *lock);[all …]
22 void __lockfunc _raw_spin_lock(raw_spinlock_t *lock) __acquires(lock);23 void __lockfunc _raw_spin_lock_nested(raw_spinlock_t *lock, int subclass)25 void __lockfunc _raw_spin_lock_bh_nested(raw_spinlock_t *lock, int subclass)27 void __lockfunc30 void __lockfunc _raw_spin_lock_bh(raw_spinlock_t *lock) __acquires(lock);31 void __lockfunc _raw_spin_lock_irq(raw_spinlock_t *lock)34 unsigned long __lockfunc _raw_spin_lock_irqsave(raw_spinlock_t *lock)36 unsigned long __lockfunc39 int __lockfunc _raw_spin_trylock(raw_spinlock_t *lock);40 int __lockfunc _raw_spin_trylock_bh(raw_spinlock_t *lock);[all …]
654 extern void __lockfunc tty_lock(struct tty_struct *tty);655 extern void __lockfunc tty_unlock(struct tty_struct *tty);656 extern void __lockfunc tty_lock_slave(struct tty_struct *tty);657 extern void __lockfunc tty_unlock_slave(struct tty_struct *tty);
76 #define __lockfunc __attribute__((section(".spinlock.text"))) macro
13 void __lockfunc tty_lock(struct tty_struct *tty) in tty_lock()25 void __lockfunc tty_unlock(struct tty_struct *tty) in tty_unlock()37 void __lockfunc tty_lock_slave(struct tty_struct *tty) in tty_lock_slave()43 void __lockfunc tty_unlock_slave(struct tty_struct *tty) in tty_unlock_slave()
310 static inline int __lockfunc316 static inline int __lockfunc328 static int __lockfunc346 static int __lockfunc382 static void __lockfunc388 static void __lockfunc tty_ldisc_unlock_pair(struct tty_struct *tty, in tty_ldisc_unlock_pair()