Searched defs:wakeup_source (Results 1 – 1 of 1) sorted by relevance
43 struct wakeup_source { struct44 char *name;45 struct list_head entry;46 spinlock_t lock;47 struct timer_list timer;48 unsigned long timer_expires;49 ktime_t total_time;50 ktime_t max_time;51 ktime_t last_time;52 unsigned long event_count;[all …]