Searched defs:barrier (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/tools/build/feature/
H A Dtest-pthread-barrier.c7 pthread_barrier_t barrier; local
/linux-master/tools/virtio/asm/
H A Dbarrier.h4 #define barrier() asm volatile("" ::: "memory") macro
/linux-master/arch/um/include/shared/
H A Duser.h58 #define barrier() __asm__ __volatile__("": : :"memory") macro
/linux-master/arch/powerpc/boot/
H A Dio.h98 static inline void barrier(void) function
/linux-master/tools/testing/selftests/powerpc/dscr/
H A Ddscr_explicit_test.c92 pthread_barrier_t *barrier; member in struct:random_thread_args
136 pthread_barrier_t barrier; local
H A Ddscr_default_test.c76 pthread_barrier_t *barrier; member in struct:random_thread_args
125 pthread_barrier_t barrier; local
/linux-master/tools/virtio/ringtest/
H A Dmain.h92 #define barrier() asm volatile("" ::: "memory") macro
[all...]
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_wait_timeout.c27 static pthread_barrier_t barrier; variable
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dmap_in_map.c11 pthread_barrier_t barrier; member in struct:thread_ctx
/linux-master/tools/include/linux/
H A Dcompiler.h39 #define barrier() __asm__ __volatile__("": : :"memory") macro
/linux-master/tools/perf/tests/
H A Dsigtrap.c176 pthread_barrier_t *barrier = (pthread_barrier_t *)arg; local
189 static int run_test_threads(pthread_t *threads, pthread_barrier_t *barrier) argument
200 static int run_stress_test(int fd, pthread_t *threads, pthread_barrier_t *barrier) argument
239 pthread_barrier_t barrier; local
[all...]
/linux-master/include/linux/
H A Dcompiler.h85 # define barrier() __asm__ __volatile__("": : :"memory") macro
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzip_vas.c32 #define barrier() macro
/linux-master/tools/testing/selftests/perf_events/
H A Dsigtrap_threads.c89 pthread_barrier_t *barrier = (pthread_barrier_t *)arg; local
114 pthread_barrier_t barrier; local
/linux-master/tools/perf/bench/
H A Dfutex-wake-parallel.c55 static pthread_barrier_t barrier; variable
/linux-master/drivers/md/
H A Draid1.h104 atomic_t *barrier; member in struct:r1conf
H A Draid10.h83 int barrier; member in struct:r10conf
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etf.c476 const u32 *barrier; local
/linux-master/tools/testing/selftests/powerpc/include/
H A Dreg.h20 #define barrier() asm volatile("" : : : "memory"); macro
/linux-master/tools/lib/bpf/
H A Dbpf_helpers.h101 #define barrier() asm volatile("" ::: "memory") macro
/linux-master/drivers/md/dm-vdo/indexer/
H A Dsparse-cache.c169 static void initialize_threads_barrier(struct threads_barrier *barrier, argument
199 enter_threads_barrier(struct threads_barrier *barrier) argument
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_active.c691 await_active(struct i915_active *ref, unsigned int flags, int (*fn)(void *arg, struct dma_fence *fence), void *arg, struct i915_sw_fence *barrier) argument
[all...]
/linux-master/fs/ext4/
H A Dialloc.c1514 ext4_init_inode_table(struct super_block *sb, ext4_group_t group, int barrier) argument
/linux-master/kernel/
H A Daudit_tree.c872 struct list_head cursor, barrier; local
[all...]
/linux-master/drivers/block/drbd/
H A Ddrbd_protocol.h261 u32 barrier; /* barrier number _handle_ only */ member in struct:p_barrier
266 u32 barrier; member in struct:p_barrier_ack

Completed in 348 milliseconds

12