Home
last modified time | relevance | path

Searched defs:new_ptr (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.3/kernel/src/arch/x86_64/asm/
Dcmpxchg.c3 bool __try_cmpxchg_q(uint64_t *ptr, uint64_t *old_ptr, uint64_t *new_ptr) in __try_cmpxchg_q()
/DragonOS-0.1.3/kernel/src/arch/x86_64/include/asm/
Dcmpxchg.h80 #define arch_try_cmpxchg(ptr, old_ptr, new_ptr) \ argument