Searched refs:prevent_sleep_time (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/base/power/
H A Dwakeup.c131 deleted_ws.prevent_sleep_time = wakeup_source_record()
132 ktime_add(deleted_ws.prevent_sleep_time, wakeup_source_record()
133 ws->prevent_sleep_time); wakeup_source_record()
614 ws->prevent_sleep_time = ktime_add(ws->prevent_sleep_time, delta); update_prevent_sleep_time()
990 ktime_t prevent_sleep_time; print_wakeup_source_stats() local
996 prevent_sleep_time = ws->prevent_sleep_time; print_wakeup_source_stats()
1007 prevent_sleep_time = ktime_add(prevent_sleep_time, print_wakeup_source_stats()
1018 ktime_to_ms(prevent_sleep_time)); print_wakeup_source_stats()
H A Dsysfs.c519 msec = ktime_to_ms(dev->power.wakeup->prevent_sleep_time); wakeup_prevent_sleep_time_show()
/linux-4.4.14/include/linux/
H A Dpm_wakeup.h45 * @prevent_sleep_time: Total time this source has been preventing autosleep.
65 ktime_t prevent_sleep_time; member in struct:wakeup_source

Completed in 58 milliseconds