Searched refs:last_step (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/kernel/power/
H A Dmain.c160 int i, index, last_dev, last_errno, last_step; suspend_stats_show() local
166 last_step = suspend_stats.last_failed_step + REC_FAILED_NUM - 1; suspend_stats_show()
167 last_step %= REC_FAILED_NUM; suspend_stats_show()
202 suspend_stats.failed_steps[last_step])); suspend_stats_show()
204 index = last_step + REC_FAILED_NUM - i; suspend_stats_show()
/linux-4.4.14/drivers/video/fbdev/
H A Dtgafb.c1150 int depos, sepos, backward, last_step, step; copyarea_8bpp() local
1179 last_step = width % 32; copyarea_8bpp()
1182 mask_last = (1ul << last_step) - 1; copyarea_8bpp()
1186 last_step = 32; copyarea_8bpp()
1189 last_step = -last_step; copyarea_8bpp()
1234 sfb += last_step - step; copyarea_8bpp()
1235 dfb += last_step - step; copyarea_8bpp()

Completed in 117 milliseconds