Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglobal.c67 __GLXclientState *__glXClients[MAXCLIENTS + 1];
/OK3568_Linux_fs/external/xserver/dix/
H A Dglobals.c82 ClientPtr clients[MAXCLIENTS];
H A Dresource.c601 static ClientResourceRec clientTable[MAXCLIENTS];
H A Ddispatch.c138 #define mskcnt ((MAXCLIENTS + 31) / 32)
/OK3568_Linux_fs/external/xserver/os/
H A Dospoll.c282 int new_size = ospoll->size ? ospoll->size * 2 : MAXCLIENTS * 2; in ospoll_add()
312 int new_size = ospoll->size ? ospoll->size * 2 : MAXCLIENTS * 2; in ospoll_add()
350 int new_size = ospoll->size ? ospoll->size * 2 : MAXCLIENTS * 2; in ospoll_add()
388 int new_size = ospoll->size ? ospoll->size * 2 : MAXCLIENTS * 2; in ospoll_add()
H A Dutils.c2181 newfd = fcntl(fd, F_DUPFD_CLOEXEC, MAXCLIENTS); in os_move_fd()
2183 newfd = fcntl(fd, F_DUPFD, MAXCLIENTS); in os_move_fd()
H A Dconnection.c170 MaxClients = MAXCLIENTS; in InitConnectionLimits()
/OK3568_Linux_fs/external/xserver/include/
H A Dmisc.h90 #define MAXCLIENTS 2048 macro
H A Ddix.h129 extern _X_EXPORT ClientPtr clients[MAXCLIENTS];
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxres.c54 int sentClientMasks[MAXCLIENTS];
/OK3568_Linux_fs/external/xserver/
H A DChangeLog32780 This patch works by using the MAXCLIENTS (raised to 512) as the maximum
56900 This uses fcntl F_GETFD to push the FD up above MAXCLIENTS.
145964 Bug #11857: Avoid running off the end of a MAXCLIENTS-sized array.