Home
last modified time | relevance | path

Searched refs:oos_page_free_list_head (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dgtt.h90 struct list_head oos_page_free_list_head; member
H A Dgtt.c1502 list_move_tail(&oos_page->list, &gvt->gtt.oos_page_free_list_head); in detach_oos_page()
1554 if (list_empty(&gtt->oos_page_free_list_head)) { in ppgtt_allocate_oos_page()
1564 oos_page = container_of(gtt->oos_page_free_list_head.next, in ppgtt_allocate_oos_page()
2599 list_for_each_safe(pos, n, &gtt->oos_page_free_list_head) { in clean_spt_oos()
2614 INIT_LIST_HEAD(&gtt->oos_page_free_list_head); in setup_spt_oos()
2633 list_add_tail(&oos_page->list, &gtt->oos_page_free_list_head); in setup_spt_oos()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Dgtt.h99 struct list_head oos_page_free_list_head; member
H A Dgtt.c1457 list_move_tail(&oos_page->list, &gvt->gtt.oos_page_free_list_head); in detach_oos_page()
1509 if (list_empty(&gtt->oos_page_free_list_head)) { in ppgtt_allocate_oos_page()
1519 oos_page = container_of(gtt->oos_page_free_list_head.next, in ppgtt_allocate_oos_page()
2546 list_for_each_safe(pos, n, &gtt->oos_page_free_list_head) { in clean_spt_oos()
2561 INIT_LIST_HEAD(&gtt->oos_page_free_list_head); in setup_spt_oos()
2580 list_add_tail(&oos_page->list, &gtt->oos_page_free_list_head); in setup_spt_oos()

Completed in 9 milliseconds