Searched refs:__cmpxchg_u32_local (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dsystem.h264 static inline unsigned long __cmpxchg_u32_local(volatile int * m, function
449 return __cmpxchg_u32_local(ptr, old, new);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dsystem.h264 static inline unsigned long __cmpxchg_u32_local(volatile int * m, function
449 return __cmpxchg_u32_local(ptr, old, new);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dsystem.h368 __cmpxchg_u32_local(volatile unsigned int *p, unsigned long old, function
460 return __cmpxchg_u32_local(ptr, old, new);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dsystem.h754 __cmpxchg_u32_local(volatile int *m, int old, int new) function
807 return __cmpxchg_u32_local(ptr, old, new);

Completed in 71 milliseconds