Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dworkqueue.h138 typedef struct tag_cpu_workqueue_struct { struct
139 struct list_head worklist; /**< Pointer to a work doubly linked list. */
140 struct work_struct *current_work; /**< Work that is being executed. */
141 …struct workqueue_struct *wq; /**< Workqueue that contains the workqueue control structure. */
142 task_struct *thread; /**< Workqueue handling thread. */