Searched refs:barrier (Results 251 - 275 of 545) sorted by last modified time

<<11121314151617181920>>

/linux-master/drivers/media/usb/uvc/
H A Duvc_ctrl.c9 #include <asm/barrier.h>
1578 /* The barrier is needed to synchronize with uvc_status_stop(). */
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_inline.h49 barrier();
/linux-master/arch/openrisc/mm/
H A Dinit.c165 barrier();
176 barrier();
/linux-master/arch/openrisc/include/asm/
H A Dprocessor.h78 #define cpu_relax() barrier()
/linux-master/arch/arc/include/asm/
H A Dprocessor.h47 #define cpu_relax() barrier()
H A Dio.h15 #include <asm/barrier.h>
214 * Relaxed API for drivers which can handle barrier ordering themselves
/linux-master/kernel/trace/
H A Dtrace_hwlat.c219 barrier();
274 barrier(); /* finish the above in the view for NMIs */
276 barrier(); /* Make sure nmi_total_ts is no longer updated */
/linux-master/arch/sparc/kernel/
H A Dprocess_64.c234 barrier();
335 barrier();
/linux-master/arch/powerpc/sysdev/
H A Dfsl_rio.c73 #define ___fsl_read_rio_config(x, addr, err, op, barrier) \
76 " "barrier"\n" \
/linux-master/arch/powerpc/platforms/powernv/
H A Dsetup.c61 if (fw_feature_is("enabled", "inst-spec-barrier-ori31,31,0", np))
98 if (fw_feature_is("disabled", "needs-spec-barrier-for-bound-checks", np))
413 barrier();
/linux-master/arch/powerpc/perf/
H A Dcore-fsl-emb.c176 barrier();
212 * interrupts. The barrier is to make sure the
/linux-master/arch/powerpc/mm/book3s64/
H A Dslb.c691 barrier();
729 barrier();
H A Dhash_pgtable.c488 barrier();
/linux-master/arch/powerpc/kexec/
H A Dcrash.c95 * This barrier is needed to make sure that all CPUs are stopped.
254 barrier();
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c3 #include <asm/barrier.h>
/linux-master/net/ieee802154/6lowpan/
H A Dreassembly.c125 barrier();
/linux-master/include/asm-generic/
H A Dio.h23 #define __io_br() barrier()
31 #define __io_ar(v) barrier()
40 #define __io_bw() barrier()
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h10 #include <asm/barrier.h>
/linux-master/drivers/md/
H A Draid10.h83 int barrier; member in struct:r10conf
/linux-master/drivers/clk/tegra/
H A Dclk-tegra20.c910 barrier();
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_wait_timeout.c27 static pthread_barrier_t barrier; variable
52 pthread_barrier_wait(&barrier);
136 pthread_barrier_init(&barrier, NULL, 2);
171 pthread_barrier_wait(&barrier);
172 pthread_barrier_destroy(&barrier);
/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.
/linux-master/include/linux/
H A Drcupdate_trace.h53 barrier();
76 barrier(); // Critical section before disabling.
H A Drculist_nulls.h162 * The barrier() is needed to make sure compiler doesn't cache first element [1],
168 for (({barrier();}), \
183 for (({barrier();}), \
/linux-master/drivers/xen/xenbus/
H A Dxenbus_xs.c201 barrier();

Completed in 251 milliseconds

<<11121314151617181920>>