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

  /external/fio/
profile.h 11 void (*td_exit)(struct thread_data *); member in struct:prof_io_ops
profile.c 120 if (ops->td_exit)
121 ops->td_exit(td);
  /external/fio/profiles/
act.c 453 .td_exit = act_td_exit,

Completed in 938 milliseconds