Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_driver.h430 struct list_head swap_lru[TTM_MAX_BO_PRIORITY]; member
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo.c185 &bdev->glob->swap_lru[bo->priority]); in ttm_bo_add_to_lru()
1487 INIT_LIST_HEAD(&glob->swap_lru[i]); in ttm_bo_global_init()
1703 list_for_each_entry(bo, &glob->swap_lru[i], swap) { in ttm_bo_swapout()