Searched defs:wq (Results 1 – 9 of 9) sorted by relevance
36 glwthread_waitqueue_init (glwthread_waitqueue_t *wq) in glwthread_waitqueue_init()47 glwthread_waitqueue_add (glwthread_waitqueue_t *wq) in glwthread_waitqueue_add()97 glwthread_waitqueue_notify_first (glwthread_waitqueue_t *wq) in glwthread_waitqueue_notify_first()108 glwthread_waitqueue_notify_all (glwthread_waitqueue_t *wq) in glwthread_waitqueue_notify_all()
99 struct workqueue_struct *wq = NULL; in __create_workqueue_key() local150 STATIC cpu_workqueue_struct *InitCpuWorkqueue(struct workqueue_struct *wq, INT32 cpu) in InitCpuWorkqueue()163 struct workqueue_struct *wq = cwq->wq; in CreateWorkqueueThread() local273 STATIC bool QueueWorkOn(struct workqueue_struct *wq, struct work_struct *work, UINT32 *intSave) in QueueWorkOn()293 bool linux_queue_work(struct workqueue_struct *wq, struct work_struct *work) in linux_queue_work()365 bool queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *dwork, unsigned int delay… in queue_delayed_work()530 static void drain_workqueue(struct workqueue_struct *wq) in drain_workqueue()545 void linux_destroy_workqueue(struct workqueue_struct *wq) in linux_destroy_workqueue()
129 struct workqueue_struct *wq; /**< Workqueue that contains the delayed_work structure. */ member141 …struct workqueue_struct *wq; /**< Workqueue that contains the workqueue control structure. */ member208 #define destroy_workqueue(wq) \ argument211 #define queue_work(wq, work) \ argument214 #define queue_delayed_work(wq, dwork, delayTime) \ argument
62 #define DECLARE_WAIT_QUEUE_HEAD(wq) \ argument
34 void* wq[2]; member
41 static QUEUE wq; variable304 QUEUE wq; in uv__work_done() local
123 …wait_queue_head_t wq; /* It is a list if poll structures of threads waiting for driver events … member
134 struct workqueue_struct *wq; /* Workqueue for TX and RX */ member
835 tcu::Vec4 wq = rq * (float)src.getDepth(); in sampleTextureProjected() local