Home
last modified time | relevance | path

Searched refs:__cond_acquires (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Drefcount.h481 …st_check bool refcount_dec_and_mutex_lock(refcount_t *r, struct mutex *lock) __cond_acquires(lock);
482 extern __must_check bool refcount_dec_and_lock(refcount_t *r, spinlock_t *lock) __cond_acquires(loc…
485 unsigned long *flags) __cond_acquires(lock);
H A Dcompiler_types.h40 # define __cond_acquires(x) __attribute__((context(x,0,-1))) macro
68 # define __cond_acquires(x) macro
/linux-6.15/net/ipv4/
H A Dtcp_sigpool.c260 int tcp_sigpool_start(unsigned int id, struct tcp_sigpool *c) __cond_acquires(RCU_BH) in tcp_sigpool_start()
/linux-6.15/fs/dlm/
H A Dlock.c346 __cond_acquires(lock) in dlm_refcount_dec_and_write_lock_bh()