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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Datomic.h100 extern unsigned long __cmpxchg_u32(volatile unsigned int *m, unsigned int old, unsigned int new_);
101 extern unsigned long __cmpxchg_u64(volatile unsigned long *ptr, unsigned long old, unsigned long new_);
105 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) argument
109 case 8: return __cmpxchg_u64((unsigned long *)ptr, old, new_);
111 case 4: return __cmpxchg_u32((unsigned int *)ptr, (unsigned int) old, (unsigned int) new_);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Datomic.h33 extern unsigned long __cmpxchg_u32(volatile u32 *m, u32 old, u32 new_);
37 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) argument
41 return __cmpxchg_u32((u32 *)ptr, (u32)old, (u32)new_);

Completed in 48 milliseconds