Searched refs:__cond_acquires (Results 1 – 2 of 2) sorted by relevance
481 …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);
40 # define __cond_acquires(x) __attribute__((context(x,0,-1))) macro68 # define __cond_acquires(x) macro
Completed in 6 milliseconds