Searched refs:bw_p (Results 1 – 2 of 2) sorted by relevance
/external/fio/ |
D | gclient.c | 1185 char *io_p, *bw_p, *iops_p; local 1196 bw_p = num2str(bw, 6, 1, i2p, ts->unit_base); 1216 gtk_label_set_text(GTK_LABEL(label), bw_p); 1289 free(bw_p);
|
D | stat.c | 370 char *io_p, *bw_p, *iops_p; in show_ddir_status() local 383 bw_p = num2str(bw, 6, 1, i2p, ts->unit_base); in show_ddir_status() 390 io_p, bw_p, iops_p, in show_ddir_status() 394 free(bw_p); in show_ddir_status()
|