Home
last modified time | relevance | path

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

12345678910>>...17

/OK3568_Linux_fs/kernel/security/selinux/
H 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()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dbarrier.h72 #ifndef smp_wmb
73 #define smp_wmb() __smp_wmb() macro
86 #ifndef smp_wmb
87 #define smp_wmb() barrier() macro
/OK3568_Linux_fs/kernel/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();
/OK3568_Linux_fs/kernel/tools/include/asm/
H A Dbarrier.h42 #ifndef smp_wmb
43 # define smp_wmb() wmb() macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/vdso/
H A Dcompat_barrier.h36 #undef smp_wmb
40 #define smp_wmb() aarch32_smp_wmb() macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dseqlock.h472 smp_wmb(); in raw_write_seqcount_t_begin()
489 smp_wmb(); in raw_write_seqcount_t_end()
612 smp_wmb(); in raw_write_seqcount_t_barrier()
630 smp_wmb(); in write_seqcount_t_invalidate()
780 smp_wmb(); /* prior stores before incrementing "sequence" */ in raw_write_seqcount_latch()
782 smp_wmb(); /* increment "sequence" before following stores */ in raw_write_seqcount_latch()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/vdso/
H A Dhelpers.h39 smp_wmb(); in vdso_write_begin()
44 smp_wmb(); in vdso_write_end()
/OK3568_Linux_fs/kernel/arch/openrisc/kernel/
H A Dsync-timer.c56 smp_wmb(); in synchronise_count_master()
77 smp_wmb(); in synchronise_count_master()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsync-r4k.c53 smp_wmb(); in synchronise_count_master()
74 smp_wmb(); in synchronise_count_master()
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()
/OK3568_Linux_fs/kernel/arch/mips/mti-malta/
H 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()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H 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()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable-3level.h33 smp_wmb(); in native_set_pte()
120 smp_wmb(); in native_pte_clear()
128 smp_wmb(); in native_pmd_clear()
/OK3568_Linux_fs/kernel/arch/arm/mach-socfpga/
H A Dplatsmp.c36 smp_wmb(); in socfpga_boot_secondary()
59 smp_wmb(); in socfpga_a10_boot_secondary()
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dtopology.c53 smp_wmb(); in update_siblings_masks()
137 smp_wmb(); in init_cpu_topology()
/OK3568_Linux_fs/kernel/tools/virtio/ringtest/
H A Dmain.h138 #define smp_wmb() barrier() macro
140 #define smp_wmb() smp_release() macro
/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dsystem.h123 #define smp_wmb() wmb () macro
127 #define smp_wmb() barrier () macro
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dsystem.h175 #define smp_wmb() wmb() macro
179 #define smp_wmb() barrier() macro
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dsystem.h126 #define smp_wmb() wmb() macro
131 #define smp_wmb() barrier() macro
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwb_regon_coordinator.c269 smp_wmb(); in wbrc_signal_bt_reset()
371 smp_wmb(); in wbrc_bt_reset_ack()
418 smp_wmb(); in wbrc_wl_reset_ack()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwb_regon_coordinator.c269 smp_wmb(); in wbrc_signal_bt_reset()
371 smp_wmb(); in wbrc_bt_reset_ack()
418 smp_wmb(); in wbrc_wl_reset_ack()

12345678910>>...17