Home
last modified time | relevance | path

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

/Linux-v4.19/arch/parisc/include/asm/
Dcmpxchg.h55 unsigned int new_);
56 extern u64 __cmpxchg_u64(volatile u64 *ptr, u64 old, u64 new_);
60 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) in __cmpxchg() argument
64 case 8: return __cmpxchg_u64((u64 *)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((u64 *)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-v4.19/arch/sparc/include/asm/
Dcmpxchg_32.h42 unsigned long __cmpxchg_u32(volatile u32 *m, u32 old, u32 new_);
46 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) in __cmpxchg() argument
50 return __cmpxchg_u32((u32 *)ptr, (u32)old, (u32)new_); in __cmpxchg()