Home
last modified time | relevance | path

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

/external/fio/
Dverify.h9 VERIFY_NONE = 0, /* no verification */ enumerator
Dbackend.c743 if (td->o.verify != VERIFY_NONE && in do_io()
797 if (td->o.verify != VERIFY_NONE && io_u->ddir == DDIR_READ && in do_io()
828 td->o.verify != VERIFY_NONE && in do_io()
1129 if (td->o.verify != VERIFY_NONE) { in init_io_u()
1288 td->o.verify != VERIFY_NONE && in do_dry_run()
1549 o->verify == VERIFY_NONE || in thread_main()
1575 (td->o.verify != VERIFY_NONE && td_write(td))) { in thread_main()
Dinit.c596 if (o->norandommap && o->verify != VERIFY_NONE in fixup_options()
655 if (o->verify != VERIFY_NONE) { in fixup_options()
950 if (o->verify != VERIFY_NONE) in init_flags()
Dverify.c134 case VERIFY_NONE: in __hdr_size()
794 if (td->o.verify != VERIFY_NONE) in verify_io_u()
Diolog.c236 (file_randommap(td, ipo->file) || td->o.verify == VERIFY_NONE)) { in log_io_piece()
Doptions.c1048 if (!ret && td->o.verify == VERIFY_NONE) in str_verify_pattern_cb()
2286 .oval = VERIFY_NONE,
Dio_u.c472 if (td->o.do_verify && td->o.verify != VERIFY_NONE) in __get_next_buflen()
/external/fio/engines/
Dmmap.c42 if (td->o.verify != VERIFY_NONE) in fio_mmap_file()
Dnet.c543 if (td->o.verify == VERIFY_NONE) in fio_netio_send()
638 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()