Searched refs:xchg_relaxed (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/arm64/include/asm/ |
| A D | percpu.h | 225 _pcp_protect_return(xchg_relaxed, pcp, val) 227 _pcp_protect_return(xchg_relaxed, pcp, val) 229 _pcp_protect_return(xchg_relaxed, pcp, val) 231 _pcp_protect_return(xchg_relaxed, pcp, val)
|
| A D | pgtable.h | 863 return __pte(xchg_relaxed(&pte_val(*ptep), 0)); in ptep_get_and_clear() 905 return __pmd(xchg_relaxed(&pmd_val(*pmdp), pmd_val(pmd))); in pmdp_establish()
|
| /linux/arch/mips/mm/ |
| A D | context.c | 76 mmid = xchg_relaxed(&cpu_data[cpu].asid_cache, 0); in flush_context()
|
| /linux/kernel/locking/ |
| A D | qspinlock.c | 182 return (u32)xchg_relaxed(&lock->tail, in xchg_tail()
|
| /linux/tools/memory-model/ |
| A D | linux-kernel.def | 31 xchg_relaxed(X,V) __xchg{once}(X,V)
|
| /linux/include/linux/atomic/ |
| A D | atomic-instrumented.h | 1779 #define xchg_relaxed(ptr, ...) \ macro
|
Completed in 16 milliseconds