Home
last modified time | relevance | path

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

/device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/compat/linux/include/linux/
Dworkqueue.h86 struct workqueue_struct { struct
87 cpu_workqueue_struct *cpu_wq; /**< Workqueue control structure. */ argument
88 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 that
95 int wq_status; /**< Workqueue status. */
96 int freezeable; /**< Not in use temporarily. */
[all …]