Home
last modified time | relevance | path

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

12345678910>>...15

/linux/security/selinux/
A Dstatus.c89 smp_wmb(); in selinux_status_update_setenforce()
93 smp_wmb(); in selinux_status_update_setenforce()
115 smp_wmb(); in selinux_status_update_policyload()
120 smp_wmb(); in selinux_status_update_policyload()
/linux/include/asm-generic/
A Dbarrier.h72 #ifndef smp_wmb
73 #define smp_wmb() __smp_wmb() macro
86 #ifndef smp_wmb
87 #define smp_wmb() barrier() macro
/linux/arch/arm64/include/asm/vdso/
A Dcompat_barrier.h29 #undef smp_wmb
33 #define smp_wmb() aarch32_smp_wmb() macro
/linux/tools/memory-model/litmus-tests/
A DS+fencewmbonceonce+poacquireonce.litmus6 * Can a smp_wmb(), instead of a release, and an acquire order a prior
15 smp_wmb();
A DMP+fencewmbonceonce+fencermbonceonce.litmus6 * This litmus test demonstrates that smp_wmb() and smp_rmb() provide
16 smp_wmb();
/linux/tools/include/asm/
A Dbarrier.h42 #ifndef smp_wmb
43 # define smp_wmb() wmb() macro
/linux/arch/sparc/include/asm/
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/include/linux/
A Dseqlock.h474 smp_wmb(); in do_raw_write_seqcount_begin()
493 smp_wmb(); in do_raw_write_seqcount_end()
617 smp_wmb(); in do_raw_write_seqcount_barrier()
635 smp_wmb(); in do_write_seqcount_invalidate()
785 smp_wmb(); /* prior stores before incrementing "sequence" */ in raw_write_seqcount_latch()
787 smp_wmb(); /* increment "sequence" before following stores */ in raw_write_seqcount_latch()
/linux/arch/openrisc/kernel/
A Dsync-timer.c56 smp_wmb(); in synchronise_count_master()
77 smp_wmb(); in synchronise_count_master()
/linux/include/vdso/
A Dhelpers.h39 smp_wmb(); in vdso_write_begin()
44 smp_wmb(); in vdso_write_end()
/linux/arch/mips/kernel/
A Dsync-r4k.c53 smp_wmb(); in synchronise_count_master()
74 smp_wmb(); in synchronise_count_master()
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/mips/mti-malta/
A Dmalta-amon.c63 smp_wmb(); /* Target must see parameters before go */ in amon_cpu_start()
65 smp_wmb(); /* Target must see go before we poll */ in amon_cpu_start()
/linux/arch/powerpc/platforms/pseries/
A Ddtl.c77 smp_wmb(); in consume_dtle()
90 smp_wmb(); in dtl_start()
106 smp_wmb(); in dtl_stop()
147 smp_wmb(); in dtl_start()
/linux/arch/x86/include/asm/
A Dpgtable-3level.h33 smp_wmb(); in native_set_pte()
120 smp_wmb(); in native_pte_clear()
128 smp_wmb(); in native_pmd_clear()
/linux/arch/arm/mach-socfpga/
A Dplatsmp.c36 smp_wmb(); in socfpga_boot_secondary()
59 smp_wmb(); in socfpga_a10_boot_secondary()
/linux/arch/parisc/kernel/
A Dtopology.c53 smp_wmb(); in update_siblings_masks()
137 smp_wmb(); in init_cpu_topology()
/linux/tools/virtio/ringtest/
A Dmain.h138 #define smp_wmb() barrier() macro
140 #define smp_wmb() smp_release() macro
/linux/tools/testing/selftests/kvm/
A Drseq_test.c108 smp_wmb(); in migration_worker()
112 smp_wmb(); in migration_worker()
/linux/arch/powerpc/sysdev/
A Dfsl_lbc.c246 smp_wmb(); in fsl_lbc_ctrl_irq()
252 smp_wmb(); in fsl_lbc_ctrl_irq()
256 smp_wmb(); in fsl_lbc_ctrl_irq()
/linux/net/llc/
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/net/wireless/
A Dwext-spy.c49 smp_wmb(); in iw_handler_set_spy()
65 smp_wmb(); in iw_handler_set_spy()
/linux/Documentation/translations/zh_CN/core-api/
A Dlocal_ops.rst126 的CPU上分别使用显式的 ``smp_wmb()`` 和 ``smp_rmb()`` 内存屏障。如果你使
128 冲区写和计数器增量之间应该有一个 ``smp_wmb()`` ,在计数器读和缓冲区读之间
/linux/tools/memory-model/Documentation/
A Drecipes.txt290 It is usually better to use smp_store_release() instead of smp_wmb()
292 smp_wmb() and smp_rmb() APIs are still heavily used, so it is important
299 smp_wmb();
310 The smp_wmb() macro orders prior stores against later stores, and the
319 smp_wmb();
337 * smp_wmb() (B) smp_mb() (D)
341 The B/C pairing is an example of the MP pattern using smp_wmb() on the
344 Of course, given that smp_mb() is strictly stronger than either smp_wmb()
346 smp_wmb() would also work with smp_mb() replacing either or both of the
392 * smp_wmb() (B) smp_mb() (D)
/linux/drivers/vdpa/vdpa_sim/
A Dvdpa_sim_net.c81 smp_wmb(); in vdpasim_net_work()
87 smp_wmb(); in vdpasim_net_work()

Completed in 749 milliseconds

12345678910>>...15