Home | History | Annotate | Download | only in fmq

Lines Matching refs:PAGE_SIZE

663             (Descriptor::alignToWordBoundary(kQueueSizeBytes) + kMetaDataSize + PAGE_SIZE - 1) &
664 ~(PAGE_SIZE - 1);
1178 * Offset for mmap must be a multiple of PAGE_SIZE.
1180 int mapOffset = (grantors[grantorIdx].offset / PAGE_SIZE) * PAGE_SIZE;
1200 int mapOffset = (grantors[grantorIdx].offset / PAGE_SIZE) * PAGE_SIZE;