Searched refs:barrier (Results 176 - 200 of 545) sorted by last modified time

1234567891011>>

/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_qp.c11 #include <asm/barrier.h>
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp.c441 barrier();
/linux-master/drivers/atm/
H A Deni.c662 barrier();
670 barrier();
861 barrier();
865 barrier();
/linux-master/tools/testing/selftests/x86/
H A Dlam.c57 #define barrier() ({ \ macro
478 barrier();
496 barrier();
536 barrier();
554 barrier();
/linux-master/net/sunrpc/xprtrdma/
H A Dverbs.c58 #include <asm-generic/barrier.h>
669 * provides an effective memory barrier that flushes the new value
687 * barrier that flushes rb_sc_head.
/linux-master/kernel/events/
H A Dring_buffer.c75 barrier();
101 * D needs to be a full barrier since it separates the data READ
117 barrier();
124 barrier();
206 * The above forms a control dependency barrier separating the
210 * A, matches D; the full memory barrier userspace SHOULD issue
229 * We rely on the implied barrier() by local_cmpxchg() to ensure
422 * therefore (A) control dependency barrier does not exist. The
433 * control dependency barrier separating aux_tail load from aux data
/linux-master/include/linux/
H A Dpreempt.h216 barrier(); \
221 barrier(); \
232 barrier(); \
239 barrier(); \
253 barrier(); \
259 barrier(); \
269 barrier(); \
274 barrier(); \
286 #define preempt_disable() barrier()
287 #define sched_preempt_enable_no_resched() barrier()
[all...]
H A Dmount.h14 #include <asm/barrier.h>
/linux-master/drivers/char/hw_random/
H A Dvirtio-rng.c7 #include <asm/barrier.h>
/linux-master/arch/x86/include/asm/vdso/
H A Dgettimeofday.h263 barrier();
269 barrier();
/linux-master/arch/sh/include/asm/
H A Dio.h163 barrier();
/linux-master/arch/riscv/kernel/
H A Dmachine_kexec.c11 #include <asm/barrier.h> /* For smp_wmb() */
/linux-master/arch/powerpc/kexec/
H A Dcore_64.c190 barrier();
/linux-master/arch/mips/include/asm/
H A Dmmiowb.h5 #include <asm/barrier.h>
/linux-master/arch/m68k/include/asm/
H A Dprocessor.h163 #define cpu_relax() barrier()
/linux-master/arch/arm/include/asm/
H A Dio.h163 #include <asm/barrier.h>
360 * - ordering is not guaranteed without explicit dependencies or barrier
/linux-master/arch/alpha/include/asm/
H A Dio.h37 barrier();
46 barrier();
H A Dmmu_context.h146 barrier();
194 barrier(); \
/linux-master/kernel/locking/
H A Dmutex.c368 barrier();
480 * The cpu_relax() call is a compiler barrier which forces
H A Dlockdep.c226 barrier();
/linux-master/drivers/edac/
H A Dthunderx_edac.c361 barrier();
/linux-master/arch/powerpc/platforms/powernv/
H A Dsubcore.c156 barrier();
321 barrier();
/linux-master/arch/powerpc/platforms/powermac/
H A Dsmp.c381 barrier();
387 barrier();
424 barrier();
462 barrier();
469 barrier();
487 barrier();
/linux-master/arch/powerpc/platforms/pasemi/
H A Dsetup.c117 barrier();
/linux-master/arch/mips/kernel/
H A Dsmp-bmips.c39 #include <asm/barrier.h>

Completed in 274 milliseconds

1234567891011>>