Home
last modified time | relevance | path

Searched refs:max_pages (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/os/
Dos_misc.c159 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()
/external/v8/src/heap/
Dsweeper.cc390 int required_freed_bytes, int max_pages) { in ParallelSweepSpace() argument
401 if ((max_pages > 0) && (pages_freed >= max_pages)) return max_freed; in ParallelSweepSpace()
Dsweeper.h98 int max_pages = 0);
Dspaces.h2470 const bool reached_max_pages = (pages_used_ + 1) == max_pages(); in AdvancePage()
2544 inline int max_pages() { in max_pages() function
/external/v8/tools/
Dll_prof.py264 def Add(self, code, max_pages=-1): argument
269 if max_pages >= 0 and pages > max_pages:
272 max_pages, code.name, code.origin)
/external/kernel-headers/original/uapi/linux/
Dfuse.h626 uint16_t max_pages; member