Home
last modified time | relevance | path

Searched refs:cmpxchg_relaxed (Results 1 – 16 of 16) sorted by relevance

/linux/arch/arm64/include/asm/
A Dpercpu.h234 _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)
A Dpgtable.h814 pte_val(pte) = cmpxchg_relaxed(&pte_val(*ptep), in __ptep_test_and_clear_young()
888 pte_val(pte) = cmpxchg_relaxed(&pte_val(*ptep), in ptep_set_wrprotect()
/linux/kernel/
A Dscs.c131 prev = cmpxchg_relaxed(&highest, curr, used); in scs_check_usage()
/linux/arch/mips/mm/
A Dcontext.c213 !cmpxchg_relaxed(&cpu_data[cpu].asid_cache, old_active_mmid, ctx)) { in check_switch_mmu_context()
/linux/kernel/locking/
A Dqspinlock_paravirt.h380 if (cmpxchg_relaxed(&pn->state, vcpu_halted, vcpu_hashed) in pv_kick_node()
A Drtmutex.c207 } while (cmpxchg_relaxed(p, owner, in mark_rt_mutex_waiters()
/linux/tools/memory-model/
A Dlinux-kernel.def35 cmpxchg_relaxed(X,V,W) __cmpxchg{once}(X,V,W)
/linux/arch/arm64/kernel/
A Dproton-pack.c49 } while (cmpxchg_relaxed(oldp, state, new) != state); in update_mitigation_state()
/linux/fs/erofs/
A Dzdata.c276 if (!cmpxchg_relaxed(pages, NULL, tagptr_cast_ptr(t))) in preload_compressed_pages()
442 length != cmpxchg_relaxed(&pcl->length, length, llen)) { in z_erofs_lookup_collection()
/linux/arch/arm64/mm/
A Dfault.c223 pteval = cmpxchg_relaxed(&pte_val(*ptep), old_pteval, pteval); in ptep_set_access_flags()
/linux/kernel/rcu/
A Drcutorture.c1386 if (cmpxchg_relaxed(&rtrcp_chker->rtc_assigner, NULL, rtrcp) || in rcu_torture_reader_do_mbchk()
1387 cmpxchg_relaxed(&rtp->rtort_chkp, NULL, rtrcp)) in rcu_torture_reader_do_mbchk()
1388 (void)cmpxchg_relaxed(&rtrcp_chker->rtc_assigner, rtrcp, NULL); // Back out. in rcu_torture_reader_do_mbchk()
/linux/drivers/iommu/
A Dio-pgtable-arm-v7s.c469 old = cmpxchg_relaxed(ptep, curr, new); in arm_v7s_install_table()
/linux/tools/memory-model/Documentation/
A Daccess-marking.txt112 a cmpxchg_relaxed() might still be subject to load fusing on some
/linux/include/linux/atomic/
A Datomic-instrumented.h1807 #define cmpxchg_relaxed(ptr, ...) \ macro
/linux/drivers/iommu/arm/arm-smmu-v3/
A Darm-smmu-v3.c764 old = cmpxchg_relaxed(&cmdq->q.llq.val, llq.val, head.val); in arm_smmu_cmdq_issue_cmdlist()
/linux/kernel/sched/
A Dcore.c885 if (unlikely(cmpxchg_relaxed(&node->next, NULL, WAKE_Q_TAIL))) in __wake_q_add()

Completed in 60 milliseconds