OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fill_io_u_off
(Results
1 - 2
of
2
) sorted by null
/external/fio/
profile.h
13
int (*
fill_io_u_off
)(struct thread_data *, struct io_u *, unsigned int *);
member in struct:prof_io_ops
io_u.c
406
if (ops->
fill_io_u_off
)
407
return ops->
fill_io_u_off
(td, io_u, is_random);
[
all
...]
Completed in 420 milliseconds