Searched refs:FIO_setNoProgress (Results 1 – 3 of 3) sorted by relevance
102 void FIO_setNoProgress(unsigned noProgress);
847 if (!strcmp(argument, "--no-progress")) { FIO_setNoProgress(1); continue; } in main()
417 void FIO_setNoProgress(unsigned noProgress) { g_display_prefs.noProgress = noProgress; } in FIO_setNoProgress() function