Searched refs:smp_mb (Results 101 - 125 of 325) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_hif_dpmaif_tx.c259 smp_mb();
653 smp_mb();
/linux-master/fs/erofs/
H A Dxattr.c40 * paired with smp_mb() at the end of the function to ensure
43 smp_mb();
119 /* paired with smp_mb() at the beginning of the function. */
120 smp_mb();
/linux-master/mm/
H A Dswap.c856 smp_mb();
862 * is taken. It pairs with smp_mb() inside the mutex critical section
898 smp_mb();
/linux-master/include/linux/netfilter/
H A Dx_tables.h380 smp_mb();
/linux-master/drivers/misc/cxl/
H A Dfault.c151 smp_mb();
H A Dapi.c311 smp_mb();
/linux-master/kernel/sched/
H A Dwait.c404 * smp_mb(); // A try_to_wake_up():
409 * smp_mb(); // B condition = true;
410 * } smp_mb(); // C
416 * The below executes an smp_mb(), which matches with the full barrier
427 * The below executes an smp_mb(), which matches with the smp_mb() (C)
441 smp_mb(); /* C */
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_mem.c125 smp_mb();
/linux-master/arch/x86/xen/
H A Dsmp_pv.c87 smp_mb();
/linux-master/arch/powerpc/platforms/powernv/
H A Didle.c543 smp_mb();
646 smp_mb();
831 smp_mb();
/linux-master/drivers/net/ethernet/arc/
H A Demac_main.c159 smp_mb();
728 smp_mb();
733 smp_mb();
/linux-master/drivers/pci/hotplug/
H A Dpciehp_hpc.c103 smp_mb();
180 smp_mb();
675 smp_mb();
/linux-master/kernel/rcu/
H A Dtree_stall.h97 smp_mb(); // jiffies before .gp_seq to avoid false positives.
102 smp_mb(); // .gp_seq before second .gp_start
178 smp_mb(); // ->gp_start before ->jiffies_stall and caller's ->gp_seq.
H A Dtree.c273 smp_mb(); // Fundamental RCU ordering guarantee.
1765 smp_mb(); // Order against failing poll_state_synchronize_rcu_full().
1769 /* smp_mb() provided by prior unlock-lock pair. */
3667 smp_mb(); /* ^^^ */
3696 smp_mb(); /* ^^^ */
3722 // by smp_mb(), and we are accessing them in the opposite order
3810 smp_mb(); /* Ensure GP ends before subsequent accesses. */
3854 smp_mb(); // Order against root rcu_node structure grace-period cleanup.
3859 smp_mb(); /* Ensure GP ends before subsequent accesses. */
4078 smp_mb(); /* calle
[all...]
/linux-master/fs/
H A Dfs-writeback.c552 * Paired with smp_mb() in cgroup_writeback_umount().
557 smp_mb();
1150 smp_mb();
1389 smp_mb();
1689 * Paired with smp_mb() in __mark_inode_dirty(). This allows
1695 * still has dirty pages. The flag is reinstated after smp_mb() if
1699 smp_mb();
2494 * Paired with smp_mb() in __writeback_single_inode() for the
2497 smp_mb();
/linux-master/net/kcm/
H A Dkcmsock.c82 smp_mb();
157 smp_mb();
324 smp_mb();
515 smp_mb();
1421 smp_mb();
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c194 smp_mb();
205 smp_mb();
233 * rcuwait_wake_up contains smp_mb() which orders prior stores that
1212 smp_mb(); /* This orders prodded store vs ceded load */
1430 smp_mb();
1433 smp_mb();
3208 * The smp_mb() is to ensure that our setting of hwthread_req
3214 smp_mb();
3261 smp_mb();
3986 smp_mb();
[all...]
H A Dbook3s_xive.c477 smp_mb();
545 smp_mb();
555 smp_mb();
569 smp_mb();
845 smp_mb();
861 smp_wmb(); /* goes with smp_mb() in cleanup_single_escalation */
1799 smp_mb(); /* paired with smb_wmb in xive_esc_irq */
H A Dbook3s_64_mmu_hv.c137 smp_mb();
1577 smp_mb();
1600 smp_mb();
1851 smp_mb();
/linux-master/kernel/kcsan/
H A Dkcsan_test.c571 KCSAN_EXPECT_READ_BARRIER(smp_mb(), true);
616 KCSAN_EXPECT_WRITE_BARRIER(smp_mb(), true);
661 KCSAN_EXPECT_RW_BARRIER(smp_mb(), true);
/linux-master/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c802 smp_mb();
814 smp_mb();
866 smp_mb();
/linux-master/drivers/media/rc/
H A Dttusbir.c54 smp_mb();
/linux-master/net/strparser/
H A Dstrparser.c499 smp_mb();
/linux-master/drivers/spi/
H A Dspi-hisi-kunpeng.c403 smp_mb();
/linux-master/sound/soc/intel/avs/
H A Ddebugfs.c29 smp_mb();

Completed in 275 milliseconds

1234567891011>>