Home
last modified time | relevance | path

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

/external/fio/engines/
Dnull.c84 static void fio_null_cleanup(struct thread_data *td) in fio_null_cleanup() function
120 .cleanup = fio_null_cleanup,
153 ioengine->cleanup = fio_null_cleanup; in get_ioengine()