Searched defs:tag_cpu_workqueue_struct (Results 1 – 1 of 1) sorted by relevance
138 typedef struct tag_cpu_workqueue_struct { struct139 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. */