Searched refs:swap_notify (Results 1 – 3 of 3) sorted by relevance
162 void (*swap_notify)(struct ttm_buffer_object *bo); member
1154 if (bo->bdev->funcs->swap_notify) in ttm_bo_swapout_cb()1155 bo->bdev->funcs->swap_notify(bo); in ttm_bo_swapout_cb()
785 .swap_notify = i915_ttm_swap_notify,