OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thinktime
(Results
1 - 6
of
6
) sorted by null
/external/fio/engines/
cpu.c
86
o->
thinktime
= (co->cpucycle * (100 - co->cpuload)) / co->cpuload;
/external/fio/
thread_options.h
130
unsigned int
thinktime
;
member in struct:thread_options
354
uint32_t
thinktime
;
member in struct:thread_options_pack
cconv.c
165
o->
thinktime
= le32_to_cpu(top->
thinktime
);
335
top->
thinktime
= cpu_to_le32(o->
thinktime
);
backend.c
898
if (td->o.
thinktime
) {
910
left = td->o.
thinktime
- td->o.thinktime_spin;
[
all
...]
init.c
554
* thinktime_spin must be less than
thinktime
556
if (o->thinktime_spin > o->
thinktime
)
557
o->thinktime_spin = o->
thinktime
;
[
all
...]
options.c
1242
.name = "I/O
Thinktime
",
[
all
...]
Completed in 49 milliseconds