Home
last modified time | relevance | path

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

/linux/include/linux/
A Dsuspend.h70 int last_failed_step; member
94 suspend_stats.failed_steps[suspend_stats.last_failed_step] = step; in dpm_save_failed_step()
95 suspend_stats.last_failed_step++; in dpm_save_failed_step()
96 suspend_stats.last_failed_step %= REC_FAILED_NUM; in dpm_save_failed_step()
/linux/kernel/power/
A Dmain.c362 char *last_failed_step = NULL; in last_failed_step_show() local
364 index = suspend_stats.last_failed_step + REC_FAILED_NUM - 1; in last_failed_step_show()
367 last_failed_step = suspend_step_name(step); in last_failed_step_show()
369 return sprintf(buf, "%s\n", last_failed_step); in last_failed_step_show()
371 static struct kobj_attribute last_failed_step = __ATTR_RO(last_failed_step); variable
386 &last_failed_step.attr,
404 last_step = suspend_stats.last_failed_step + REC_FAILED_NUM - 1; in suspend_stats_show()
/linux/Documentation/ABI/testing/
A Dsysfs-power409 What: /sys/power/suspend_stats/last_failed_step
413 The /sys/power/suspend_stats/last_failed_step file contains
/linux/Documentation/power/
A Dbasic-pm-debugging.rst263 last_failed_step: suspend
/linux/
A DSystem.map130778 ffff800011de26d8 d last_failed_step
A D.tmp_System.map130778 ffff800011de26d8 d last_failed_step

Completed in 371 milliseconds