Home
last modified time | relevance | path

Searched refs:cpu_workqueue_struct (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_workqueue.c45 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 *cw in InitCpuWorkqueue()
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h141 } cpu_workqueue_struct; typedef
148 cpu_workqueue_struct *cpu_wq; /**< Workqueue control structure. */

Completed in 2 milliseconds