Home
last modified time | relevance | path

Searched defs:wakeup_source (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h6767 struct wakeup_source { struct
6768 const char *name;
6769 int id;
6770 struct list_head entry;
6771 spinlock_t lock;
6772 struct wake_irq *wakeirq;
6773 struct timer_list timer;
6774 unsigned long timer_expires;
6775 ktime_t total_time;
6776 ktime_t max_time;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h6376 struct wakeup_source { struct
6377 const char *name;
6378 int id;
6379 struct list_head entry;
6380 spinlock_t lock;
6381 struct wake_irq *wakeirq;
6382 struct timer_list timer;
6383 unsigned long timer_expires;
6384 ktime_t total_time;
6385 ktime_t max_time;
[all …]