Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/
H A Dqxl_object.h62 bool no_wait) in qxl_bo_wait() argument
66 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in qxl_bo_wait()
79 r = ttm_bo_wait(&bo->tbo, true, no_wait); in qxl_bo_wait()
/OK3568_Linux_fs/kernel/include/drm/ttm/
H A Dttm_bo_driver.h487 bool interruptible, bool no_wait, in ttm_bo_reserve() argument
492 if (no_wait) { in ttm_bo_reserve()
H A Dttm_bo_api.h262 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A 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()
H A Dradeon_object.h137 bool no_wait);
/OK3568_Linux_fs/kernel/fs/
H A Duserfaultfd.c999 static ssize_t userfaultfd_ctx_read(struct userfaultfd_ctx *ctx, int no_wait, in userfaultfd_ctx_read() argument
1098 if (no_wait) { in userfaultfd_ctx_read()
1170 int no_wait = file->f_flags & O_NONBLOCK; in userfaultfd_read() local
1179 _ret = userfaultfd_ctx_read(ctx, no_wait, &msg, inode); in userfaultfd_read()
1191 no_wait = O_NONBLOCK; in userfaultfd_read()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c905 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); in nouveau_gem_ioctl_cpu_prep() local
916 no_wait ? 0 : 30 * HZ); in nouveau_gem_ioctl_cpu_prep()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_bo.c1483 bool interruptible, bool no_wait) in ttm_bo_wait() argument
1487 if (no_wait) { in ttm_bo_wait()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-bufio.c947 static void __write_dirty_buffers_async(struct dm_bufio_client *c, int no_wait, in __write_dirty_buffers_async() argument
961 if (no_wait && test_bit(B_WRITING, &b->state)) in __write_dirty_buffers_async()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_main.c4279 goto no_wait; in igc_watchdog_task()
4296 no_wait: in igc_watchdog_task()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A Digb_main.c5514 goto no_wait; in igb_watchdog_task()
5531 no_wait: in igb_watchdog_task()