Home
last modified time | relevance | path

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

/external/fio/engines/
Dnull.c63 static int fio_null_queue(struct thread_data *td, struct io_u *io_u) in fio_null_queue() function
115 .queue = fio_null_queue,
148 ioengine->queue = fio_null_queue; in get_ioengine()