Searched refs:cpu_workqueue_struct (Results 1 – 2 of 2) sorted by relevance
45 STATIC cpu_workqueue_struct *InitCpuWorkqueue(struct workqueue_struct *wq, INT32 cpu);46 STATIC UINT32 CreateWorkqueueThread(cpu_workqueue_struct *cwq, INT32 cpu);47 STATIC VOID WorkerThread(cpu_workqueue_struct *cwq);48 STATIC VOID RunWorkqueue(cpu_workqueue_struct *cwq);85 STATIC UINT32 WorkqueueIsEmpty(cpu_workqueue_struct *cwq) in WorkqueueIsEmpty()100 cpu_workqueue_struct *cwq = NULL; in __create_workqueue_key()114 wq->cpu_wq = (cpu_workqueue_struct *)LOS_MemAlloc(m_aucSysMem0, sizeof(cpu_workqueue_struct)); in __create_workqueue_key()150 STATIC cpu_workqueue_struct *InitCpuWorkqueue(struct workqueue_struct *wq, INT32 cpu) in InitCpuWorkqueue()152 cpu_workqueue_struct *cwq = wq->cpu_wq; in InitCpuWorkqueue()161 STATIC UINT32 CreateWorkqueueThread(cpu_workqueue_struct *cwq, INT32 cpu) in CreateWorkqueueThread()[all …]
143 } cpu_workqueue_struct; typedef150 cpu_workqueue_struct *cpu_wq; /**< Workqueue control structure. */