Searched refs:sync_file_info (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/sync/ |
H A D | sync.c | 84 static struct sync_file_info *sync_file_info(int fd) in sync_file_info() function 86 struct sync_file_info *info; in sync_file_info() 125 static void sync_file_info_free(struct sync_file_info *info) in sync_file_info_free() 134 struct sync_file_info *info = sync_file_info(fd); in sync_fence_size() 150 struct sync_file_info *info = sync_file_info(fd); in sync_fence_count_with_status()
|
/kernel/linux/linux-6.6/tools/testing/selftests/sync/ |
H A D | sync.c | 84 static struct sync_file_info *sync_file_info(int fd) in sync_file_info() function 86 struct sync_file_info *info; in sync_file_info() 125 static void sync_file_info_free(struct sync_file_info *info) in sync_file_info_free() 134 struct sync_file_info *info = sync_file_info(fd); in sync_fence_size() 150 struct sync_file_info *info = sync_file_info(fd); in sync_fence_count_with_status()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | sync_file.h | 51 * struct sync_file_info - data returned from fence info ioctl 54 * @flags: sync_file_info flags 60 struct sync_file_info { struct 91 * Takes a struct sync_file_info. If num_fences is 0, the field is updated 96 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | sync_file.h | 55 * struct sync_file_info - SYNC_IOC_FILE_INFO: get detailed information on a sync_file 58 * @flags: sync_file_info flags 64 * Takes a struct sync_file_info. If num_fences is 0, the field is updated 69 struct sync_file_info { struct 89 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | sync_file.h | 37 struct sync_file_info { struct 47 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | sync_file.h | 24 struct sync_file_info { struct 34 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | sync_file.h | 37 struct sync_file_info { struct 47 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
|
/kernel/linux/linux-6.6/drivers/dma-buf/ |
H A D | sync_file.c | 284 struct sync_file_info info; in sync_file_ioctl_fence_info()
|
/kernel/linux/linux-5.10/drivers/dma-buf/ |
H A D | sync_file.c | 402 struct sync_file_info info; in sync_file_ioctl_fence_info()
|
Completed in 5 milliseconds