Searched refs:seeks (Results 1 – 25 of 40) sorted by relevance
12
/external/ltp/testcases/kernel/io/disktest/ |
D | parse.c | 566 args->seeks = atoi(optarg); in fill_cld_args() 569 args->seeks <<= 10; in fill_cld_args() 571 args->seeks *= 1000; in fill_cld_args() 573 args->seeks <<= 20; in fill_cld_args() 575 args->seeks *= 1000000; in fill_cld_args() 577 args->seeks <<= 30; in fill_cld_args() 579 args->seeks *= 1000000000; in fill_cld_args() 937 args->seeks = SEEKS; in make_assumptions() 939 args->seeks = args->stop_blk - args->start_blk + 1; in make_assumptions() 942 args->seeks = in make_assumptions() [all …]
|
D | childmain.c | 282 args->seeks)) in get_next_action() 367 (args->seeks / 2)) { in get_next_action() 374 && (((env->wcount) + (env->rcount)) >= args->seeks)) { in get_next_action() 459 env->rcount, args->seeks, args->stop_lba); in get_next_action() 462 args->seeks, args->stop_lba); in get_next_action()
|
D | main.h | 213 OFF_T seeks; /* number of seeks */ member
|
D | CHANGELOG | 285 -s command line arguments. Forced default seeks to default if performing
|
/external/autotest/client/tests/bonnie/ |
D | control | 17 throughput, %CPU rand seeks per second. Not sure if the the CPU numbers
|
D | control.kernel_per-build_benchmarks | 18 throughput, %CPU rand seeks per second. Not sure if the the CPU numbers
|
/external/blktrace/btt/doc/ |
D | btt.tex | 238 between IOs. Values provided include the number of seeks (number of IOs 240 IOs, the \emph{median} value for all seeks, and the \emph{mode} - 256 that seeks tend to have an equal amount of forward and backwards 257 seeks. The larger the count for the mode in comparison to the total 258 number of seeks is indicative as to how many IOs are coming out of 781 D2D seeks, respectively. 839 When the \texttt{-m} option provides a name, Q2Q and/or D2D seeks 840 will trigger \texttt{btt} to output seeks-per-second information. The 842 will indicate the number of seeks per second at that point. 848 value is the number of seeks present at that time. [all …]
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | hotplug06.txt | 7 weren't there when it started. This test case seeks to exercise these
|
/external/llvm/test/Unit/ |
D | lit.cfg | 41 # Win32 seeks DLLs along %PATH%.
|
/external/clang/test/Unit/ |
D | lit.cfg | 104 # Win32 seeks DLLs along %PATH%.
|
/external/python/cpython2/Doc/library/ |
D | chunk.rst | 104 allow seek, only forward seeks are allowed.
|
D | zlib.rst | 286 seeks into the stream at a future point.
|
/external/python/cpython3/Doc/library/ |
D | chunk.rst | 108 allow seek, only forward seeks are allowed.
|
D | zlib.rst | 298 seeks into the stream at a future point.
|
/external/llvm/docs/ |
D | Extensions.rst | 14 This document describes extensions to tools and formats LLVM seeks compatibility
|
D | index.rst | 195 LLVM-specific extensions to tools and formats LLVM seeks compatibility with.
|
D | GetElementPtr.rst | 11 This document seeks to dispel the mystery and confusion surrounding LLVM's
|
/external/libcxx/include/ |
D | ostream | 66 // 27.7.2.5 seeks: 227 // 27.7.2.5 seeks:
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.39.txt | 29 reducing the number of disk seeks required.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Extensions.rst | 14 This document describes extensions to tools and formats LLVM seeks compatibility
|
D | index.rst | 201 LLVM-specific extensions to tools and formats LLVM seeks compatibility with.
|
D | GetElementPtr.rst | 11 This document seeks to dispel the mystery and confusion surrounding LLVM's
|
/external/skia/docs/ |
D | spelling.txt | 200 scene scope screen second second-order section sections see seek seeks segment segments select
|
/external/skqp/docs/ |
D | spelling.txt | 200 scene scope screen second second-order section sections see seek seeks segment segments select
|
/external/python/cpython3/Doc/tutorial/ |
D | inputoutput.rst | 432 In text files (those opened without a ``b`` in the mode string), only seeks
|
12