Home
last modified time | relevance | path

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

/include/linux/
Dspinlock_api_smp.h22 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);
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);
25 __acquires(lock);
27 __acquires(lock);
Dsrcu.h60 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()
Drwlock.h32 extern void do_raw_read_lock(rwlock_t *lock) __acquires(lock);
36 extern void do_raw_write_lock(rwlock_t *lock) __acquires(lock);
Dspinlock.h179 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()
Dcompiler_types.h18 # define __acquires(x) __attribute__((context(x,0,1))) macro
44 # define __acquires(x) macro
Drhashtable.h248 int rhashtable_walk_start_check(struct rhashtable_iter *iter) __acquires(RCU);
/include/net/
Dsock.h1695 bool __lock_sock_fast(struct sock *sk) __acquires(&sk->sk_lock.slock);
Dcfg80211.h5682 __acquires(&wiphy->mtx) in wiphy_lock()