Home
last modified time | relevance | path

Searched refs:QueueWork (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_workqueue.c268 STATIC VOID QueueWork(cpu_workqueue_struct *cwq, struct work_struct *work, UINT32 *intSave) in QueueWork() function
288 QueueWork(wq->cpu_wq, work, intSave); in QueueWorkOn()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp237 void QueueWork(SWR_CONTEXT* pContext) in QueueWork() function
306 QueueWork<true>(pContext); in QueueDraw()
311 QueueWork<false>(pContext); in QueueDispatch()