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

/linux-master/include/asm-generic/
H A Dpercpu.h92 #define __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, _cmpxchg) \
95 __val = _cmpxchg(pcp, __old, nval); \
/linux-master/tools/testing/selftests/kvm/s390x/
H A Dmemop.c583 static bool _cmpxchg(int size, void *target, __uint128_t *old_addr, __uint128_t new) function
646 } while (!_cmpxchg(16, mem1, &old, 0));
651 } while (!_cmpxchg(size, mem2 + offset, &old, new));

Completed in 166 milliseconds