Home
last modified time | relevance | path

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

/external/fio/
Dverify.h10 VERIFY_NONE = 0, /* no verification */ enumerator
Dbackend.c865 if (td->o.verify != VERIFY_NONE && in do_io()
907 (td->o.time_based && td->o.verify != VERIFY_NONE))) in do_io()
931 if (td->o.verify != VERIFY_NONE && io_u->ddir == DDIR_READ && in do_io()
962 td->o.verify != VERIFY_NONE && in do_io()
1107 if (td->o.verify == VERIFY_NONE || !td->o.verify_state_save) in init_file_completion_logging()
1433 td->o.verify != VERIFY_NONE && in do_dry_run()
1757 o->verify == VERIFY_NONE || in thread_main()
1802 (td->o.verify != VERIFY_NONE && td_write(td))) in thread_main()
Dinit.c667 if (o->norandommap && o->verify != VERIFY_NONE in fixup_options()
733 if (o->verify != VERIFY_NONE) { in fixup_options()
1068 if (o->verify != VERIFY_NONE) in init_flags()
Dverify.c147 case VERIFY_NONE: in __hdr_size()
939 if (td->o.verify != VERIFY_NONE) in verify_io_u()
Diolog.c243 (file_randommap(td, ipo->file) || td->o.verify == VERIFY_NONE)) { in log_io_piece()
Doptions.c2649 .oval = VERIFY_NONE,
/external/fio/engines/
Dmmap.c41 if (td->o.verify != VERIFY_NONE) in fio_mmap_file()
Ddev-dax.c83 if (td->o.verify != VERIFY_NONE) in fio_devdax_file()
Dnet.c546 if (td->o.verify == VERIFY_NONE) in fio_netio_send()
641 if (is_udp(o) && td->o.verify == VERIFY_NONE) in fio_netio_recv()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp125 VERIFY_NONE = 0, enumerator
2041 …), m_state->textureRenderer, results, rng, *srcImage, srcImageLevels, m_srcImageInfo, VERIFY_NONE); in renderSourceIter()
2056 …), m_state->textureRenderer, results, rng, *dstImage, dstImageLevels, m_dstImageInfo, VERIFY_NONE); in renderDestinationIter()