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

/linux-master/arch/sh/include/asm/
H A Dcmpxchg-xchg.h18 static inline u32 __xchg_cmpxchg(volatile void *ptr, u32 x, int size) function
42 return __xchg_cmpxchg(m, val, sizeof *m);
47 return __xchg_cmpxchg(m, val, sizeof *m);

Completed in 211 milliseconds