Searched refs:deleted_ws (Results 1 – 1 of 1) sorted by relevance
77 static struct wakeup_source deleted_ws = { variable79 .lock = __SPIN_LOCK_UNLOCKED(deleted_ws.lock),126 spin_lock_irqsave(&deleted_ws.lock, flags); in wakeup_source_record()129 deleted_ws.total_time = in wakeup_source_record()130 ktime_add(deleted_ws.total_time, ws->total_time); in wakeup_source_record()131 deleted_ws.prevent_sleep_time = in wakeup_source_record()132 ktime_add(deleted_ws.prevent_sleep_time, in wakeup_source_record()134 deleted_ws.max_time = in wakeup_source_record()135 ktime_compare(deleted_ws.max_time, ws->max_time) > 0 ? in wakeup_source_record()136 deleted_ws.max_time : ws->max_time; in wakeup_source_record()[all …]