Lines Matching defs:wakeup_source
46 struct wakeup_source { struct
47 const char *name;
48 struct list_head entry;
49 spinlock_t lock;
50 struct timer_list timer;
51 unsigned long timer_expires;
52 ktime_t total_time;
53 ktime_t max_time;
54 ktime_t last_time;
55 ktime_t start_prevent_time;
56 ktime_t prevent_sleep_time;
57 unsigned long event_count;
58 unsigned long active_count;
59 unsigned long relax_count;
83 extern void wakeup_source_prepare(struct wakeup_source *ws, const char *name); argument