Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/power/
Dhibernate.c819 static const char * const hibernation_modes[] = { variable
858 if (!hibernation_modes[i]) in disk_show()
871 buf += sprintf(buf, "[%s] ", hibernation_modes[i]); in disk_show()
873 buf += sprintf(buf, "%s ", hibernation_modes[i]); in disk_show()
893 if (len == strlen(hibernation_modes[i]) in disk_store()
894 && !strncmp(buf, hibernation_modes[i], len)) { in disk_store()
916 hibernation_modes[mode]); in disk_store()