OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:td_init
(Results
1 - 3
of
3
) sorted by null
/external/fio/
profile.h
10
int (*
td_init
)(struct thread_data *);
member in struct:prof_io_ops
profile.c
110
if (ops->
td_init
)
111
return ops->
td_init
(td);
/external/fio/profiles/
act.c
452
.
td_init
= act_td_init,
Completed in 650 milliseconds