Searched refs:barrier (Results 151 - 175 of 545) sorted by last modified time

1234567891011>>

/linux-master/arch/powerpc/platforms/pseries/
H A Dlpar.c384 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/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm915 s_barrier //barrier to ensure the readiness of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
/linux-master/include/linux/
H A Dspinlock.h65 #include <asm/barrier.h>
125 * smp_mb__after_spinlock() provides the equivalent of a full memory barrier
/linux-master/tools/perf/util/
H A Dauxtrace.h20 #include <asm/barrier.h>
/linux-master/tools/perf/tests/
H A Dswitch-tracking.c41 barrier();
H A Dsigtrap.c176 pthread_barrier_t *barrier = (pthread_barrier_t *)arg; local
180 pthread_barrier_wait(barrier);
189 static int run_test_threads(pthread_t *threads, pthread_barrier_t *barrier) argument
193 pthread_barrier_wait(barrier);
200 static int run_stress_test(int fd, pthread_t *threads, pthread_barrier_t *barrier) argument
208 ret = run_test_threads(threads, barrier);
239 pthread_barrier_t barrier; local
248 pthread_barrier_init(&barrier, NULL, NUM_THREADS + 1);
271 if (pthread_create(&threads[i], NULL, test_thread, &barrier)) {
277 ret = run_stress_test(fd, threads, &barrier);
[all...]
/linux-master/tools/perf/bench/
H A Dfutex-wake-parallel.c55 static pthread_barrier_t barrier; variable
82 pthread_barrier_wait(&barrier);
106 pthread_barrier_init(&barrier, NULL, params.nwakes + 1);
120 pthread_barrier_wait(&barrier);
126 pthread_barrier_destroy(&barrier);
/linux-master/tools/lib/perf/
H A Dmmap.c491 barrier();
520 barrier();
/linux-master/arch/riscv/kernel/
H A Dkernel_mode_vector.c33 barrier();
40 barrier();
/linux-master/scripts/
H A Dcheckpatch.pl6665 "memory barrier without comment\n" . $herecurr);
6672 $realfile !~ m@/barrier\.h$@ &&
6676 "__smp memory barriers shouldn't be used outside barrier.h and asm-generic\n" . $herecurr);
/linux-master/drivers/tty/serial/
H A Dsccnxp.c839 barrier();
H A Dsa1100.c468 barrier();
679 barrier();
/linux-master/drivers/s390/char/
H A Dcon3270.c2087 barrier();
/linux-master/drivers/iommu/
H A Dio-pgtable-arm.c21 #include <asm/barrier.h>
/linux-master/drivers/iommu/amd/
H A Dio_pgtable.c21 #include <asm/barrier.h>
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c18 #include <asm/barrier.h>
/linux-master/arch/mips/include/asm/
H A Dio.h20 #include <asm/barrier.h>
83 * barriers defined in <asm/barrier.h>. API pinched from PowerPC,
193 #define war_io_reorder_wmb() barrier()
196 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \
204 if (barrier) \
245 if (barrier) \
277 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax) \
284 if (barrier) \
308 if (barrier) \
/linux-master/arch/arm/vfp/
H A Dvfpmodule.c407 * The barrier() here prevents fpinst2 being read
410 barrier();
914 barrier();
916 barrier();
/linux-master/tools/testing/selftests/bpf/
H A Dxsk.c16 #include <asm/barrier.h>
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dmap_in_map.c11 pthread_barrier_t barrier; member in struct:thread_ctx
31 pthread_barrier_wait(&ctx->barrier);
39 pthread_barrier_wait(&ctx->barrier);
47 pthread_barrier_wait(&ctx->barrier);
62 pthread_barrier_wait(&ctx->barrier);
67 pthread_barrier_wait(&ctx->barrier);
106 pthread_barrier_init(&ctx.barrier, NULL, 2);
/linux-master/drivers/scsi/
H A Dsgiwd93.c163 barrier();
H A Da3000.c161 barrier();
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dcore.h193 struct completion barrier; member in struct:ath10k_wmi
/linux-master/drivers/net/ethernet/cortina/
H A Dgemini.c2567 barrier();

Completed in 506 milliseconds

1234567891011>>