Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/power/
Dpower.h308 extern ssize_t pm_show_wakelocks(char *buf, bool show_active);
Dwakelock.c38 ssize_t pm_show_wakelocks(char *buf, bool show_active) in pm_show_wakelocks() function
Dmain.c793 return pm_show_wakelocks(buf, true); in wake_lock_show()
810 return pm_show_wakelocks(buf, false); in wake_unlock_show()