Home
last modified time | relevance | path

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

/Linux-v5.4/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()
67 bool no_wait) in qxl_bo_wait() argument
71 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in qxl_bo_wait()
84 r = ttm_bo_wait(&bo->tbo, true, no_wait); in qxl_bo_wait()
/Linux-v5.4/include/drm/ttm/
Dttm_bo_driver.h657 bool interruptible, bool no_wait, in __ttm_bo_reserve() argument
662 if (no_wait) { in __ttm_bo_reserve()
725 bool interruptible, bool no_wait, in ttm_bo_reserve() argument
732 ret = __ttm_bo_reserve(bo, interruptible, no_wait, ticket); in ttm_bo_reserve()
Dttm_bo_api.h328 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);
/Linux-v5.4/drivers/gpu/drm/virtio/
Dvirtgpu_object.c242 int virtio_gpu_object_wait(struct virtio_gpu_object *bo, bool no_wait) in virtio_gpu_object_wait() argument
246 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in virtio_gpu_object_wait()
249 r = ttm_bo_wait(&bo->tbo, true, no_wait); in virtio_gpu_object_wait()
Dvirtgpu_drv.h367 int virtio_gpu_object_wait(struct virtio_gpu_object *bo, bool no_wait);
403 bool no_wait) in virtio_gpu_object_reserve() argument
407 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in virtio_gpu_object_reserve()
/Linux-v5.4/drivers/gpu/drm/cirrus/
Dcirrus_drv.h224 static inline int cirrus_bo_reserve(struct cirrus_bo *bo, bool no_wait) in cirrus_bo_reserve() argument
228 ret = ttm_bo_reserve(&bo->bo, true, no_wait, NULL); in cirrus_bo_reserve()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_object.h123 bool no_wait);
Dradeon_object.c847 int radeon_bo_wait(struct radeon_bo *bo, u32 *mem_type, bool no_wait) in radeon_bo_wait() argument
851 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in radeon_bo_wait()
857 r = ttm_bo_wait(&bo->tbo, true, no_wait); in radeon_bo_wait()
/Linux-v5.4/fs/
Duserfaultfd.c1035 static ssize_t userfaultfd_ctx_read(struct userfaultfd_ctx *ctx, int no_wait, in userfaultfd_ctx_read() argument
1134 if (no_wait) { in userfaultfd_ctx_read()
1206 int no_wait = file->f_flags & O_NONBLOCK; in userfaultfd_read() local
1214 _ret = userfaultfd_ctx_read(ctx, no_wait, &msg); in userfaultfd_read()
1226 no_wait = O_NONBLOCK; in userfaultfd_read()
/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_bo.c1806 bool interruptible, bool no_wait) in ttm_bo_wait() argument
1810 if (no_wait) { in ttm_bo_wait()
1830 int ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait) in ttm_bo_synccpu_write_grab() argument
1838 ret = ttm_bo_reserve(bo, true, no_wait, NULL); in ttm_bo_synccpu_write_grab()
1841 ret = ttm_bo_wait(bo, true, no_wait); in ttm_bo_synccpu_write_grab()
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_gem.c882 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); in nouveau_gem_ioctl_cpu_prep() local
893 no_wait ? 0 : 30 * HZ); in nouveau_gem_ioctl_cpu_prep()
/Linux-v5.4/drivers/md/
Ddm-bufio.c912 static void __write_dirty_buffers_async(struct dm_bufio_client *c, int no_wait, in __write_dirty_buffers_async() argument
926 if (no_wait && test_bit(B_WRITING, &b->state)) in __write_dirty_buffers_async()
/Linux-v5.4/drivers/net/ethernet/intel/igc/
Digc_main.c2968 goto no_wait; in igc_watchdog_task()
2985 no_wait: in igc_watchdog_task()
/Linux-v5.4/drivers/net/ethernet/intel/igb/
Digb_main.c5311 goto no_wait; in igb_watchdog_task()
5328 no_wait: in igb_watchdog_task()