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

/linux-master/kernel/power/
H A Dmain.c320 int last_failed_step; member in struct:suspend_stats
345 suspend_stats.failed_steps[suspend_stats.last_failed_step] = step;
346 suspend_stats.last_failed_step++;
347 suspend_stats.last_failed_step %= REC_FAILED_NUM;
455 index = suspend_stats.last_failed_step + REC_FAILED_NUM - 1;
461 static struct kobj_attribute last_failed_step = __ATTR_RO(last_failed_step); variable in typeref:struct:kobj_attribute
476 &last_failed_step.attr,
513 last_step = suspend_stats.last_failed_step + REC_FAILED_NUM - 1;
537 seq_printf(s, " last_failed_step
[all...]

Completed in 222 milliseconds