Home
last modified time | relevance | path

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

/kernel/power/
Dmain.c132 const char *label = mem_sleep_states[i]; in mem_sleep_show() local
135 s += sprintf(s, "[%s] ", label); in mem_sleep_show()
137 s += sprintf(s, "%s ", label); in mem_sleep_show()
157 const char *label = mem_sleep_states[state]; in decode_suspend_state() local
159 if (label && len == strlen(label) && !strncmp(buf, label, len)) in decode_suspend_state()
631 const char *label = pm_states[state]; in decode_state() local
633 if (label && len == strlen(label) && !strncmp(buf, label, len)) in decode_state()
Dsuspend_test.c36 void suspend_test_finish(const char *label) in suspend_test_finish() argument
42 pr_info("PM: %s took %d.%03d seconds\n", label, in suspend_test_finish()
54 "Component: %s, time: %u\n", label, msec); in suspend_test_finish()
Dpower.h205 extern void suspend_test_finish(const char *label);
208 static inline void suspend_test_finish(const char *label) {} in suspend_test_finish() argument
/kernel/
Dcred.c842 static void dump_invalid_creds(const struct cred *cred, const char *label, in dump_invalid_creds() argument
846 label, cred, in dump_invalid_creds()