Home
last modified time | relevance | path

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

/kernel/power/
Dsuspend_test.c37 void suspend_test_finish(const char *label) in suspend_test_finish() argument
43 pr_info("PM: %s took %d.%03d seconds\n", label, in suspend_test_finish()
55 "Component: %s, time: %u\n", label, msec); in suspend_test_finish()
Dpower.h183 extern void suspend_test_finish(const char *label);
186 static inline void suspend_test_finish(const char *label) {} in suspend_test_finish() argument
Dmain.c351 const char *label = pm_states[state]; in decode_state() local
353 if (label && len == strlen(label) && !strncmp(buf, label, len)) in decode_state()
/kernel/
Dcred.c752 static void dump_invalid_creds(const struct cred *cred, const char *label, in dump_invalid_creds() argument
756 label, cred, in dump_invalid_creds()