Home
last modified time | relevance | path

Searched refs:trim_bw (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dgfio.h35 GtkWidget *trim_bw; member
50 graph_label_t trim_bw; member
Dgclient.c401 gtk_entry_set_text(GTK_ENTRY(ge->eta.trim_bw), tmp); in gfio_update_client_eta()
409 …graph_add_xy_data(ge->graphs.bandwidth_graph, ge->graphs.trim_bw, je->elapsed_sec, je->rate[2], ra… in gfio_update_client_eta()
485 gtk_entry_set_text(GTK_ENTRY(ui->eta.trim_bw), tmp); in gfio_update_all_eta()
493 …graph_add_xy_data(ui->graphs.bandwidth_graph, ui->graphs.trim_bw, je->elapsed_sec, je->rate[2], ra… in gfio_update_all_eta()
Dgfio.c107 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()
1401 …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()
1489 …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()