Lines Matching refs:perc
315 char *status_message, double perc) in gfio_update_thread_status() argument
322 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ge->thread_status_pb), perc / 100.0); in gfio_update_thread_status()
327 double perc) in gfio_update_thread_status_all() argument
334 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ui->thread_status_pb), perc / 100.0); in gfio_update_thread_status_all()
349 double perc = 0.0; in gfio_update_client_eta() local
358 perc = (double) je->elapsed_sec / (double) (je->elapsed_sec + je->eta_sec); in gfio_update_client_eta()
378 perc *= 100.0; in gfio_update_client_eta()
379 sprintf(output, "%3.1f%% done", perc); in gfio_update_client_eta()
424 gfio_update_thread_status(ge, output, perc); in gfio_update_client_eta()
437 double perc = 0.0; in gfio_update_all_eta() local
446 perc = (double) je->elapsed_sec / (double) (je->elapsed_sec + je->eta_sec); in gfio_update_all_eta()
462 perc *= 100.0; in gfio_update_all_eta()
463 sprintf(output, "%3.1f%% done", perc); in gfio_update_all_eta()
508 gfio_update_thread_status_all(ui, output, perc); in gfio_update_all_eta()