Searched refs:last_failed_errno (Results 1 – 3 of 3) sorted by relevance
396 int last_failed_errno; member437 suspend_stats.errno[suspend_stats.last_failed_errno] = err; in dpm_save_errno()438 suspend_stats.last_failed_errno++; in dpm_save_errno()439 suspend_stats.last_failed_errno %= REC_FAILED_NUM; in dpm_save_errno()517 int last_failed_errno; in last_failed_errno_show() local519 index = suspend_stats.last_failed_errno + REC_FAILED_NUM - 1; in last_failed_errno_show()521 last_failed_errno = suspend_stats.errno[index]; in last_failed_errno_show()523 return sysfs_emit(buf, "%d\n", last_failed_errno); in last_failed_errno_show()525 static struct kobj_attribute last_failed_errno = __ATTR_RO(last_failed_errno); variable553 &last_failed_errno.attr,[all …]
157 stats->last_failed_errno = 0; in reset_write()250 &stats->last_failed_errno); in mlx5_cmdif_debugfs_init()
261 last_failed_errno: -16