Home
last modified time | relevance | path

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

/openbmc/linux/kernel/power/
H A Dmain.c467 int i, index, last_dev, last_errno, last_step; in suspend_stats_show() local
473 last_step = suspend_stats.last_failed_step + REC_FAILED_NUM - 1; in suspend_stats_show()
474 last_step %= REC_FAILED_NUM; in suspend_stats_show()
509 suspend_stats.failed_steps[last_step])); in suspend_stats_show()
511 index = last_step + REC_FAILED_NUM - i; in suspend_stats_show()
/openbmc/linux/drivers/video/fbdev/
H A Dtgafb.c1161 int depos, sepos, backward, last_step, step; local
1192 last_step = width % 32;
1195 mask_last = (1ul << last_step) - 1;
1199 last_step = 32;
1202 last_step = -last_step;
1247 sfb += last_step - step;
1248 dfb += last_step - step;