Searched refs:xe_shrinker_mod_pages (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_shrinker.h | 12 void xe_shrinker_mod_pages(struct xe_shrinker *shrinker, long shrinkable, long purgeable);
|
| H A D | xe_shrinker.c | 48 xe_shrinker_mod_pages(struct xe_shrinker *shrinker, long shrinkable, long purgeable) in xe_shrinker_mod_pages() function
|
| H A D | xe_bo.c | 392 xe_shrinker_mod_pages(xe_tt->xe->mem.shrinker, 0, tt->num_pages); in xe_ttm_tt_account_add() 394 xe_shrinker_mod_pages(xe_tt->xe->mem.shrinker, tt->num_pages, 0); in xe_ttm_tt_account_add() 402 xe_shrinker_mod_pages(xe_tt->xe->mem.shrinker, 0, -(long)tt->num_pages); in xe_ttm_tt_account_subtract() 404 xe_shrinker_mod_pages(xe_tt->xe->mem.shrinker, -(long)tt->num_pages, 0); in xe_ttm_tt_account_subtract()
|