Searched defs:barrier (Results 26 – 41 of 41) sorted by relevance
12
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | fsl_rio.c | 73 #define ___fsl_read_rio_config(x, addr, err, op, barrier) \ argument
|
/openbmc/qemu/subprojects/libvhost-user/include/ |
H A D | atomic.h | 21 #define barrier() ({ asm volatile("" ::: "memory"); (void)0; }) macro
|
/openbmc/qemu/subprojects/libvduse/include/ |
H A D | atomic.h | 21 #define barrier() ({ asm volatile("" ::: "memory"); (void)0; }) macro
|
/openbmc/qemu/include/qemu/ |
H A D | atomic.h | 21 #define barrier() ({ asm volatile("" ::: "memory"); (void)0; }) macro
|
/openbmc/linux/drivers/md/ |
H A D | raid10.h | 83 int barrier; member
|
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf_helpers.h | 100 #define barrier() asm volatile("" ::: "memory") macro
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-etb10.c | 435 const u32 *barrier; in etb_update_buffer() local
|
/openbmc/u-boot/include/linux/ |
H A D | compiler.h | 171 # define barrier() __memory_barrier() macro
|
/openbmc/linux/fs/ext4/ |
H A D | ialloc.c | 1520 int barrier) in ext4_init_inode_table()
|
/openbmc/linux/kernel/ |
H A D | audit_tree.c | 872 struct list_head cursor, barrier; in audit_tag_tree() local
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_active.c | 694 void *arg, struct i915_sw_fence *barrier) in await_active()
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | lam.c | 57 #define barrier() ({ \ macro
|
/openbmc/linux/kernel/kcsan/ |
H A D | kcsan_test.c | 538 #define __KCSAN_EXPECT_BARRIER(access_type, barrier, order_before, name) \ in test_barrier_nothreads() argument
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | protection_keys.c | 953 #define barrier() __asm__ __volatile__("": : :"memory") macro
|
/openbmc/linux/fs/ceph/ |
H A D | mds_client.c | 2277 __le32 barrier, *cap_barrier; in ceph_send_cap_releases() local
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | core.h | 193 struct completion barrier; member
|
12