OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trim_iops
(Results
1 - 3
of
3
) sorted by null
/external/fio/
gfio.h
36
GtkWidget *
trim_iops
;
member in struct:eta_widget
46
graph_label_t
trim_iops
;
member in struct:gfio_graphs
gclient.c
416
gtk_entry_set_text(GTK_ENTRY(ge->eta.
trim_iops
), iops_str[2]);
420
graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.
trim_iops
, je->elapsed_sec, je->iops[2], iops_str[2]);
510
gtk_entry_set_text(GTK_ENTRY(ui->eta.
trim_iops
), iops_str[2]);
514
graph_add_xy_data(ui->graphs.iops_graph, ui->graphs.
trim_iops
, je->elapsed_sec, je->iops[2], iops_str[2]);
[
all
...]
gfio.c
88
gg->
trim_iops
= graph_add_label(g, "Trim IOPS");
91
graph_set_color(g, gg->
trim_iops
, GFIO_TRIM_R, GFIO_TRIM_G, GFIO_TRIM_B);
[
all
...]
Completed in 38 milliseconds