Home
last modified time | relevance | path

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

12345

/Linux-v5.10/include/asm-generic/
Dbarrier.h129 #ifndef smp_mb__before_atomic
130 #define smp_mb__before_atomic() __smp_mb__before_atomic() macro
151 #ifndef smp_mb__before_atomic
152 #define smp_mb__before_atomic() barrier() macro
/Linux-v5.10/arch/mips/include/asm/
Dbitops.h146 smp_mb__before_atomic(); in clear_bit_unlock()
212 smp_mb__before_atomic(); in test_and_set_bit()
231 smp_mb__before_atomic(); in test_and_clear_bit()
268 smp_mb__before_atomic(); in test_and_change_bit()
/Linux-v5.10/include/linux/
Datomic.h47 #define __atomic_release_fence smp_mb__before_atomic
51 #define __atomic_pre_full_fence smp_mb__before_atomic
Dinterrupt.h665 smp_mb__before_atomic(); in tasklet_unlock()
710 smp_mb__before_atomic(); in tasklet_enable()
/Linux-v5.10/lib/
Dirq_poll.c54 smp_mb__before_atomic(); in __irq_poll_complete()
165 smp_mb__before_atomic(); in irq_poll_enable()
/Linux-v5.10/arch/riscv/kernel/
Dsmp.c109 smp_mb__before_atomic(); in send_ipi_mask()
122 smp_mb__before_atomic(); in send_ipi_single()
/Linux-v5.10/net/smc/
Dsmc_cdc.c45 smp_mb__before_atomic(); in smc_cdc_tx_handler()
248 smp_mb__before_atomic(); in smcd_cdc_msg_send()
324 smp_mb__before_atomic(); in smc_cdc_msg_recv_action()
336 smp_mb__before_atomic(); in smc_cdc_msg_recv_action()
/Linux-v5.10/include/linux/sunrpc/
Dsched.h157 smp_mb__before_atomic(); \
166 smp_mb__before_atomic(); \
Dxprt.h449 smp_mb__before_atomic(); in xprt_clear_connecting()
481 smp_mb__before_atomic(); in xprt_clear_binding()
/Linux-v5.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_mdss.c76 smp_mb__before_atomic(); in mdss_hw_mask_irq()
85 smp_mb__before_atomic(); in mdss_hw_unmask_irq()
/Linux-v5.10/net/rds/
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()
Dtcp_send.c88 smp_mb__before_atomic(); in rds_tcp_xmit()
/Linux-v5.10/drivers/w1/
Dw1_family.c127 smp_mb__before_atomic(); in __w1_family_get()
/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_mdss.c108 smp_mb__before_atomic(); in dpu_mdss_irq_mask()
119 smp_mb__before_atomic(); in dpu_mdss_irq_unmask()
/Linux-v5.10/Documentation/
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();
/Linux-v5.10/tools/memory-model/Documentation/
Dcheatsheet.txt16 smp_mb__before_atomic() CP Y Y Y a a a a Y
/Linux-v5.10/kernel/sched/
Dcpupri.c214 smp_mb__before_atomic(); in cpupri_set()
/Linux-v5.10/fs/btrfs/
Dvolumes.h502 smp_mb__before_atomic(); in btrfs_dev_stat_inc()
539 smp_mb__before_atomic(); in btrfs_dev_stat_set()
/Linux-v5.10/drivers/md/bcache/
Dclosure.h234 smp_mb__before_atomic(); in set_closure_fn()
/Linux-v5.10/net/core/
Dlink_watch.c153 smp_mb__before_atomic(); in linkwatch_do_dev()
/Linux-v5.10/drivers/gpu/drm/i915/
Dintel_wakeref.c46 smp_mb__before_atomic(); /* release wf->count */ in __intel_wakeref_get_first()
/Linux-v5.10/Documentation/core-api/
Datomic_ops.rst302 void smp_mb__before_atomic(void);
306 smp_mb__before_atomic() and following it with smp_mb__after_atomic()
310 For example, smp_mb__before_atomic() can be used like so::
313 smp_mb__before_atomic();
322 Without the explicit smp_mb__before_atomic() call, the
514 void smp_mb__before_atomic(void);
523 smp_mb__before_atomic();
/Linux-v5.10/drivers/gpu/drm/i915/gem/
Di915_gem_pages.c123 smp_mb__before_atomic(); in __i915_gem_object_get_pages()
351 smp_mb__before_atomic(); in i915_gem_object_pin_map()
/Linux-v5.10/net/netfilter/
Dnfnetlink_acct.c80 smp_mb__before_atomic(); in nfnl_acct_new()
157 smp_mb__before_atomic(); in nfnl_acct_fill_info()
/Linux-v5.10/tools/memory-model/
Dlinux-kernel.bell31 'before-atomic (*smp_mb__before_atomic*) ||

12345