Searched refs:__done (Results 1 – 1 of 1) sorted by relevance
24 int __done, __res; in __mutex_fastpath_lock() local31 : "=&z" (__res), "=&r" (__done) in __mutex_fastpath_lock()35 if (unlikely(!__done || __res != 0)) in __mutex_fastpath_lock()42 int __done, __res; in __mutex_fastpath_lock_retval() local49 : "=&z" (__res), "=&r" (__done) in __mutex_fastpath_lock_retval()53 if (unlikely(!__done || __res != 0)) in __mutex_fastpath_lock_retval()62 int __done, __res; in __mutex_fastpath_unlock() local69 : "=&z" (__res), "=&r" (__done) in __mutex_fastpath_unlock()73 if (unlikely(!__done || __res <= 0)) in __mutex_fastpath_unlock()