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

  /external/fio/
profile.h 15 struct fio_file *(*get_next_file)(struct thread_data *); member in struct:prof_io_ops
io_u.c 1216 dprint(FD_FILE, "get_next_file: nr_open=%d, nr_done=%d,"
1244 dprint(FD_FILE, "get_next_file: %p [%s]\n", f, f->file_name);
1246 dprint(FD_FILE, "get_next_file: NULL\n");
1250 static struct fio_file *get_next_file(struct thread_data *td) function
1255 if (ops->get_next_file)
1256 return ops->get_next_file(td);
1267 f = get_next_file(td);
    [all...]
  /external/tcpdump/
tcpdump.c 700 get_next_file(FILE *VFile, char *ptr) function
    [all...]

Completed in 223 milliseconds