Home
last modified time | relevance | path

Searched refs:new_pctg (Results 1 – 1 of 1) sorted by relevance

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