Searched refs:deleted_ws (Results 1 – 1 of 1) sorted by relevance
69 static struct wakeup_source deleted_ws = { variable71 .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.max_time : ws->max_time; in wakeup_source_record()[all …]