Searched refs:ttm_bo_reserve (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_bo_vm.c124 ret = ttm_bo_reserve(bo, false, false, false, 0);
452 ret = ttm_bo_reserve(bo, true, no_wait, false, 0);
521 ret = ttm_bo_reserve(bo, true, no_wait, false, 0);
H A Dttm_bo_driver.h777 * ttm_bo_reserve:
821 extern int ttm_bo_reserve(struct ttm_buffer_object *bo,
831 * This is called after ttm_bo_reserve returns -EAGAIN and we backed off
849 * This is called after ttm_bo_reserve returns -EAGAIN and we backed off
866 * Otherwise identical to ttm_bo_reserve.
H A Dttm_bo.c250 * hit -EAGAIN in ttm_bo_reserve when they see old value of
279 int ttm_bo_reserve(struct ttm_buffer_object *bo, function
1780 * Using ttm_bo_reserve makes sure the lru lists are updated.
1783 ret = ttm_bo_reserve(bo, true, no_wait, false, 0);

Completed in 129 milliseconds