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

  /src/sys/dev/raidframe/
rf_reconmap.c 387 int new_pctg; local in function:rf_PrintReconSchedule
389 new_pctg = 100 - (rf_UnitsLeftToReconstruct(mapPtr) *
391 if (new_pctg != old_pctg) {
394 printf("%d %d.%06d\n", (int) new_pctg, (int) diff.tv_sec,
396 old_pctg = new_pctg;
rf_reconmap.c 387 int new_pctg; local in function:rf_PrintReconSchedule
389 new_pctg = 100 - (rf_UnitsLeftToReconstruct(mapPtr) *
391 if (new_pctg != old_pctg) {
394 printf("%d %d.%06d\n", (int) new_pctg, (int) diff.tv_sec,
396 old_pctg = new_pctg;

Completed in 22 milliseconds