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

/linux-master/kernel/power/
H A Dmain.c506 int i, index, last_dev, last_errno, last_step; local
513 last_step = suspend_stats.last_failed_step + REC_FAILED_NUM - 1;
514 last_step %= REC_FAILED_NUM;
538 suspend_step_names[suspend_stats.failed_steps[last_step]]);
540 index = last_step + REC_FAILED_NUM - i;
/linux-master/drivers/video/fbdev/
H A Dtgafb.c1163 int depos, sepos, backward, last_step, step; local
1194 last_step = width % 32;
1197 mask_last = (1ul << last_step) - 1;
1201 last_step = 32;
1204 last_step = -last_step;
1249 sfb += last_step - step;
1250 dfb += last_step - step;

Completed in 163 milliseconds