Searched refs:__acquires (Results 1 – 9 of 9) sorted by relevance
22 void __lockfunc _raw_spin_lock(raw_spinlock_t *lock) __acquires(lock);24 __acquires(lock);27 __acquires(lock);28 void __lockfunc _raw_spin_lock_bh(raw_spinlock_t *lock) __acquires(lock);30 __acquires(lock);33 __acquires(lock);36 __acquires(lock);
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);25 __acquires(lock);27 __acquires(lock);
60 int __srcu_read_lock(struct srcu_struct *ssp) __acquires(ssp);159 static inline int srcu_read_lock(struct srcu_struct *ssp) __acquires(ssp) in srcu_read_lock()170 srcu_read_lock_notrace(struct srcu_struct *ssp) __acquires(ssp) in srcu_read_lock_notrace()
32 extern void do_raw_read_lock(rwlock_t *lock) __acquires(lock);36 extern void do_raw_write_lock(rwlock_t *lock) __acquires(lock);
179 extern void do_raw_spin_lock(raw_spinlock_t *lock) __acquires(lock);184 static inline void do_raw_spin_lock(raw_spinlock_t *lock) __acquires(lock) in do_raw_spin_lock()196 do_raw_spin_lock_flags(raw_spinlock_t *lock, unsigned long *flags) __acquires(lock) in do_raw_spin_lock_flags()
18 # define __acquires(x) __attribute__((context(x,0,1))) macro44 # define __acquires(x) macro
248 int rhashtable_walk_start_check(struct rhashtable_iter *iter) __acquires(RCU);
1695 bool __lock_sock_fast(struct sock *sk) __acquires(&sk->sk_lock.slock);
5682 __acquires(&wiphy->mtx) in wiphy_lock()