Searched refs:last_step (Results 1 – 2 of 2) sorted by relevance
398 int i, index, last_dev, last_errno, last_step; in suspend_stats_show() local404 last_step = suspend_stats.last_failed_step + REC_FAILED_NUM - 1; in suspend_stats_show()405 last_step %= REC_FAILED_NUM; in suspend_stats_show()440 suspend_stats.failed_steps[last_step])); in suspend_stats_show()442 index = last_step + REC_FAILED_NUM - i; in suspend_stats_show()
1151 int depos, sepos, backward, last_step, step; local1182 last_step = width % 32;1185 mask_last = (1ul << last_step) - 1;1189 last_step = 32;1192 last_step = -last_step;1237 sfb += last_step - step;1238 dfb += last_step - step;
Completed in 6 milliseconds