Searched refs:deleted_ws (Results 1 – 1 of 1) sorted by relevance
69 static struct wakeup_source deleted_ws = { variable 71 .lock = __SPIN_LOCK_UNLOCKED(deleted_ws.lock),117 spin_lock_irqsave(&deleted_ws.lock, flags); in wakeup_source_record() 120 deleted_ws.total_time = in wakeup_source_record() 121 ktime_add(deleted_ws.total_time, ws->total_time); in wakeup_source_record() 122 deleted_ws.prevent_sleep_time = in wakeup_source_record() 123 ktime_add(deleted_ws.prevent_sleep_time, in wakeup_source_record() 125 deleted_ws.max_time = in wakeup_source_record() 126 ktime_compare(deleted_ws.max_time, ws->max_time) > 0 ? in wakeup_source_record() 127 deleted_ws in wakeup_source_record() [all...]