Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_driver.h347 void (*swap_notify)(struct ttm_buffer_object *bo); member
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo.c1763 if (bo->bdev->driver->swap_notify) in ttm_bo_swapout()
1764 bo->bdev->driver->swap_notify(bo); in ttm_bo_swapout()