Searched refs:deleted_ws (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/power/ |
H A D | wakeup.c | 74 static struct wakeup_source deleted_ws = { variable 76 .lock = __SPIN_LOCK_UNLOCKED(deleted_ws.lock), 123 spin_lock_irqsave(&deleted_ws.lock, flags); in wakeup_source_record() 126 deleted_ws.total_time = in wakeup_source_record() 127 ktime_add(deleted_ws.total_time, ws->total_time); in wakeup_source_record() 128 deleted_ws.prevent_sleep_time = in wakeup_source_record() 129 ktime_add(deleted_ws.prevent_sleep_time, in wakeup_source_record() 131 deleted_ws.max_time = in wakeup_source_record() 132 ktime_compare(deleted_ws.max_time, ws->max_time) > 0 ? in wakeup_source_record() 133 deleted_ws in wakeup_source_record() [all...] |
/kernel/linux/linux-6.6/drivers/base/power/ |
H A D | wakeup.c | 69 static struct wakeup_source deleted_ws = { variable 71 .lock = __SPIN_LOCK_UNLOCKED(deleted_ws.lock), 118 spin_lock_irqsave(&deleted_ws.lock, flags); in wakeup_source_record() 121 deleted_ws.total_time = in wakeup_source_record() 122 ktime_add(deleted_ws.total_time, ws->total_time); in wakeup_source_record() 123 deleted_ws.prevent_sleep_time = in wakeup_source_record() 124 ktime_add(deleted_ws.prevent_sleep_time, in wakeup_source_record() 126 deleted_ws.max_time = in wakeup_source_record() 127 ktime_compare(deleted_ws.max_time, ws->max_time) > 0 ? in wakeup_source_record() 128 deleted_ws in wakeup_source_record() [all...] |
Completed in 3 milliseconds