Home
last modified time | relevance | path

Searched refs:sync_merge_data (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dlibsync.h49 struct sync_merge_data { struct
57 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data) argument
88 struct sync_merge_data data = {0}; in sync_merge()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsync_file.h26 struct sync_merge_data { struct
86 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsync_file.h26 struct sync_merge_data { struct
86 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsync_file.h26 struct sync_merge_data { struct
86 #define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 3, struct sync_merge_data)
/OK3568_Linux_fs/external/linux-rga/core/
H A Drga_sync.cpp137 struct sync_merge_data data; in modern_sync_merge()
/OK3568_Linux_fs/kernel/tools/testing/selftests/sync/
H A Dsync.c70 struct sync_merge_data data = {}; in sync_merge()
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Dsync_file.c330 struct sync_merge_data data; in sync_file_ioctl_merge()