OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clat_percentiles
(Results
1 - 9
of
9
) sorted by null
/external/fio/
stat.h
151
uint64_t
clat_percentiles
;
member in struct:thread_stat
thread_options.h
199
unsigned int
clat_percentiles
;
member in struct:thread_options
417
uint32_t
clat_percentiles
;
member in struct:thread_options_pack
cconv.c
224
o->
clat_percentiles
= le32_to_cpu(top->
clat_percentiles
);
381
top->
clat_percentiles
= cpu_to_le32(o->
clat_percentiles
);
stat.c
404
if (ts->
clat_percentiles
) {
633
if (ts->
clat_percentiles
) {
729
if (ts->
clat_percentiles
) {
[
all
...]
client.c
756
dst->
clat_percentiles
= le64_to_cpu(src->
clat_percentiles
);
[
all
...]
init.c
1102
td->ts.
clat_percentiles
= o->
clat_percentiles
;
[
all
...]
server.c
1022
p.ts.
clat_percentiles
= cpu_to_le64(ts->
clat_percentiles
);
[
all
...]
options.c
1050
td->o.
clat_percentiles
= !val;
[
all
...]
gclient.c
[
all
...]
Completed in 392 milliseconds