Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dworkqueue.h147 struct workqueue_struct { struct
148 cpu_workqueue_struct *cpu_wq; /**< Workqueue control structure. */ argument
149 struct list_head list; /**< Pointer to a workqueue doubly linked list. */
150 EVENT_CB_S wq_event; /**< Event of a workqueue. */
151 unsigned int wq_id; /**< Workqueue ID. */
152 int delayed_work_count; /**< Number of delayed works in a workqueue. */
153 char *name; /**< Workqueue name. */
154 int singlethread; /**< Whether to create a new working task. 0 indicates that
156 int wq_status; /**< Workqueue status. */
157 int freezeable; /**< Not in use temporarily. */
[all …]