Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/include/asm/
H A Dcmpxchg.h20 #define __raw_try_cmpxchg(_ptr, _old_ptr, _new, size) \ macro
81 __raw_try_cmpxchg((ptr), (old_ptr), (new), sizeof(*ptr))
/DragonOS/kernel/src/arch/x86_64/asm/
H A Dcmpxchg.c5 bool success = __raw_try_cmpxchg(ptr, old_ptr, *new_ptr, 8); in __try_cmpxchg_q()