no_wait 224 drivers/gpu/drm/cirrus/cirrus_drv.h static inline int cirrus_bo_reserve(struct cirrus_bo *bo, bool no_wait) no_wait 228 drivers/gpu/drm/cirrus/cirrus_drv.h ret = ttm_bo_reserve(&bo->bo, true, no_wait, NULL); no_wait 882 drivers/gpu/drm/nouveau/nouveau_gem.c bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); no_wait 893 drivers/gpu/drm/nouveau/nouveau_gem.c no_wait ? 0 : 30 * HZ); no_wait 30 drivers/gpu/drm/qxl/qxl_object.h static inline int qxl_bo_reserve(struct qxl_bo *bo, bool no_wait) no_wait 34 drivers/gpu/drm/qxl/qxl_object.h r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); no_wait 67 drivers/gpu/drm/qxl/qxl_object.h bool no_wait) no_wait 71 drivers/gpu/drm/qxl/qxl_object.h r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); no_wait 84 drivers/gpu/drm/qxl/qxl_object.h r = ttm_bo_wait(&bo->tbo, true, no_wait); no_wait 847 drivers/gpu/drm/radeon/radeon_object.c int radeon_bo_wait(struct radeon_bo *bo, u32 *mem_type, bool no_wait) no_wait 851 drivers/gpu/drm/radeon/radeon_object.c r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); no_wait 857 drivers/gpu/drm/radeon/radeon_object.c r = ttm_bo_wait(&bo->tbo, true, no_wait); no_wait 123 drivers/gpu/drm/radeon/radeon_object.h bool no_wait); no_wait 1816 drivers/gpu/drm/ttm/ttm_bo.c bool interruptible, bool no_wait) no_wait 1820 drivers/gpu/drm/ttm/ttm_bo.c if (no_wait) { no_wait 1840 drivers/gpu/drm/ttm/ttm_bo.c int ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait) no_wait 1848 drivers/gpu/drm/ttm/ttm_bo.c ret = ttm_bo_reserve(bo, true, no_wait, NULL); no_wait 1851 drivers/gpu/drm/ttm/ttm_bo.c ret = ttm_bo_wait(bo, true, no_wait); no_wait 367 drivers/gpu/drm/virtio/virtgpu_drv.h int virtio_gpu_object_wait(struct virtio_gpu_object *bo, bool no_wait); no_wait 403 drivers/gpu/drm/virtio/virtgpu_drv.h bool no_wait) no_wait 407 drivers/gpu/drm/virtio/virtgpu_drv.h r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); no_wait 248 drivers/gpu/drm/virtio/virtgpu_object.c int virtio_gpu_object_wait(struct virtio_gpu_object *bo, bool no_wait) no_wait 252 drivers/gpu/drm/virtio/virtgpu_object.c r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); no_wait 255 drivers/gpu/drm/virtio/virtgpu_object.c r = ttm_bo_wait(&bo->tbo, true, no_wait); no_wait 912 drivers/md/dm-bufio.c static void __write_dirty_buffers_async(struct dm_bufio_client *c, int no_wait, no_wait 926 drivers/md/dm-bufio.c if (no_wait && test_bit(B_WRITING, &b->state)) no_wait 5311 drivers/net/ethernet/intel/igb/igb_main.c goto no_wait; no_wait 5328 drivers/net/ethernet/intel/igb/igb_main.c no_wait: no_wait 2968 drivers/net/ethernet/intel/igc/igc_main.c goto no_wait; no_wait 2985 drivers/net/ethernet/intel/igc/igc_main.c no_wait: no_wait 1035 fs/userfaultfd.c static ssize_t userfaultfd_ctx_read(struct userfaultfd_ctx *ctx, int no_wait, no_wait 1134 fs/userfaultfd.c if (no_wait) { no_wait 1206 fs/userfaultfd.c int no_wait = file->f_flags & O_NONBLOCK; no_wait 1214 fs/userfaultfd.c _ret = userfaultfd_ctx_read(ctx, no_wait, &msg); no_wait 1226 fs/userfaultfd.c no_wait = O_NONBLOCK; no_wait 328 include/drm/ttm/ttm_bo_api.h int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait); no_wait 458 include/drm/ttm/ttm_bo_api.h int ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait); no_wait 657 include/drm/ttm/ttm_bo_driver.h bool interruptible, bool no_wait, no_wait 662 include/drm/ttm/ttm_bo_driver.h if (no_wait) { no_wait 725 include/drm/ttm/ttm_bo_driver.h bool interruptible, bool no_wait, no_wait 732 include/drm/ttm/ttm_bo_driver.h ret = __ttm_bo_reserve(bo, interruptible, no_wait, ticket);