Searched refs:centisecs (Results 1 – 2 of 2) sorted by relevance
263 unsigned int centisecs; in swsusp_show_speed() local269 centisecs = elapsed_centisecs64; in swsusp_show_speed()270 if (centisecs == 0) in swsusp_show_speed()271 centisecs = 1; /* avoid div-by-zero */ in swsusp_show_speed()273 kps = (k * 100) / centisecs; in swsusp_show_speed()275 msg, k, centisecs / 100, centisecs % 100, kps / 1000, in swsusp_show_speed()
274 # centisecs. This can be automated, but it's a work in progress that still395 # centisecs. This can be automated, but it's a work in progress that still needs563 # And not for these either. These are in centisecs,