Home
last modified time | relevance | path

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

/kernel/power/
Ddisk.c709 static const char * const hibernation_modes[] = { variable
750 if (!hibernation_modes[i]) in disk_show()
765 buf += sprintf(buf, "[%s] ", hibernation_modes[i]); in disk_show()
767 buf += sprintf(buf, "%s ", hibernation_modes[i]); in disk_show()
788 if (len == strlen(hibernation_modes[i]) in disk_store()
789 && !strncmp(buf, hibernation_modes[i], len)) { in disk_store()
813 hibernation_modes[mode]); in disk_store()