Home
last modified time | relevance | path

Searched defs:barrier (Results 1 – 25 of 41) sorted by relevance

12

/linux/tools/perf/tests/
H A Dsigtrap.c162 pthread_barrier_t *barrier = (pthread_barrier_t *)arg; in test_thread() local
175 static int run_test_threads(pthread_t *threads, pthread_barrier_t *barrier) in run_test_threads()
186 static int run_stress_test(int fd, pthread_t *threads, pthread_barrier_t *barrier) in run_stress_test()
225 pthread_barrier_t barrier; in test__sigtrap() local
/linux/tools/testing/selftests/powerpc/dscr/
H A Ddscr_explicit_test.c92 pthread_barrier_t *barrier; member
136 pthread_barrier_t barrier; in dscr_explicit_random_test() local
H A Ddscr_default_test.c76 pthread_barrier_t *barrier; member
125 pthread_barrier_t barrier; in dscr_default_random_test() local
/linux/tools/arch/x86/include/asm/
H A Dio.h9 #define build_mmio_read(name, size, type, reg, barrier) \ argument
14 #define build_mmio_write(name, size, type, reg, barrier) \ argument
/linux/tools/build/feature/
H A Dtest-pthread-barrier.c7 pthread_barrier_t barrier; in main() local
/linux/tools/testing/selftests/drivers/net/hw/
H A Ddevlink_rate_tc_bw.py263 def run_iperf_client(server_ip, local_ip, barrier, min_expected_gbps=0.1): argument
297 def _run_iperf_client_thread(server_ip, local_ip, results, barrier, tc_ix): argument
/linux/rust/kernel/sync/
H A Dbarrier.rs14 pub(crate) fn barrier() { in barrier() function
/linux/tools/testing/selftests/perf_events/
H A Dsigtrap_threads.c89 pthread_barrier_t *barrier = (pthread_barrier_t *)arg; in test_thread() local
114 pthread_barrier_t barrier; in FIXTURE() local
/linux/tools/virtio/asm/
H A Dbarrier.h4 #define barrier() asm volatile("" ::: "memory") macro
/linux/arch/x86/include/asm/
H A Dio.h47 #define build_mmio_read(name, size, type, reg, barrier) \ argument
52 #define build_mmio_write(name, size, type, reg, barrier) \ argument
/linux/rust/kernel/
H A Dsync.rs15 pub mod barrier; module
/linux/arch/um/include/shared/
H A Duser.h66 #define barrier() __asm__ __volatile__("": : :"memory") macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Darena_spin_lock.c21 pthread_barrier_t barrier; variable
H A Dmap_in_map.c13 pthread_barrier_t barrier; member
/linux/tools/testing/selftests/futex/functional/
H A Dfutex_wait_timeout.c26 static pthread_barrier_t barrier; variable
/linux/arch/powerpc/boot/
H A Dio.h98 static inline void barrier(void) in barrier() function
/linux/kernel/kcsan/
H A Dselftest.c125 #define __KCSAN_CHECK_BARRIER(access_type, barrier, name) \ in test_barrier() argument
/linux/drivers/md/dm-vdo/indexer/
H A Dsparse-cache.c169 static void initialize_threads_barrier(struct threads_barrier *barrier, in initialize_threads_barrier()
199 static void enter_threads_barrier(struct threads_barrier *barrier) in enter_threads_barrier()
/linux/tools/virtio/ringtest/
H A Dmain.h92 #define barrier() asm volatile("" ::: "memory") macro
/linux/arch/mips/include/asm/
H A Dio.h180 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \ argument
261 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax) \ argument
/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzip_vas.c32 #define barrier() macro
/linux/tools/testing/selftests/mm/
H A Dpkey-helpers.h83 #define barrier() __asm__ __volatile__("": : :"memory") macro
/linux/tools/perf/bench/
H A Dfutex-wake-parallel.c55 static pthread_barrier_t barrier; variable
/linux/tools/include/linux/
H A Dcompiler.h41 #define barrier() __asm__ __volatile__("": : :"memory") macro
/linux/arch/mips/kernel/
H A Dpm-cps.c114 atomic_t *barrier; in cps_pm_enter_state() local

12