Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dworkqueue.h126 struct delayed_work { struct
129 struct workqueue_struct *wq; /**< Workqueue that contains the delayed_work structure. */ argument
130 int cpu; /**< Number of CPUs. Not in use temporarily. */
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h2948 struct delayed_work { struct
2949 struct work_struct work;
2950 struct timer_list timer;
2951 struct workqueue_struct *wq;
2952 int cpu;