Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h3820 struct delayed_work { struct
3821 struct work_struct work;
3822 struct timer_list timer;
3823 struct workqueue_struct *wq;
3824 int cpu;
3825 u64 android_kabi_reserved1;
3826 u64 android_kabi_reserved2;
120882 struct delayed_work delayed_work; member
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h3391 struct delayed_work { struct
3392 struct work_struct work;
3393 struct timer_list timer;
3394 struct workqueue_struct *wq;
3395 int cpu;
3396 u64 android_kabi_reserved1;
3397 u64 android_kabi_reserved2;
127401 struct delayed_work delayed_work; member