Searched refs:no_wait (Results 1 – 8 of 8) sorted by relevance
/linux/include/drm/ttm/ |
A D | ttm_bo_driver.h | 133 bool interruptible, bool no_wait, in ttm_bo_reserve() argument 138 if (no_wait) { in ttm_bo_reserve()
|
A D | ttm_bo_api.h | 260 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);
|
/linux/fs/ |
A D | userfaultfd.c | 994 static ssize_t userfaultfd_ctx_read(struct userfaultfd_ctx *ctx, int no_wait, in userfaultfd_ctx_read() argument 1093 if (no_wait) { in userfaultfd_ctx_read() 1165 int no_wait = file->f_flags & O_NONBLOCK; in userfaultfd_read() local 1174 _ret = userfaultfd_ctx_read(ctx, no_wait, &msg, inode); in userfaultfd_read() 1186 no_wait = O_NONBLOCK; in userfaultfd_read()
|
/linux/drivers/gpu/drm/ttm/ |
A D | ttm_bo.c | 1068 bool interruptible, bool no_wait) in ttm_bo_wait() argument 1072 if (no_wait) { in ttm_bo_wait()
|
/linux/drivers/gpu/drm/nouveau/ |
A D | nouveau_gem.c | 955 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); in nouveau_gem_ioctl_cpu_prep() local 966 no_wait ? 0 : 30 * HZ); in nouveau_gem_ioctl_cpu_prep()
|
/linux/drivers/md/ |
A 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()
|
/linux/drivers/net/ethernet/intel/igc/ |
A D | igc_main.c | 5331 goto no_wait; in igc_watchdog_task() 5348 no_wait: in igc_watchdog_task()
|
/linux/drivers/net/ethernet/intel/igb/ |
A D | igb_main.c | 5509 goto no_wait; in igb_watchdog_task() 5526 no_wait: in igb_watchdog_task()
|
Completed in 56 milliseconds