Searched refs:cwq (Results 1 – 1 of 1) sorted by relevance
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() argument88 ret = list_empty(&cwq->worklist); in WorkqueueIsEmpty()100 cpu_workqueue_struct *cwq = NULL; in __create_workqueue_key() local129 cwq = InitCpuWorkqueue(wq, singleThread); in __create_workqueue_key()130 ret = CreateWorkqueueThread(cwq, singleThread); in __create_workqueue_key()152 cpu_workqueue_struct *cwq = wq->cpu_wq; in InitCpuWorkqueue() local155 cwq->wq = wq; in InitCpuWorkqueue()[all …]