Searched refs:new_ (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/include/asm-parisc/ |
D | atomic.h | 114 extern unsigned long __cmpxchg_u32(volatile unsigned int *m, unsigned int old, unsigned int new_); 115 …rn unsigned long __cmpxchg_u64(volatile unsigned long *ptr, unsigned long old, unsigned long new_); 119 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) in __cmpxchg() argument 123 case 8: return __cmpxchg_u64((unsigned long *)ptr, old, new_); in __cmpxchg() 125 case 4: return __cmpxchg_u32((unsigned int *)ptr, (unsigned int) old, (unsigned int) new_); in __cmpxchg()
|