HomeSort by relevance Sort by last modified time
    Searched defs:sync_file_info (Results 1 - 4 of 4) 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);
  /system/core/libsync/
sync.c 205 static struct sync_file_info *modern_sync_file_info(int fd)
207 struct sync_file_info local_info;
208 struct sync_file_info *info;
216 info = calloc(1, sizeof(struct sync_file_info) +
234 const struct sync_file_info *info)
263 static struct sync_file_info* legacy_fence_info_to_sync_file_info(
266 struct sync_file_info *info;
277 info = calloc(1, sizeof(struct sync_file_info) +
320 struct sync_file_info* file_info;
333 struct sync_file_info* sync_file_info(int32_t fd function
    [all...]

Completed in 369 milliseconds