Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_shrinker.h12 void xe_shrinker_mod_pages(struct xe_shrinker *shrinker, long shrinkable, long purgeable);
H A Dxe_shrinker.c48 xe_shrinker_mod_pages(struct xe_shrinker *shrinker, long shrinkable, long purgeable) in xe_shrinker_mod_pages() function
H A Dxe_bo.c392 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()