Home
last modified time | relevance | path

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

/external/fio/lib/
Dnum2str.h8 #define N2S_PERSEC 2 macro
Dnum2str.c46 case N2S_PERSEC: in num2str()
/external/fio/
Dgclient.c382 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()