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

/linux-4.1.27/kernel/power/
H A Dhibernate.c871 static const char * const hibernation_modes[] = { variable
916 if (!hibernation_modes[i]) disk_show()
932 buf += sprintf(buf, "[%s] ", hibernation_modes[i]); disk_show()
934 buf += sprintf(buf, "%s ", hibernation_modes[i]); disk_show()
957 if (len == strlen(hibernation_modes[i]) disk_store()
958 && !strncmp(buf, hibernation_modes[i], len)) { disk_store()
983 hibernation_modes[mode]); disk_store()

Completed in 29 milliseconds