Searched refs:max_pages (Results 1 – 6 of 6) sorted by relevance
159 if (ret != B_OK || info.max_pages <= 0) in os_get_total_physical_memory()162 *size = (uint64_t)info.max_pages * (uint64_t)B_PAGE_SIZE; in os_get_total_physical_memory()
390 int required_freed_bytes, int max_pages) { in ParallelSweepSpace() argument401 if ((max_pages > 0) && (pages_freed >= max_pages)) return max_freed; in ParallelSweepSpace()
98 int max_pages = 0);
2470 const bool reached_max_pages = (pages_used_ + 1) == max_pages(); in AdvancePage()2544 inline int max_pages() { in max_pages() function
264 def Add(self, code, max_pages=-1): argument269 if max_pages >= 0 and pages > max_pages:272 max_pages, code.name, code.origin)
626 uint16_t max_pages; member