Searched refs:no_wait (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/ |
D | qxl_object.h | 62 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()
|
/kernel/linux/linux-5.10/include/drm/ttm/ |
D | ttm_bo_driver.h | 487 bool interruptible, bool no_wait, in ttm_bo_reserve() argument 492 if (no_wait) { in ttm_bo_reserve()
|
D | ttm_bo_api.h | 262 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | radeon_object.h | 137 bool no_wait);
|
D | radeon_object.c | 847 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()
|
/kernel/linux/linux-5.10/fs/ |
D | userfaultfd.c | 987 static ssize_t userfaultfd_ctx_read(struct userfaultfd_ctx *ctx, int no_wait, in userfaultfd_ctx_read() argument 1086 if (no_wait) { in userfaultfd_ctx_read() 1158 int no_wait = file->f_flags & O_NONBLOCK; in userfaultfd_read() local 1166 _ret = userfaultfd_ctx_read(ctx, no_wait, &msg); in userfaultfd_read() 1178 no_wait = O_NONBLOCK; in userfaultfd_read()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
D | nouveau_gem.c | 905 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 1483 bool interruptible, bool no_wait) in ttm_bo_wait() argument 1487 if (no_wait) { in ttm_bo_wait()
|
/kernel/linux/linux-5.10/drivers/md/ |
D | dm-bufio.c | 947 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/ |
D | igc_main.c | 4385 goto no_wait; in igc_watchdog_task() 4402 no_wait: in igc_watchdog_task()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 5518 goto no_wait; in igb_watchdog_task() 5535 no_wait: in igb_watchdog_task()
|