Lines Matching full:ram
60 * The total amount of system RAM available in MB.
81 #error "Unknown how to get RAM size for this OS" in intel_get_total_ram_mb()
104 * The amount of unused system RAM available in MB.
152 #error "Unknown how to get available RAM for this OS" in intel_get_avail_ram_mb()
242 * least 3/4 of available RAM in intel_get_total_pinnable_mem()
318 mode & (CHECK_RAM | CHECK_SWAP) ? "RAM" : "", in __intel_check_memory()
344 * @mode: a bit field declaring whether the test will be run in RAM or in SWAP
349 * RAM and/or SWAP depending upon @mode) and determines whether there is
352 * Most tests should check that there is enough RAM to hold their working set.
353 * The rare swap thrashing tests should check that there is enough RAM + SWAP
355 * there is not enough RAM + SWAP!
357 * If there is not enough RAM this function calls igt_skip with an appropriate
398 mode & (CHECK_RAM | CHECK_SWAP) ? "RAM" : "", in intel_require_memory()
447 igt_info("Total RAM: %"PRIu64" Mb\n", intel_get_total_ram_mb()); in main()