Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_bo_evict.c16 struct list_head *pinned_list, in xe_bo_apply_to_pinned() argument
26 bo = list_first_entry_or_null(pinned_list, typeof(*bo), in xe_bo_apply_to_pinned()
35 if (ret && pinned_list != new_list) { in xe_bo_apply_to_pinned()
43 list_move(&bo->pinned_link, pinned_list); in xe_bo_apply_to_pinned()