Searched refs:barrier (Results 51 - 75 of 545) sorted by last modified time

1234567891011>>

/linux-master/arch/s390/include/asm/
H A Dprocessor.h275 #define cpu_relax() barrier()
/linux-master/kernel/trace/
H A Dtrace.c2934 * restored the counter when it returns. We just need a barrier to
2937 barrier();
2965 barrier();
3142 barrier();
3149 barrier();
/linux-master/tools/arch/riscv/include/asm/vdso/
H A Dprocessor.h7 #include <asm-generic/barrier.h>
27 barrier();
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c4106 barrier();
/linux-master/arch/sparc/kernel/
H A Dperf_event.c1038 barrier();
H A Dleon_smp.c427 barrier();
436 barrier();
/linux-master/arch/powerpc/xmon/
H A Dxmon.c473 barrier();
624 barrier();
1265 barrier();
/linux-master/arch/powerpc/perf/
H A Dcore-book3s.c1180 barrier();
1338 * The barrier is to make sure the mtspr has been
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h283 #include <asm/barrier.h>
/linux-master/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h21 #include <asm/barrier.h>
/linux-master/arch/arm64/include/asm/
H A Dkvm_host.h23 #include <asm/barrier.h>
/linux-master/tools/perf/
H A DMakefile.config385 ifeq ($(feature-pthread-barrier), 1)
/linux-master/tools/build/feature/
H A DMakefile52 test-pthread-barrier.bin \
108 $(OUTPUT)test-pthread-barrier.bin:
/linux-master/tools/build/
H A DMakefile.feature59 pthread-barrier \
/linux-master/mm/
H A Drmap.c120 * put_anon_vma() against the acquire barrier implied by
692 barrier();
1820 * - clear PTE; barrier; read refcount
1821 * - inc refcount; barrier; read PTE
H A Dmempolicy.c1969 * barrier stabilizes the nodemask locally so that it can be iterated
1973 barrier();
1975 barrier();
H A Dcompaction.c2791 barrier();
3149 * Pairs with implicit barrier in wait_event_freezable()
/linux-master/mm/kasan/
H A Dkasan_test.c121 barrier(); \
123 barrier(); \
/linux-master/lib/
H A Dmaple_tree.c62 #include <asm/barrier.h>
2636 * mas_wmb_replace() - Write memory barrier and replace
/linux-master/include/linux/
H A Dlist.h11 #include <asm/barrier.h>
/linux-master/fs/xfs/
H A Dxfs_linux.h132 * Return the address of a label. Use barrier() so that the optimizer
136 #define __this_address ({ __label__ __here; __here: barrier(); &&__here; })
H A Dxfs_inode.h596 barrier();
/linux-master/fs/
H A Dlibfs.c1159 * The barrier ensures that ar->size will really remain zero until
1776 barrier();
1879 * This barrier pairs with the barrier in inode_query_iversion()
1917 * This barrier (and the implicit barrier in the
1918 * cmpxchg below) pairs with the barrier in
/linux-master/fs/ext4/
H A Dext4.h2880 ext4_group_t group, int barrier);
/linux-master/drivers/scsi/
H A Dqlogicpti.c193 barrier();

Completed in 373 milliseconds

1234567891011>>