Home
last modified time | relevance | path

Searched refs:smp_wmb (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/linux/include/vdso/
H A Dhelpers.h55 smp_wmb(); in vdso_write_begin_clock()
61 smp_wmb(); in vdso_write_end_clock()
72 smp_wmb(); in vdso_write_begin()
80 smp_wmb(); in vdso_write_end()
/linux/security/selinux/
H A Dstatus.c88 smp_wmb(); in selinux_status_update_setenforce()
92 smp_wmb(); in selinux_status_update_setenforce()
113 smp_wmb(); in selinux_status_update_policyload()
118 smp_wmb(); in selinux_status_update_policyload()
/linux/include/asm-generic/
H A Dbarrier.h106 #ifndef smp_wmb
107 #define smp_wmb() do { kcsan_wmb(); __smp_wmb(); } while (0) macro
120 #ifndef smp_wmb
121 #define smp_wmb() barrier() macro
/linux/arch/arm64/include/asm/vdso/
H A Dcompat_barrier.h29 #undef smp_wmb
33 #define smp_wmb() aarch32_smp_wmb() macro
/linux/tools/memory-model/litmus-tests/
H A DS+fencewmbonceonce+poacquireonce.litmus6 * Can a smp_wmb(), instead of a release, and an acquire order a prior
15 smp_wmb();
H A DMP+fencewmbonceonce+fencermbonceonce.litmus6 * This litmus test demonstrates that smp_wmb() and smp_rmb() provide
16 smp_wmb();
/linux/tools/virtio/ringtest/
H A Dmain.h143 #define smp_wmb() barrier() macro
145 #define smp_wmb() asm volatile("dmb ishst" ::: "memory") macro
147 #define smp_wmb() smp_release() macro
/linux/tools/include/asm/
H A Dbarrier.h42 #ifndef smp_wmb
43 # define smp_wmb() wmb() macro
/linux/kernel/
H A Dwatchdog_buddy.c56 smp_wmb(); in watchdog_hardlockup_enable()
80 smp_wmb(); in watchdog_hardlockup_disable()
/linux/arch/sparc/include/asm/
H A Dvvar.h65 smp_wmb(); /* Makes sure that increment of seq is reflected */ in vvar_write_begin()
70 smp_wmb(); /* Makes the value of seq current before we increment */ in vvar_write_end()
/linux/arch/openrisc/kernel/
H A Dsync-timer.c56 smp_wmb(); in synchronise_count_master()
77 smp_wmb(); in synchronise_count_master()
/linux/arch/arm/mach-socfpga/
H A Dplatsmp.c36 smp_wmb(); in socfpga_boot_secondary()
59 smp_wmb(); in socfpga_a10_boot_secondary()
/linux/arch/x86/include/asm/
H A Dpgtable-3level.h39 smp_wmb(); in native_set_pte()
70 smp_wmb(); in native_pte_clear()
77 smp_wmb(); in native_pmd_clear()
/linux/include/linux/
H A Dseqlock.h432 smp_wmb(); in do_raw_write_seqcount_begin()
451 smp_wmb(); in do_raw_write_seqcount_end()
575 smp_wmb(); in do_raw_write_seqcount_barrier()
593 smp_wmb(); in do_write_seqcount_invalidate()
698 smp_wmb(); /* prior stores before incrementing "sequence" */ in raw_write_seqcount_latch()
700 smp_wmb(); /* increment "sequence" before following stores */ in raw_write_seqcount_latch()
/linux/arch/mips/kernel/
H A Drtlx.c276 smp_wmb(); in rtlx_read()
278 smp_wmb(); in rtlx_read()
318 smp_wmb(); in rtlx_write()
320 smp_wmb(); in rtlx_write()
/linux/arch/powerpc/platforms/pseries/
H A Ddtl.c87 smp_wmb(); in consume_dtle()
100 smp_wmb(); in dtl_start()
116 smp_wmb(); in dtl_stop()
157 smp_wmb(); in dtl_start()
/linux/tools/testing/selftests/kvm/
H A Drseq_test.c98 smp_wmb(); in migration_worker()
102 smp_wmb(); in migration_worker()
/linux/arch/arm64/include/asm/
H A Dmte.h50 smp_wmb(); in set_page_mte_tagged()
175 smp_wmb(); in folio_set_hugetlb_mte_tagged()
/linux/net/llc/
H A Dllc_input.c45 smp_wmb(); /* ensure initialisation is complete before it's called */ in llc_add_pack()
61 smp_wmb(); in llc_set_station_handler()
/linux/arch/powerpc/sysdev/
H A Dfsl_lbc.c247 smp_wmb(); in fsl_lbc_ctrl_irq()
253 smp_wmb(); in fsl_lbc_ctrl_irq()
257 smp_wmb(); in fsl_lbc_ctrl_irq()
/linux/Documentation/translations/zh_CN/core-api/
H A Dlocal_ops.rst126 的CPU上分别使用显式的 ``smp_wmb()`` 和 ``smp_rmb()`` 内存屏障。如果你使
128 冲区写和计数器增量之间应该有一个 ``smp_wmb()`` ,在计数器读和缓冲区读之间
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_spy.c51 smp_wmb(); in ipw_wx_set_spy()
67 smp_wmb(); in ipw_wx_set_spy()
/linux/tools/arch/x86/include/asm/
H A Dbarrier.h28 #define smp_wmb() barrier() macro
/linux/arch/arm/mach-versatile/
H A Dplatsmp.c39 smp_wmb(); in versatile_write_cpu_release()
/linux/tools/arch/riscv/include/asm/
H A Dbarrier.h24 #define smp_wmb() RISCV_FENCE(w, w) macro

12345678910>>...15