Home
last modified time | relevance | path

Searched refs:__lockfunc (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/kernel/locking/
Dspinlock.c61 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 …]
/linux-4.4.14/include/linux/
Drwlock_api_smp.h18 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 …]
Dspinlock_api_smp.h22 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 __lockfunc
30 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 __lockfunc
39 int __lockfunc _raw_spin_trylock(raw_spinlock_t *lock);
40 int __lockfunc _raw_spin_trylock_bh(raw_spinlock_t *lock);
[all …]
Dtty.h656 extern void __lockfunc tty_lock(struct tty_struct *tty);
658 extern void __lockfunc tty_unlock(struct tty_struct *tty);
659 extern void __lockfunc tty_lock_slave(struct tty_struct *tty);
660 extern void __lockfunc tty_unlock_slave(struct tty_struct *tty);
Dspinlock.h76 #define __lockfunc __attribute__((section(".spinlock.text"))) macro
/linux-4.4.14/drivers/tty/
Dtty_mutex.c13 void __lockfunc tty_lock(struct tty_struct *tty) in tty_lock()
33 void __lockfunc tty_unlock(struct tty_struct *tty) in tty_unlock()
45 void __lockfunc tty_lock_slave(struct tty_struct *tty) in tty_lock_slave()
51 void __lockfunc tty_unlock_slave(struct tty_struct *tty) in tty_unlock_slave()
Dtty_ldisc.c307 static inline int __lockfunc
313 static inline int __lockfunc
325 static int __lockfunc
343 static int __lockfunc
379 static void __lockfunc
385 static void __lockfunc tty_ldisc_unlock_pair(struct tty_struct *tty, in tty_ldisc_unlock_pair()