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

  /src/libexec/lfs_cleanerd/
lfs_cleanerd.c 82 int stat_report; /* Report statistics for this period of cycles */ variable in typeref:typename:int
1487 stat_report = 0;
1531 case 'r': /* Report every stat_report segments */
1532 stat_report = atoi(optarg);
1708 if (stat_report && loopcount % stat_report == 0)
lfs_cleanerd.c 82 int stat_report; /* Report statistics for this period of cycles */ variable in typeref:typename:int
1487 stat_report = 0;
1531 case 'r': /* Report every stat_report segments */
1532 stat_report = atoi(optarg);
1708 if (stat_report && loopcount % stat_report == 0)

Completed in 23 milliseconds