Home
last modified time | relevance | path

Searched refs:no_wait (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_driver.h623 bool interruptible, bool no_wait, in __ttm_bo_reserve() argument
628 if (no_wait) { in __ttm_bo_reserve()
691 bool interruptible, bool no_wait, in ttm_bo_reserve() argument
698 ret = __ttm_bo_reserve(bo, interruptible, no_wait, ticket); in ttm_bo_reserve()
H A Dttm_bo_api.h329 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);
458 int ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait);
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_object.h123 bool no_wait);
H A Dradeon_object.c845 int radeon_bo_wait(struct radeon_bo *bo, u32 *mem_type, bool no_wait) in radeon_bo_wait() argument
849 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in radeon_bo_wait()
855 r = ttm_bo_wait(&bo->tbo, true, no_wait); in radeon_bo_wait()
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo.c1641 bool interruptible, bool no_wait) in ttm_bo_wait() argument
1645 if (no_wait) { in ttm_bo_wait()
1665 int ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait) in ttm_bo_synccpu_write_grab() argument
1673 ret = ttm_bo_reserve(bo, true, no_wait, NULL); in ttm_bo_synccpu_write_grab()
1676 ret = ttm_bo_wait(bo, true, no_wait); in ttm_bo_synccpu_write_grab()
/dragonfly/sys/dev/disk/isp/
H A Dispmbox.h1635 no_wait : 1, member