Searched refs:succeed_cnt (Results 1 – 2 of 2) sorted by relevance
177 static unsigned int succeed_cnt; variable1212 succeed_cnt++; in file_statistic()1273 succeed_cnt++; in file_statistic()1618 succeed_cnt++; in file_defrag()1657 succeed_cnt++; in file_defrag()1715 succeed_cnt = 0; in main()1884 if (succeed_cnt != 0 && in main()1920 printf("\n\tSuccess:\t\t\t[ %u/%u ]\n", succeed_cnt, in main()1923 total_count - succeed_cnt, total_count); in main()1962 if (succeed_cnt != 0) in main()[all …]
10 succeed_cnt to be larger than total_count, in which case the number of11 failures (calculated via total_count - succeed_cnt) will overflow and