HomeSort by relevance Sort by last modified time
    Searched defs:sync_file_info (Results 1 - 3 of 3) sorted by null

  /bionic/libc/kernel/uapi/linux/
sync_file.h 37 struct sync_file_info { struct
47 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
  /external/kernel-headers/original/uapi/linux/
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)
  /external/linux-kselftest/tools/testing/selftests/sync/
sync.c 84 static struct sync_file_info *sync_file_info(int fd) function
86 struct sync_file_info *info;
125 static void sync_file_info_free(struct sync_file_info *info)
134 struct sync_file_info *info = sync_file_info(fd);
150 struct sync_file_info *info = sync_file_info(fd);

Completed in 511 milliseconds