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

  /external/fio/
ioengines.h 82 extern struct ioengine_ops *load_ioengine(struct thread_data *, const char *);
ioengines.c 126 struct ioengine_ops *load_ioengine(struct thread_data *td, const char *name) function
583 io_ops = load_ioengine(&td, engine);
init.c 999 td->io_ops = load_ioengine(td, engine);
    [all...]

Completed in 242 milliseconds