Searched refs:ALLOC_ENTRIES (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
H A Dgeneric.c21 #define ALLOC_ENTRIES(x) ((V_RAM / x) - 1) macro
151 INTPriv(pInt)->alloc = (pointer)xnfcalloc(1, ALLOC_ENTRIES(getpagesize()));
361 int num_pages = ALLOC_ENTRIES(pagesize);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/int10/
H A Dlinux.c20 #define ALLOC_ENTRIES(x) ((V_RAM / x) - 1) macro
158 (pointer)xnfcalloc(1, ALLOC_ENTRIES(pagesize));
411 int num_pages = ALLOC_ENTRIES(pagesize);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dgeneric.c21 #define ALLOC_ENTRIES(x) ((V_RAM / x) - 1) macro
141 INTPriv(pInt)->alloc = (void *) xnfcalloc(1, ALLOC_ENTRIES(getpagesize()));
339 int num_pages = ALLOC_ENTRIES(pagesize);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/int10/
H A Dlinux.c20 #define ALLOC_ENTRIES(x) ((V_RAM / x) - 1) macro
172 (void *) xnfcalloc(1, ALLOC_ENTRIES(pagesize));
429 int num_pages = ALLOC_ENTRIES(pagesize);

Completed in 4 milliseconds