Home
last modified time | relevance | path

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

/drivers/gpu/drm/qxl/
Dqxl_object.h30 static inline int qxl_bo_reserve(struct qxl_bo *bo, bool no_wait) in qxl_bo_reserve() argument
34 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in qxl_bo_reserve()
66 bool no_wait) in qxl_bo_wait() argument
70 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in qxl_bo_wait()
82 r = ttm_bo_wait(&bo->tbo, true, no_wait); in qxl_bo_wait()
/drivers/gpu/drm/virtio/
Dvirtgpu_object.c156 int virtio_gpu_object_wait(struct virtio_gpu_object *bo, bool no_wait) in virtio_gpu_object_wait() argument
160 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in virtio_gpu_object_wait()
163 r = ttm_bo_wait(&bo->tbo, true, no_wait); in virtio_gpu_object_wait()
Dvirtgpu_drv.h363 int virtio_gpu_object_wait(struct virtio_gpu_object *bo, bool no_wait);
402 bool no_wait) in virtio_gpu_object_reserve() argument
406 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in virtio_gpu_object_reserve()
/drivers/gpu/drm/ttm/
Dttm_memory.c517 bool no_wait, bool interruptible) in ttm_mem_global_alloc_zone() argument
525 if (no_wait) in ttm_mem_global_alloc_zone()
536 bool no_wait, bool interruptible) in ttm_mem_global_alloc() argument
543 return ttm_mem_global_alloc_zone(glob, NULL, memory, no_wait, in ttm_mem_global_alloc()
550 bool no_wait, bool interruptible) in ttm_mem_global_alloc_page() argument
567 return ttm_mem_global_alloc_zone(glob, zone, PAGE_SIZE, no_wait, in ttm_mem_global_alloc_page()
Dttm_bo.c1607 bool interruptible, bool no_wait) in ttm_bo_wait() argument
1611 if (no_wait) { in ttm_bo_wait()
1631 int ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait) in ttm_bo_synccpu_write_grab() argument
1639 ret = ttm_bo_reserve(bo, true, no_wait, NULL); in ttm_bo_synccpu_write_grab()
1642 ret = ttm_bo_wait(bo, true, no_wait); in ttm_bo_synccpu_write_grab()
/drivers/gpu/drm/cirrus/
Dcirrus_drv.h244 static inline int cirrus_bo_reserve(struct cirrus_bo *bo, bool no_wait) in cirrus_bo_reserve() argument
248 ret = ttm_bo_reserve(&bo->bo, true, no_wait, NULL); in cirrus_bo_reserve()
/drivers/gpu/drm/mgag200/
Dmgag200_drv.h280 static inline int mgag200_bo_reserve(struct mgag200_bo *bo, bool no_wait) in mgag200_bo_reserve() argument
284 ret = ttm_bo_reserve(&bo->bo, true, no_wait, NULL); in mgag200_bo_reserve()
/drivers/gpu/drm/ast/
Dast_drv.h371 static inline int ast_bo_reserve(struct ast_bo *bo, bool no_wait) in ast_bo_reserve() argument
375 ret = ttm_bo_reserve(&bo->bo, true, no_wait, NULL); in ast_bo_reserve()
/drivers/gpu/drm/radeon/
Dradeon_object.c837 int radeon_bo_wait(struct radeon_bo *bo, u32 *mem_type, bool no_wait) in radeon_bo_wait() argument
841 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in radeon_bo_wait()
847 r = ttm_bo_wait(&bo->tbo, true, no_wait); in radeon_bo_wait()
Dradeon_object.h123 bool no_wait);
/drivers/gpu/drm/nouveau/
Dnouveau_gem.c862 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); in nouveau_gem_ioctl_cpu_prep() local
871 if (no_wait) in nouveau_gem_ioctl_cpu_prep()
/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c1351 int no_wait = flags & (LDLM_CANCEL_NO_WAIT | LDLM_CANCEL_LRUR_NO_WAIT); in ldlm_prepare_lru_list() local
1380 if (no_wait && ldlm_is_skipped(lock)) in ldlm_prepare_lru_list()
/drivers/md/
Ddm-bufio.c895 static void __write_dirty_buffers_async(struct dm_bufio_client *c, int no_wait, in __write_dirty_buffers_async() argument
909 if (no_wait && test_bit(B_WRITING, &b->state)) in __write_dirty_buffers_async()
/drivers/net/ethernet/intel/igb/
Digb_main.c4541 goto no_wait; in igb_watchdog_task()
4558 no_wait: in igb_watchdog_task()