Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/ttm/
Dttm_bo_driver.h430 struct list_head swap_lru[TTM_MAX_BO_PRIORITY]; member
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo.c178 &bdev->glob->swap_lru[bo->priority]); in ttm_bo_add_to_lru()
1480 INIT_LIST_HEAD(&glob->swap_lru[i]); in ttm_bo_global_init()
1680 list_for_each_entry(bo, &glob->swap_lru[i], swap) { in ttm_bo_swapout()