Home
last modified time | relevance | path

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

/kernel/power/
Dmain.c137 const char *label = mem_sleep_states[i]; in mem_sleep_show() local
140 s += sprintf(s, "[%s] ", label); in mem_sleep_show()
142 s += sprintf(s, "%s ", label); in mem_sleep_show()
163 const char *label = mem_sleep_states[state]; in decode_suspend_state() local
165 if (label && len == strlen(label) && !strncmp(buf, label, len)) in decode_suspend_state()
609 const char *label = pm_states[state]; in decode_state() local
611 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.h209 extern void suspend_test_finish(const char *label);
212 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()