Searched refs:__cond_acquires (Results 1 – 2 of 2) sorted by relevance
364 …st_check bool refcount_dec_and_mutex_lock(refcount_t *r, struct mutex *lock) __cond_acquires(lock);365 extern __must_check bool refcount_dec_and_lock(refcount_t *r, spinlock_t *lock) __cond_acquires(loc…368 unsigned long *flags) __cond_acquires(lock);
31 # define __cond_acquires(x) __attribute__((context(x,0,-1))) macro59 # define __cond_acquires(x) macro
Completed in 9 milliseconds