Searched refs:VERIFY_NONE (Results 1 – 10 of 10) sorted by relevance
/external/fio/ |
D | verify.h | 9 VERIFY_NONE = 0, /* no verification */ enumerator
|
D | backend.c | 743 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()
|
D | init.c | 596 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()
|
D | verify.c | 134 case VERIFY_NONE: in __hdr_size() 794 if (td->o.verify != VERIFY_NONE) in verify_io_u()
|
D | iolog.c | 236 (file_randommap(td, ipo->file) || td->o.verify == VERIFY_NONE)) { in log_io_piece()
|
D | options.c | 1048 if (!ret && td->o.verify == VERIFY_NONE) in str_verify_pattern_cb() 2286 .oval = VERIFY_NONE,
|
D | io_u.c | 472 if (td->o.do_verify && td->o.verify != VERIFY_NONE) in __get_next_buflen()
|
/external/fio/engines/ |
D | mmap.c | 42 if (td->o.verify != VERIFY_NONE) in fio_mmap_file()
|
D | net.c | 543 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/ |
D | es31fCopyImageTests.cpp | 125 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()
|