Home
last modified time | relevance | path

Searched refs:smp_mb__before_atomic (Results 1 – 25 of 130) sorted by relevance

123456

/openbmc/linux/include/asm-generic/
H A Dbarrier.h163 #ifndef smp_mb__before_atomic
164 #define smp_mb__before_atomic() do { kcsan_mb(); __smp_mb__before_atomic(); } while (0) macro
185 #ifndef smp_mb__before_atomic
186 #define smp_mb__before_atomic() barrier() macro
/openbmc/linux/include/linux/
H A Datomic.h47 #define __atomic_release_fence smp_mb__before_atomic
51 #define __atomic_pre_full_fence smp_mb__before_atomic
H A Dbuffer_head.h156 smp_mb__before_atomic(); in BUFFER_FNS()
307 smp_mb__before_atomic(); in put_bh()
/openbmc/linux/arch/mips/include/asm/
H A Dbitops.h144 smp_mb__before_atomic(); in clear_bit_unlock()
210 smp_mb__before_atomic(); in test_and_set_bit()
229 smp_mb__before_atomic(); in test_and_clear_bit()
266 smp_mb__before_atomic(); in test_and_change_bit()
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_pm.c77 smp_mb__before_atomic(); in ipc_pm_wait_for_device_active()
100 smp_mb__before_atomic(); in ipc_pm_wait_for_device_active()
320 smp_mb__before_atomic(); in ipc_pm_init()
H A Diosm_ipc_pcie.c348 smp_mb__before_atomic(); in ipc_pcie_suspend_s2idle()
369 smp_mb__before_atomic(); in ipc_pcie_resume_s2idle()
/openbmc/linux/lib/
H A Dirq_poll.c54 smp_mb__before_atomic(); in __irq_poll_complete()
165 smp_mb__before_atomic(); in irq_poll_enable()
/openbmc/linux/kernel/kcsan/
H A Dselftest.c146 KCSAN_CHECK_READ_BARRIER(smp_mb__before_atomic()); in test_barrier()
175 KCSAN_CHECK_WRITE_BARRIER(smp_mb__before_atomic()); in test_barrier()
207 KCSAN_CHECK_RW_BARRIER(smp_mb__before_atomic()); in test_barrier()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_priv.h149 smp_mb__before_atomic(); in __flow_flag_set()
169 smp_mb__before_atomic(); in __flow_flag_clear()
/openbmc/linux/net/smc/
H A Dsmc_cdc.c43 smp_mb__before_atomic(); in smc_cdc_tx_handler()
262 smp_mb__before_atomic(); in smcd_cdc_msg_send()
338 smp_mb__before_atomic(); in smc_cdc_msg_recv_action()
350 smp_mb__before_atomic(); in smc_cdc_msg_recv_action()
/openbmc/linux/drivers/platform/surface/aggregator/
H A Dssh_request_layer.c227 smp_mb__before_atomic(); in ssh_rtl_tx_next()
504 smp_mb__before_atomic(); in ssh_rtl_complete()
779 smp_mb__before_atomic(); in ssh_rtl_packet_callback()
1217 smp_mb__before_atomic(); in ssh_rtl_shutdown()
1250 smp_mb__before_atomic(); in ssh_rtl_shutdown()
H A Dssh_packet_layer.c935 smp_mb__before_atomic(); in ssh_ptl_tx_pop()
982 smp_mb__before_atomic(); in ssh_ptl_tx_compl_success()
1003 smp_mb__before_atomic(); in ssh_ptl_tx_compl_error()
1223 smp_mb__before_atomic(); in ssh_ptl_ack_pop()
1971 smp_mb__before_atomic(); in ssh_ptl_shutdown()
1983 smp_mb__before_atomic(); in ssh_ptl_shutdown()
/openbmc/linux/net/rds/
H A Dib_frmr.c46 smp_mb__before_atomic(); in rds_transition_frwr_state()
300 smp_mb__before_atomic(); in rds_ib_post_inv()
353 smp_mb__before_atomic(); in rds_ib_mr_cqe_handler()
H A Dtcp_send.c89 smp_mb__before_atomic(); in rds_tcp_xmit()
/openbmc/linux/drivers/w1/
H A Dw1_family.c127 smp_mb__before_atomic(); in __w1_family_get()
/openbmc/linux/tools/memory-model/Documentation/
H A Dcheatsheet.txt16 smp_mb__before_atomic() CP Y Y Y a a a a Y
/openbmc/linux/kernel/sched/
H A Dcpupri.c238 smp_mb__before_atomic(); in cpupri_set()
/openbmc/linux/drivers/md/bcache/
H A Dclosure.h234 smp_mb__before_atomic(); in set_closure_fn()
/openbmc/linux/include/linux/sunrpc/
H A Dxprt.h487 smp_mb__before_atomic(); in xprt_clear_connecting()
519 smp_mb__before_atomic(); in xprt_clear_binding()
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_wakeref.c47 smp_mb__before_atomic(); /* release wf->count */ in __intel_wakeref_get_first()
/openbmc/linux/net/core/
H A Dlink_watch.c168 smp_mb__before_atomic(); in linkwatch_do_dev()
/openbmc/linux/fs/btrfs/
H A Dvolumes.h685 smp_mb__before_atomic(); in btrfs_dev_stat_inc()
722 smp_mb__before_atomic(); in btrfs_dev_stat_set()
/openbmc/linux/Documentation/
H A Datomic_t.txt194 smp_mb__before_atomic() orders all earlier accesses against the RMW op
214 smp_mb__before_atomic();
222 smp_mb__before_atomic();
/openbmc/linux/net/netfilter/
H A Dnfnetlink_acct.c91 smp_mb__before_atomic(); in nfnl_acct_new()
163 smp_mb__before_atomic(); in nfnl_acct_fill_info()
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_mdss.c119 smp_mb__before_atomic(); in msm_mdss_irq_mask()
130 smp_mb__before_atomic(); in msm_mdss_irq_unmask()

123456