Home
last modified time | relevance | path

Searched refs:get_next_file (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dprofile.h15 struct fio_file *(*get_next_file)(struct thread_data *); member
Dio_u.c1250 static struct fio_file *get_next_file(struct thread_data *td) in get_next_file() function
1255 if (ops->get_next_file) in get_next_file()
1256 return ops->get_next_file(td); in get_next_file()
1267 f = get_next_file(td); in set_io_u_file()
/external/tcpdump/
Dtcpdump.c700 get_next_file(FILE *VFile, char *ptr) in get_next_file() function
1605 ret = get_next_file(VFile, VFileLine); in main()
2040 ret = get_next_file(VFile, VFileLine); in main()