| /Linux-v5.10/arch/arm64/include/asm/ |
| D | percpu.h | 234 _pcp_protect_return(cmpxchg_relaxed, pcp, o, n) 236 _pcp_protect_return(cmpxchg_relaxed, pcp, o, n) 238 _pcp_protect_return(cmpxchg_relaxed, pcp, o, n) 240 _pcp_protect_return(cmpxchg_relaxed, pcp, o, n)
|
| D | pgtable.h | 783 pte_val(pte) = cmpxchg_relaxed(&pte_val(*ptep), in __ptep_test_and_clear_young() 857 pte_val(pte) = cmpxchg_relaxed(&pte_val(*ptep), in ptep_set_wrprotect()
|
| /Linux-v5.10/arch/riscv/include/asm/ |
| D | cmpxchg.h | 202 #define cmpxchg_relaxed(ptr, o, n) \ macro 360 cmpxchg_relaxed((ptr), (o), (n)) \ 372 cmpxchg_relaxed((ptr), (o), (n)); \
|
| /Linux-v5.10/kernel/ |
| D | scs.c | 81 prev = cmpxchg_relaxed(&highest, curr, used); in scs_check_usage()
|
| /Linux-v5.10/arch/powerpc/include/asm/ |
| D | atomic.h | 187 cmpxchg_relaxed(&((v)->counter), (o), (n)) 504 cmpxchg_relaxed(&((v)->counter), (o), (n))
|
| D | cmpxchg.h | 487 #define cmpxchg_relaxed(ptr, o, n) \ macro 518 cmpxchg_relaxed((ptr), (o), (n)); \
|
| /Linux-v5.10/arch/arm/include/asm/ |
| D | cmpxchg.h | 210 #define cmpxchg_relaxed(ptr,o,n) ({ \ macro
|
| /Linux-v5.10/arch/mips/mm/ |
| D | context.c | 213 !cmpxchg_relaxed(&cpu_data[cpu].asid_cache, old_active_mmid, ctx)) { in check_switch_mmu_context()
|
| /Linux-v5.10/kernel/locking/ |
| D | qspinlock_paravirt.h | 380 if (cmpxchg_relaxed(&pn->state, vcpu_halted, vcpu_hashed) in pv_kick_node()
|
| D | rtmutex.c | 158 } while (cmpxchg_relaxed(p, owner, in mark_rt_mutex_waiters()
|
| /Linux-v5.10/tools/memory-model/ |
| D | linux-kernel.def | 35 cmpxchg_relaxed(X,V,W) __cmpxchg{once}(X,V,W)
|
| /Linux-v5.10/arch/arm64/kernel/ |
| D | proton-pack.c | 47 } while (cmpxchg_relaxed(oldp, state, new) != state); in update_mitigation_state()
|
| /Linux-v5.10/fs/erofs/ |
| D | zdata.c | 189 if (!cmpxchg_relaxed(pages, NULL, tagptr_cast_ptr(t))) in preload_compressed_pages() 363 length != cmpxchg_relaxed(&pcl->length, length, llen)) { in z_erofs_lookup_collection()
|
| /Linux-v5.10/arch/arm64/mm/ |
| D | fault.c | 218 pteval = cmpxchg_relaxed(&pte_val(*ptep), old_pteval, pteval); in ptep_set_access_flags()
|
| /Linux-v5.10/include/linux/ |
| D | atomic-fallback.h | 34 #ifndef cmpxchg_relaxed 35 #define cmpxchg_relaxed cmpxchg macro
|
| /Linux-v5.10/drivers/iommu/ |
| D | io-pgtable-arm-v7s.c | 465 old = cmpxchg_relaxed(ptep, curr, new); in arm_v7s_install_table()
|
| /Linux-v5.10/include/asm-generic/ |
| D | atomic-instrumented.h | 1708 #define cmpxchg_relaxed(ptr, ...) \ macro
|
| /Linux-v5.10/drivers/iommu/arm/arm-smmu-v3/ |
| D | arm-smmu-v3.c | 757 old = cmpxchg_relaxed(&cmdq->q.llq.val, llq.val, head.val); in arm_smmu_cmdq_issue_cmdlist()
|
| /Linux-v5.10/kernel/sched/ |
| D | core.c | 528 if (unlikely(cmpxchg_relaxed(&node->next, NULL, WAKE_Q_TAIL))) in __wake_q_add()
|