Searched defs:workqueue_struct (Results 1 – 1 of 1) sorted by relevance
86 struct workqueue_struct { struct87 cpu_workqueue_struct *cpu_wq; /**< Workqueue control structure. */ argument88 struct LOS_DL_LIST list; /**< Pointer to a workqueue doubly linked list. */89 LOS_DL_LIST pendList;90 unsigned int wq_id; /**< Workqueue ID. */91 int delayed_work_count; /**< Number of delayed works in a workqueue. */92 char *name; /**< Workqueue name. */93 int singlethread; /**< Whether to create a new working task. 0 indicates that95 int wq_status; /**< Workqueue status. */96 int freezeable; /**< Not in use temporarily. */[all …]