last_failed_step   70 include/linux/suspend.h 	int	last_failed_step;
last_failed_step   94 include/linux/suspend.h 	suspend_stats.failed_steps[suspend_stats.last_failed_step] = step;
last_failed_step   95 include/linux/suspend.h 	suspend_stats.last_failed_step++;
last_failed_step   96 include/linux/suspend.h 	suspend_stats.last_failed_step %= REC_FAILED_NUM;
last_failed_step  330 kernel/power/main.c 	char *last_failed_step = NULL;
last_failed_step  332 kernel/power/main.c 	index = suspend_stats.last_failed_step + REC_FAILED_NUM - 1;
last_failed_step  335 kernel/power/main.c 	last_failed_step = suspend_step_name(step);
last_failed_step  337 kernel/power/main.c 	return sprintf(buf, "%s\n", last_failed_step);
last_failed_step  339 kernel/power/main.c static struct kobj_attribute last_failed_step = __ATTR_RO(last_failed_step);
last_failed_step  354 kernel/power/main.c 	&last_failed_step.attr,
last_failed_step  372 kernel/power/main.c 	last_step = suspend_stats.last_failed_step + REC_FAILED_NUM - 1;