Searched refs:MaxClients (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xfs/dist/os/ |
| H A D | access.c | 61 long MaxClients = DEFAULT_CLIENT_LIMIT; variable in typeref:typename:long 77 MaxClients = newlim;
|
| H A D | waitfor.c | 206 if (nready >= MaxClients) {
|
| /xsrc/external/mit/xfs/dist/include/ |
| H A D | globals.h | 62 extern long MaxClients;
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | opaque.h | 38 extern _X_EXPORT int MaxClients;
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | connection.c | 142 int MaxClients = 0; variable in typeref:typename:int 273 /* Set MaxClients and lastfdesc, and allocate ConnectionTranslation */ 311 MaxClients = lastfdesc; 314 ErrorF("InitConnectionLimits: MaxClients = %d\n", MaxClients); 383 for (i=0; i<MaxClients; i++) ConnectionTranslation[i] = 0; 732 XFD_SETCOUNT(&AllClients) >= MaxClients
|
| H A D | WaitFor.c | 229 i = Select (MaxClients, &LastSelectMask, &clientsWritable, NULL, wt); 233 i = Select (MaxClients, &LastSelectMask, NULL, NULL, wt);
|
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | dispatch.c | 108 clientReady = (int *) ALLOCATE_LOCAL(sizeof(int) * MaxClients); 1117 if (i == MaxClients) 1143 if (nextFreeClientID == MaxClients) {
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | dispatch.c | 354 clientReady = malloc(sizeof(int) * MaxClients);
|
Completed in 18 milliseconds