Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dio.c107 static ConnectionOutputPtr FreeOutputs = (ConnectionOutputPtr) NULL; variable
740 if ((oco = FreeOutputs)) { in WriteToClient()
741 FreeOutputs = oco->next; in WriteToClient()
968 oco->next = FreeOutputs; in FlushClient()
969 FreeOutputs = oco; in FlushClient()
1037 if (FreeOutputs) { in FreeOsBuffers()
1042 FreeOutputs = oco; in FreeOsBuffers()
1060 while ((oco = FreeOutputs)) { in ResetOsBuffers()
1061 FreeOutputs = oco->next; in ResetOsBuffers()