Lines Matching refs:Result
53 fn cmpxchg_loop(&mut self, mode: CmpxchgMode) -> Result<i32, i32> { in cmpxchg_loop()
123 fn cmpxchg_loop(&mut self, mode: CmpxchgMode) -> Result<i32, i32> { in cmpxchg_loop()
147 pub fn inc_not_zero(&mut self) -> Result<i32, i32> { in inc_not_zero()
176 pub fn inc_not_dead(&mut self) -> Result<i32, i32> { in inc_not_dead()
206 pub fn dec(&mut self) -> Result<i32, i32> { in dec()
213 let retval: Result<i32, i32>; in dec()
238 pub fn dec_return(&mut self) -> Result<i32, i32> { in dec_return()
265 pub fn dec_not_zero(&mut self) -> Result<i32, i32> { in dec_not_zero()
275 let retval: Result<i32, i32>; in dec_not_zero()
296 pub fn dec_or_lock_not_zero(&mut self) -> Result<i32, i32> { in dec_or_lock_not_zero()
304 let retval: Result<i32, i32>; in dec_or_lock_not_zero()