Home
last modified time | relevance | path

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

/linux/arch/alpha/include/asm/
H A Dcmpxchg.h100 ____xchg(volatile void *ptr, unsigned long x, int size) in ____xchg() function
231 (__typeof__(*(ptr))) ____xchg((ptr), (unsigned long)_x_, \
260 ____xchg((ptr), (unsigned long)_x_, sizeof(*(ptr))); \