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

/linux-master/arch/powerpc/include/asm/
H A Dcmpxchg.h424 __cmpxchg_u16_acquire(u16 *p, unsigned long old, unsigned long new) function
429 "1: lharx %0,0,%2 # __cmpxchg_u16_acquire\n"
688 return __cmpxchg_u16_acquire(ptr, old, new);

Completed in 152 milliseconds