Home
last modified time | relevance | path

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

/external/fio/
Dprofile.c120 if (ops->td_exit) in profile_td_exit()
121 ops->td_exit(td); in profile_td_exit()
Dprofile.h11 void (*td_exit)(struct thread_data *); member
/external/fio/profiles/
Dact.c453 .td_exit = act_td_exit,