Searched refs:barrier (Results 201 - 225 of 545) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/boot/
H A Dcpm-serial.c169 barrier();
180 barrier();
/linux-master/arch/arm/mm/
H A Dproc-fa526.S110 mcr p15, 0, ip, c7, c10, 4 @ data write barrier
149 mcr p15, 0, r0, c7, c10, 4 @ data write barrier
/linux-master/kernel/irq/
H A Dspurious.c161 barrier();
263 * just load it once by using a barrier.
266 barrier();
/linux-master/arch/sparc/kernel/
H A Dsun4m_smp.c216 barrier();
224 barrier();
/linux-master/drivers/block/drbd/
H A Ddrbd_protocol.h95 * (except block_id and barrier fields.
261 u32 barrier; /* barrier number _handle_ only */ member in struct:p_barrier
266 u32 barrier; member in struct:p_barrier_ack
/linux-master/include/linux/
H A Duaccess.h232 barrier();
241 barrier();
/linux-master/arch/x86/include/asm/
H A Dbitops.h19 #include <asm/barrier.h>
87 barrier();
/linux-master/kernel/kcsan/
H A Dselftest.c105 * Correct memory barrier instrumentation is critical to avoiding false
125 #define __KCSAN_CHECK_BARRIER(access_type, barrier, name) \
129 barrier; \
/linux-master/arch/powerpc/platforms/powernv/
H A Dsubcore.c156 barrier();
321 barrier();
/linux-master/arch/s390/include/asm/
H A Dfpu.h188 barrier();
212 barrier();
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h522 * as IA-64. The following barrier is also mandatory since FW will
632 barrier(); /* status block is written to by the chip */
653 barrier();
673 barrier();
702 barrier();
714 barrier();
720 barrier();
730 barrier();
760 barrier();
/linux-master/arch/riscv/include/asm/
H A Dvector.h217 barrier();
223 barrier();
/linux-master/kernel/trace/
H A Dtrace_osnoise.c796 barrier();
802 barrier();
834 barrier();
839 barrier();
857 barrier();
862 barrier();
1464 barrier();
1571 barrier();
1578 barrier();
1969 barrier();
[all...]
/linux-master/kernel/
H A Dscftorture.c356 barrier(); // Prevent race-reduction compiler optimizations.
378 barrier(); // Prevent race-reduction compiler optimizations.
403 barrier(); // Prevent race-reduction compiler optimizations.
414 barrier(); // Prevent race-reduction compiler optimizations.
432 barrier(); // Prevent race-reduction compiler optimizations.
H A Dkcov.c179 * READ_ONCE()/barrier() effectively provides load-acquire wrt
180 * interrupts, there are paired barrier()/WRITE_ONCE() in
183 barrier();
222 barrier();
256 barrier();
357 barrier();
364 barrier();
810 barrier();
998 barrier();
H A Daudit_tree.c232 * hash. Pairs with a data dependency barrier in READ_ONCE() in
250 * We use a data dependency barrier in READ_ONCE() to make sure
318 * hash. Pairs with a data dependency barrier in READ_ONCE() in
872 struct list_head cursor, barrier; local
893 list_add(&barrier, &tree_list);
894 list_add(&cursor, &barrier);
933 while (barrier.prev != &tree_list) {
936 tree = container_of(barrier.prev, struct audit_tree, list);
938 list_move(&tree->list, &barrier);
954 list_del(&barrier);
[all...]
/linux-master/drivers/scsi/
H A Dqlogicfas408.c196 barrier();
402 barrier();
482 barrier();
/linux-master/tools/virtio/ringtest/
H A Dring.c130 * add an explicit full barrier to avoid this.
132 barrier();
/linux-master/arch/arc/include/asm/
H A Dspinlock.h11 #include <asm/barrier.h>
33 * ACQUIRE barrier to ensure load/store after taking the lock
37 * ARCv2 only has load-load, store-store and all-all barrier
38 * thus need the full all-all barrier
266 * RELEASE barrier: given the instructions avail on ARCv2, full barrier
/linux-master/arch/mips/include/asm/
H A Dmmu_context.h20 #include <asm/barrier.h>
/linux-master/tools/perf/util/
H A Dtsc.c11 #include <asm/barrier.h>
/linux-master/drivers/infiniband/core/
H A Diwpm_msg.c436 barrier();
508 barrier();
606 barrier();
805 barrier();
/linux-master/fs/pstore/
H A Dftrace.c20 #include <asm/barrier.h>
/linux-master/arch/xtensa/include/asm/
H A Dbitops.h22 #include <asm/barrier.h>
/linux-master/drivers/w1/masters/
H A Dmatrox_w1.c72 barrier();

Completed in 310 milliseconds

1234567891011>>