OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seeks
(Results
1 - 5
of
5
) sorted by null
/external/ltp/testcases/kernel/io/disktest/
parse.c
566
args->
seeks
= atoi(optarg);
569
args->
seeks
<<= 10;
571
args->
seeks
*= 1000;
573
args->
seeks
<<= 20;
575
args->
seeks
*= 1000000;
577
args->
seeks
<<= 30;
579
args->
seeks
*= 1000000000;
937
args->
seeks
=
SEEKS
;
939
args->
seeks
= args->stop_blk - args->start_blk + 1
[
all
...]
childmain.c
282
args->
seeks
))
367
(args->
seeks
/ 2)) {
374
&& (((env->wcount) + (env->rcount)) >= args->
seeks
)) {
459
env->rcount, args->
seeks
, args->stop_lba);
462
args->
seeks
, args->stop_lba);
main.h
116
#define CLD_FLG_RANDOM 0x0000000000000100ULL /* child
seeks
are random */
117
#define CLD_FLG_LINEAR 0x0000000000000200ULL /* child
seeks
are linear */
139
#define CLD_FLG_SKS 0x0000000000200000ULL /* set if
seeks
are used */
180
#define
SEEKS
1000 /* default
seeks
*/
213
OFF_T
seeks
; /* number of
seeks
*/
member in struct:child_args
/external/blktrace/btt/doc/
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.
[
all
...]
/external/u-boot/fs/ubifs/
super.c
190
.
seeks
= DEFAULT_SEEKS,
[
all
...]
Completed in 787 milliseconds