| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | percpu.h | 235 _pcp_protect_return(cmpxchg_relaxed, pcp, o, n) 237 _pcp_protect_return(cmpxchg_relaxed, pcp, o, n) 239 _pcp_protect_return(cmpxchg_relaxed, pcp, o, n) 241 _pcp_protect_return(cmpxchg_relaxed, pcp, o, n)
|
| H A D | pgtable.h | 809 pte_val(pte) = cmpxchg_relaxed(&pte_val(*ptep), in __ptep_test_and_clear_young() 883 pte_val(pte) = cmpxchg_relaxed(&pte_val(*ptep), in ptep_set_wrprotect()
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | cmpxchg.h | 202 #define cmpxchg_relaxed(ptr, o, n) \ macro 360 cmpxchg_relaxed((ptr), (o), (n)) \ 372 cmpxchg_relaxed((ptr), (o), (n)); \
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | cmpxchg.h | 487 #define cmpxchg_relaxed(ptr, o, n) \ macro 518 cmpxchg_relaxed((ptr), (o), (n)); \
|
| H A D | atomic.h | 187 cmpxchg_relaxed(&((v)->counter), (o), (n)) 504 cmpxchg_relaxed(&((v)->counter), (o), (n))
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | scs.c | 131 prev = cmpxchg_relaxed(&highest, curr, used); in scs_check_usage()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | cmpxchg.h | 210 #define cmpxchg_relaxed(ptr,o,n) ({ \ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | context.c | 213 !cmpxchg_relaxed(&cpu_data[cpu].asid_cache, old_active_mmid, ctx)) { in check_switch_mmu_context()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | qspinlock_paravirt.h | 380 if (cmpxchg_relaxed(&pn->state, vcpu_halted, vcpu_hashed) in pv_kick_node()
|
| H A D | rtmutex.c | 159 } while (cmpxchg_relaxed(p, owner, in mark_rt_mutex_waiters()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | dma-mapping-noalias.c | 46 pte = cmpxchg_relaxed(&pte_val(*ptep), old_pte, new_pte); in pte_set_nc() 74 pte = cmpxchg_relaxed(&pte_val(*ptep), old_pte, new_pte); in pte_clear_nc()
|
| H A D | fault.c | 223 pteval = cmpxchg_relaxed(&pte_val(*ptep), old_pteval, pteval); in ptep_set_access_flags()
|
| /OK3568_Linux_fs/kernel/tools/memory-model/ |
| H A D | linux-kernel.def | 35 cmpxchg_relaxed(X,V,W) __cmpxchg{once}(X,V,W)
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | zdata.c | 288 if (!cmpxchg_relaxed(pages, NULL, tagptr_cast_ptr(t))) in preload_compressed_pages() 459 length != cmpxchg_relaxed(&pcl->length, length, llen)) { in z_erofs_lookup_collection()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | proton-pack.c | 52 } while (cmpxchg_relaxed(oldp, state, new) != state); in update_mitigation_state()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | atomic-fallback.h | 34 #ifndef cmpxchg_relaxed 35 #define cmpxchg_relaxed cmpxchg macro
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | io-pgtable-arm-v7s.c | 473 old = cmpxchg_relaxed(ptep, curr, new); in arm_v7s_install_table()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_accessory.c | 1421 if (cmpxchg_relaxed(&ref->acc_dev, NULL, dev)) { in acc_setup()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | atomic-instrumented.h | 1708 #define cmpxchg_relaxed(ptr, ...) \ macro
|
| /OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | arm-smmu-v3.c | 757 old = cmpxchg_relaxed(&cmdq->q.llq.val, llq.val, head.val); in arm_smmu_cmdq_issue_cmdlist()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | core.c | 543 if (unlikely(cmpxchg_relaxed(&node->next, NULL, WAKE_Q_TAIL))) in __wake_q_add()
|