Home
last modified time | relevance | path

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

/external/fio/engines/
Dnull.c26 static struct io_u *fio_null_event(struct thread_data *td, int event) in fio_null_event() function
118 .event = fio_null_event,
151 ioengine->event = fio_null_event; in get_ioengine()