OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stop_blk
(Results
1 - 4
of
4
) sorted by null
/external/ltp/testcases/kernel/io/disktest/
parse.c
687
args->
stop_blk
=
690
args->
stop_blk
<<= 10;
692
args->
stop_blk
*= 1000;
694
args->
stop_blk
<<= 20;
696
args->
stop_blk
*= 1000000;
698
args->
stop_blk
<<= 30;
700
args->
stop_blk
*= 1000000000;
856
args->
stop_blk
= args->stop_lba / args->htrsiz;
860
if (!(args->
stop_blk
< 0))
862
(args->
stop_blk
* args->htrsiz) + (args->htrsiz
[
all
...]
main.h
216
OFF_T
stop_blk
; /* ending transfer block */
member in struct:child_args
main.c
572
cleanArgs.
stop_blk
= -1;
childmain.c
289
if (args->start_blk == args->
stop_blk
) { /* diskcache test */
Completed in 623 milliseconds