Home
last modified time | relevance | path

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

/linux-4.4.14/arch/parisc/include/asm/
Dcmpxchg.h54 unsigned int new_);
56 unsigned long old, unsigned long new_);
60 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) in __cmpxchg() argument
64 case 8: return __cmpxchg_u64((unsigned long *)ptr, old, new_); in __cmpxchg()
67 (unsigned int)old, (unsigned int)new_); in __cmpxchg()
85 unsigned long new_, int size) in __cmpxchg_local() argument
89 case 8: return __cmpxchg_u64((unsigned long *)ptr, old, new_); in __cmpxchg_local()
91 case 4: return __cmpxchg_u32(ptr, old, new_); in __cmpxchg_local()
93 return __cmpxchg_local_generic(ptr, old, new_, size); in __cmpxchg_local()
/linux-4.4.14/arch/sparc/include/asm/
Dcmpxchg_32.h41 unsigned long __cmpxchg_u32(volatile u32 *m, u32 old, u32 new_);
45 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) in __cmpxchg() argument
49 return __cmpxchg_u32((u32 *)ptr, (u32)old, (u32)new_); in __cmpxchg()