Searched refs:no_wait (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/include/drm/ttm/ |
D | ttm_bo_driver.h | 106 bool interruptible, bool no_wait, in ttm_bo_reserve() argument 111 if (no_wait) { in ttm_bo_reserve()
|
D | ttm_bo_api.h | 254 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);
|
/Linux-v6.1/fs/fscache/ |
D | volume.c | 295 goto no_wait; /* We raced */ in fscache_create_volume() 298 goto no_wait; in fscache_create_volume() 311 no_wait: in fscache_create_volume()
|
/Linux-v6.1/fs/ |
D | userfaultfd.c | 1007 static ssize_t userfaultfd_ctx_read(struct userfaultfd_ctx *ctx, int no_wait, in userfaultfd_ctx_read() argument 1106 if (no_wait) { in userfaultfd_ctx_read() 1178 int no_wait = file->f_flags & O_NONBLOCK; in userfaultfd_read() local 1187 _ret = userfaultfd_ctx_read(ctx, no_wait, &msg, inode); in userfaultfd_read() 1199 no_wait = O_NONBLOCK; in userfaultfd_read()
|
/Linux-v6.1/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 1092 bool interruptible, bool no_wait) in ttm_bo_wait() argument 1096 if (no_wait) { in ttm_bo_wait()
|
/Linux-v6.1/drivers/gpu/drm/nouveau/ |
D | nouveau_gem.c | 955 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); in nouveau_gem_ioctl_cpu_prep() local 967 no_wait ? 0 : 30 * HZ); in nouveau_gem_ioctl_cpu_prep()
|
/Linux-v6.1/drivers/md/ |
D | dm-bufio.c | 967 static void __write_dirty_buffers_async(struct dm_bufio_client *c, int no_wait, in __write_dirty_buffers_async() argument 981 if (no_wait && test_bit(B_WRITING, &b->state)) in __write_dirty_buffers_async()
|
/Linux-v6.1/drivers/net/ethernet/intel/igc/ |
D | igc_main.c | 5385 goto no_wait; in igc_watchdog_task() 5402 no_wait: in igc_watchdog_task()
|
/Linux-v6.1/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 5519 goto no_wait; in igb_watchdog_task() 5536 no_wait: in igb_watchdog_task()
|