Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sh/include/asm/
Dmutex-llsc.h24 int __done, __res; in __mutex_fastpath_lock() local
31 : "=&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() local
49 : "=&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() local
69 : "=&z" (__res), "=&r" (__done) in __mutex_fastpath_unlock()
73 if (unlikely(!__done || __res <= 0)) in __mutex_fastpath_unlock()