Searched refs:no_wait (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | ttm_object.h | 313 bool no_wait) in ttm_bo_wait() argument 315 struct ttm_operation_ctx ctx = { intr, no_wait }; in ttm_bo_wait()
|
/linux-6.3-rc2/include/drm/ttm/ |
A D | ttm_bo.h | 239 bool interruptible, bool no_wait, in ttm_bo_reserve() argument 244 if (no_wait) { in ttm_bo_reserve()
|
/linux-6.3-rc2/fs/fscache/ |
A 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-6.3-rc2/fs/ |
A D | userfaultfd.c | 1032 static ssize_t userfaultfd_ctx_read(struct userfaultfd_ctx *ctx, int no_wait, in userfaultfd_ctx_read() argument 1131 if (no_wait) { in userfaultfd_ctx_read() 1203 int no_wait = file->f_flags & O_NONBLOCK; in userfaultfd_read() local 1212 _ret = userfaultfd_ctx_read(ctx, no_wait, &msg, inode); in userfaultfd_read() 1224 no_wait = O_NONBLOCK; in userfaultfd_read()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nouveau_gem.c | 959 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); in nouveau_gem_ioctl_cpu_prep() local 971 no_wait ? 0 : 30 * HZ); in nouveau_gem_ioctl_cpu_prep()
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-bufio.c | 977 static void __write_dirty_buffers_async(struct dm_bufio_client *c, int no_wait, in __write_dirty_buffers_async() argument 991 if (no_wait && test_bit(B_WRITING, &b->state)) in __write_dirty_buffers_async()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/ |
A D | igc_main.c | 5530 goto no_wait; in igc_watchdog_task() 5547 no_wait: in igc_watchdog_task()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/ |
A D | igb_main.c | 5565 goto no_wait; in igb_watchdog_task() 5582 no_wait: in igb_watchdog_task()
|
Completed in 53 milliseconds