Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Ddixutils.c508 static WorkQueuePtr *workQueueLast = &workQueue; variable
520 workQueueLast = p; in ClearWorkQueue()
545 workQueueLast = p; in ProcessWorkQueue()
565 workQueueLast = p; in ProcessWorkQueueZombies()
581 *workQueueLast = q; in QueueWorkProc()
582 workQueueLast = &q->next; in QueueWorkProc()