HomeSort by: relevance | last modified time | path
    Searched defs:stat_report (Results 1 - 1 of 1) sorted by relevancy

  /src/libexec/lfs_cleanerd/
lfs_cleanerd.c 78 int stat_report; /* Report statistics for this period of cycles */ variable
795 stat_report = 0;
839 case 'r': /* Report every stat_report segments */
840 stat_report = atoi(optarg);
988 if (stat_report && loopcount % stat_report == 0)

Completed in 15 milliseconds