Searched refs:xe_shrinker_mod_pages (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_shrinker.c | 49 xe_shrinker_mod_pages(struct xe_shrinker *shrinker, long shrinkable, long purgeable) in xe_shrinker_mod_pages() function
|
| H A D | xe_bo.c | 444 xe_shrinker_mod_pages(xe->mem.shrinker, 0, tt->num_pages); in xe_ttm_tt_account_add() 446 xe_shrinker_mod_pages(xe->mem.shrinker, tt->num_pages, 0); in xe_ttm_tt_account_add() 454 xe_shrinker_mod_pages(xe->mem.shrinker, 0, -(long)tt->num_pages); in xe_ttm_tt_account_subtract() 456 xe_shrinker_mod_pages(xe->mem.shrinker, -(long)tt->num_pages, 0); in xe_ttm_tt_account_subtract() 869 xe_shrinker_mod_pages(xe->mem.shrinker, -tt_pages, tt_pages); in xe_bo_set_purgeable_shrinker() 873 xe_shrinker_mod_pages(xe->mem.shrinker, tt_pages, -tt_pages); in xe_bo_set_purgeable_shrinker()
|