Searched refs:trash_count (Results 1 – 2 of 2) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_evict_everything.c | 142 uint64_t trash_count; in test_forking_evictions() local 144 trash_count = intel_get_total_ram_mb() * 11 / 10; in test_forking_evictions() 145 intel_require_memory(trash_count, size, CHECK_RAM | CHECK_SWAP); in test_forking_evictions() 147 forking_evictions(fd, &fault_ops, size, count, trash_count, flags); in test_forking_evictions() 157 int trash_count; in test_swapping_evictions() local 159 trash_count = intel_get_total_ram_mb() * 11 / 10; in test_swapping_evictions() 160 intel_require_memory(trash_count, size, CHECK_RAM | CHECK_SWAP); in test_swapping_evictions() 162 swapping_evictions(fd, &fault_ops, size, count, trash_count); in test_swapping_evictions()
|
D | gem_userptr_blits.c | 1483 int trash_count; in test_forking_evictions() local 1486 trash_count = intel_get_total_ram_mb() * 11 / 10; in test_forking_evictions() 1492 trash_count /= num_threads; in test_forking_evictions() 1493 if (count > trash_count) in test_forking_evictions() 1494 count = trash_count; in test_forking_evictions() 1496 forking_evictions(fd, &fault_ops, size, count, trash_count, flags); in test_forking_evictions() 1509 int trash_count; in test_swapping_evictions() local 1514 trash_count = intel_get_total_ram_mb() * 11 / 10; in test_swapping_evictions() 1516 swapping_evictions(fd, &fault_ops, size, count, trash_count); in test_swapping_evictions()
|