Searched refs:deleted_ws (Results 1 – 1 of 1) sorted by relevance
70 static struct wakeup_source deleted_ws = { variable72 .lock = __SPIN_LOCK_UNLOCKED(deleted_ws.lock),119 spin_lock_irqsave(&deleted_ws.lock, flags); in wakeup_source_record()122 deleted_ws.total_time = in wakeup_source_record()123 ktime_add(deleted_ws.total_time, ws->total_time); in wakeup_source_record()124 deleted_ws.prevent_sleep_time = in wakeup_source_record()125 ktime_add(deleted_ws.prevent_sleep_time, in wakeup_source_record()127 deleted_ws.max_time = in wakeup_source_record()128 ktime_compare(deleted_ws.max_time, ws->max_time) > 0 ? in wakeup_source_record()129 deleted_ws.max_time : ws->max_time; in wakeup_source_record()[all …]