Searched refs:N2S_PERSEC (Results 1 – 3 of 3) sorted by relevance
/external/fio/lib/ |
D | num2str.h | 8 #define N2S_PERSEC 2 macro
|
D | num2str.c | 46 case N2S_PERSEC: in num2str()
|
/external/fio/ |
D | gclient.c | 382 iops_str[0] = num2str(je->iops[0], 4, 1, 0, N2S_PERSEC); in gfio_update_client_eta() 383 iops_str[1] = num2str(je->iops[1], 4, 1, 0, N2S_PERSEC); in gfio_update_client_eta() 384 iops_str[2] = num2str(je->iops[2], 4, 1, 0, N2S_PERSEC); in gfio_update_client_eta() 466 iops_str[0] = num2str(je->iops[0], 4, 1, 0, N2S_PERSEC); in gfio_update_all_eta() 467 iops_str[1] = num2str(je->iops[1], 4, 1, 0, N2S_PERSEC); in gfio_update_all_eta() 468 iops_str[2] = num2str(je->iops[2], 4, 1, 0, N2S_PERSEC); in gfio_update_all_eta() 1172 iops_p = num2str(iops, 4, 1, 0, N2S_PERSEC); in gfio_show_ddir_status()
|