Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_bo.c450 u64 ram, ram_and_swap, purgeable = 0, alloced, to_alloc, limit; in shrink_test_run_device() local
476 ram_and_swap = ram + get_nr_swap_pages() * PAGE_SIZE; in shrink_test_run_device()
477 if (to_alloc > ram_and_swap) in shrink_test_run_device()
478 purgeable = to_alloc - ram_and_swap; in shrink_test_run_device()