Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/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())); in xf86ExtendedInitInt10()
339 int num_pages = ALLOC_ENTRIES(pagesize); in xf86Int10AllocPages()
/OK3568_Linux_fs/external/xserver/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)); in xf86ExtendedInitInt10()
429 int num_pages = ALLOC_ENTRIES(pagesize); in xf86Int10AllocPages()