Searched refs:centisecs (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/fs/xfs/
H A Dxfs_globals.c23 * other XFS code uses these values. Times are measured in centisecs (i.e.
/linux-4.1.27/kernel/power/
H A Dhibernate.c241 unsigned int centisecs; swsusp_show_speed() local
247 centisecs = elapsed_centisecs64; swsusp_show_speed()
248 if (centisecs == 0) swsusp_show_speed()
249 centisecs = 1; /* avoid div-by-zero */ swsusp_show_speed()
251 kps = (k * 100) / centisecs; swsusp_show_speed()
254 centisecs / 100, centisecs % 100, swsusp_show_speed()
/linux-4.1.27/mm/
H A Dbacking-dev.c267 * starts only 'dirty_writeback_interval' centisecs from now anyway, we just

Completed in 156 milliseconds