Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Datomic.h200 return try_cmpxchg(&v->counter, old, new); in arch_atomic_try_cmpxchg()
Datomic64_64.h186 return try_cmpxchg(&v->counter, old, new); in arch_atomic64_try_cmpxchg()
Dcmpxchg.h224 #define try_cmpxchg(ptr, pold, new) \ macro
/Linux-v4.19/Documentation/
Datomic_t.txt129 - swap operations: xchg(), cmpxchg() and try_cmpxchg()
/Linux-v4.19/arch/x86/kernel/
Dkvm.c610 if (try_cmpxchg(&src->preempted, &state, in kvm_flush_tlb_others()