/Linux-v4.19/drivers/gpu/drm/qxl/ |
D | qxl_object.h | 30 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()
|
/Linux-v4.19/include/drm/ttm/ |
D | ttm_bo_driver.h | 624 bool interruptible, bool no_wait, in __ttm_bo_reserve() argument 629 if (no_wait) { in __ttm_bo_reserve() 692 bool interruptible, bool no_wait, in ttm_bo_reserve() argument 699 ret = __ttm_bo_reserve(bo, interruptible, no_wait, ticket); in ttm_bo_reserve()
|
D | ttm_bo_api.h | 327 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait); 456 int ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait);
|
/Linux-v4.19/drivers/gpu/drm/virtio/ |
D | virtgpu_object.c | 160 int virtio_gpu_object_wait(struct virtio_gpu_object *bo, bool no_wait) in virtio_gpu_object_wait() argument 164 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in virtio_gpu_object_wait() 167 r = ttm_bo_wait(&bo->tbo, true, no_wait); in virtio_gpu_object_wait()
|
D | virtgpu_drv.h | 358 int virtio_gpu_object_wait(struct virtio_gpu_object *bo, bool no_wait); 397 bool no_wait) in virtio_gpu_object_reserve() argument 401 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in virtio_gpu_object_reserve()
|
/Linux-v4.19/drivers/gpu/drm/cirrus/ |
D | cirrus_drv.h | 231 static inline int cirrus_bo_reserve(struct cirrus_bo *bo, bool no_wait) in cirrus_bo_reserve() argument 235 ret = ttm_bo_reserve(&bo->bo, true, no_wait, NULL); in cirrus_bo_reserve()
|
/Linux-v4.19/drivers/staging/vboxvideo/ |
D | vbox_drv.h | 244 static inline int vbox_bo_reserve(struct vbox_bo *bo, bool no_wait) in vbox_bo_reserve() argument 248 ret = ttm_bo_reserve(&bo->bo, true, no_wait, NULL); in vbox_bo_reserve()
|
/Linux-v4.19/drivers/gpu/drm/mgag200/ |
D | mgag200_drv.h | 277 static inline int mgag200_bo_reserve(struct mgag200_bo *bo, bool no_wait) in mgag200_bo_reserve() argument 281 ret = ttm_bo_reserve(&bo->bo, true, no_wait, NULL); in mgag200_bo_reserve()
|
/Linux-v4.19/drivers/gpu/drm/ast/ |
D | ast_drv.h | 373 static inline int ast_bo_reserve(struct ast_bo *bo, bool no_wait) in ast_bo_reserve() argument 377 ret = ttm_bo_reserve(&bo->bo, true, no_wait, NULL); in ast_bo_reserve()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_object.h | 123 bool no_wait);
|
D | radeon_object.c | 844 int radeon_bo_wait(struct radeon_bo *bo, u32 *mem_type, bool no_wait) in radeon_bo_wait() argument 848 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in radeon_bo_wait() 854 r = ttm_bo_wait(&bo->tbo, true, no_wait); in radeon_bo_wait()
|
/Linux-v4.19/fs/ |
D | userfaultfd.c | 1012 static ssize_t userfaultfd_ctx_read(struct userfaultfd_ctx *ctx, int no_wait, in userfaultfd_ctx_read() argument 1111 if (no_wait) { in userfaultfd_ctx_read() 1183 int no_wait = file->f_flags & O_NONBLOCK; in userfaultfd_read() local 1191 _ret = userfaultfd_ctx_read(ctx, no_wait, &msg); in userfaultfd_read() 1203 no_wait = O_NONBLOCK; in userfaultfd_read()
|
/Linux-v4.19/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 1618 bool interruptible, bool no_wait) in ttm_bo_wait() argument 1622 if (no_wait) { in ttm_bo_wait() 1642 int ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait) in ttm_bo_synccpu_write_grab() argument 1650 ret = ttm_bo_reserve(bo, true, no_wait, NULL); in ttm_bo_synccpu_write_grab() 1653 ret = ttm_bo_wait(bo, true, no_wait); in ttm_bo_synccpu_write_grab()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_gem.c | 877 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); in nouveau_gem_ioctl_cpu_prep() local 888 no_wait ? 0 : 30 * HZ); in nouveau_gem_ioctl_cpu_prep()
|
/Linux-v4.19/drivers/md/ |
D | dm-bufio.c | 891 static void __write_dirty_buffers_async(struct dm_bufio_client *c, int no_wait, in __write_dirty_buffers_async() argument 905 if (no_wait && test_bit(B_WRITING, &b->state)) in __write_dirty_buffers_async()
|
/Linux-v4.19/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 5335 goto no_wait; in igb_watchdog_task() 5352 no_wait: in igb_watchdog_task()
|