Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/power/
Dhibernate.c1026 static const char * const hibernation_modes[] = { variable
1072 if (!hibernation_modes[i]) in disk_show()
1089 buf += sprintf(buf, "[%s] ", hibernation_modes[i]); in disk_show()
1091 buf += sprintf(buf, "%s ", hibernation_modes[i]); in disk_show()
1114 if (len == strlen(hibernation_modes[i]) in disk_store()
1115 && !strncmp(buf, hibernation_modes[i], len)) { in disk_store()
1141 hibernation_modes[mode]); in disk_store()