Searched refs:trim_bw (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | gfio.h | 35 GtkWidget *trim_bw; member 50 graph_label_t trim_bw; member
|
D | gclient.c | 415 gtk_entry_set_text(GTK_ENTRY(ge->eta.trim_bw), rate_str[2]); 423 …graph_add_xy_data(ge->graphs.bandwidth_graph, ge->graphs.trim_bw, je->elapsed_sec, je->rate[2], ra… 509 gtk_entry_set_text(GTK_ENTRY(ui->eta.trim_bw), rate_str[2]); 517 …graph_add_xy_data(ui->graphs.bandwidth_graph, ui->graphs.trim_bw, je->elapsed_sec, je->rate[2], ra…
|
D | gfio.c | 107 gg->trim_bw = graph_add_label(g, "Trim Bandwidth"); in setup_bandwidth_graph() 110 graph_set_color(g, gg->trim_bw, GFIO_TRIM_R, GFIO_TRIM_G, GFIO_TRIM_B); in setup_bandwidth_graph() 1399 …ge->eta.trim_bw = new_info_entry_in_frame_rgb(probe_box, "Trim BW", GFIO_TRIM_R, GFIO_TRIM_G, GFIO… in new_client_page() 1487 …ui->eta.trim_bw = new_info_entry_in_frame_rgb(probe_box, "Trim BW", GFIO_TRIM_R, GFIO_TRIM_G, GFIO… in new_main_page()
|