Searched refs:label (Results 1 – 4 of 4) sorted by relevance
/kernel/power/ |
D | main.c | 132 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()
|
D | suspend_test.c | 36 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()
|
D | power.h | 205 extern void suspend_test_finish(const char *label); 208 static inline void suspend_test_finish(const char *label) {} in suspend_test_finish() argument
|
/kernel/ |
D | cred.c | 842 static void dump_invalid_creds(const struct cred *cred, const char *label, in dump_invalid_creds() argument 846 label, cred, in dump_invalid_creds()
|