Searched refs:contiguous (Results 1 – 5 of 5) sorted by relevance
727 bool contiguous) in IOKernelAllocateWithPhysicalRestrict() argument749 contiguous = (contiguous && (adjustedSize > page_size)) in IOKernelAllocateWithPhysicalRestrict()752 if (contiguous || maxPhys) { in IOKernelAllocateWithPhysicalRestrict()761 contiguous = (contiguous && (adjustedSize > page_size)) in IOKernelAllocateWithPhysicalRestrict()764 if (!contiguous) { in IOKernelAllocateWithPhysicalRestrict()777 if (contiguous || maxPhys) { in IOKernelAllocateWithPhysicalRestrict()
72 bool contiguous);
72 from header to trailer was in contiguous memory, but that is no longer true,73 and a Mach message in the kernel can be split in 3 separate non contiguous
36 In case you're planning on accessing large contiguous blocks of memory (e.g. reading a whole 10KB o…37 or you're accessing small semi-contiguous chunks (e.g. if you're parsing large structured data), th…71 For small semi-contiguous chunks, you can map the whole region and access random chunks from it lik…
19 …o these new freezer segments. The goal is to create a single virtually contiguous range of memory …21 Once we have finished creating this contiguous compressor VA range, we put those segments on the sw…