Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxf86bigfont.c145 static ShmDescPtr ShmList = (ShmDescPtr) NULL; variable
195 if (ShmList) in shmalloc()
196 ShmList->prev = &pDesc->next; in shmalloc()
197 pDesc->next = ShmList; in shmalloc()
198 pDesc->prev = &ShmList; in shmalloc()
199 ShmList = pDesc; in shmalloc()
230 if (!ShmList) in XF86BigfontFreeFontShm()
244 while (ShmList) in XF86BigfontCleanup()
245 shmdealloc(ShmList); in XF86BigfontCleanup()