Searched refs:no_wait (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H 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()
|
/openbmc/linux/fs/fscache/ |
H A D | volume.c | 308 goto no_wait; /* We raced */ in fscache_create_volume() 311 goto no_wait; in fscache_create_volume() 324 no_wait: in fscache_create_volume()
|
/openbmc/linux/include/drm/ttm/ |
H A D | ttm_bo.h | 239 bool interruptible, bool no_wait, in ttm_bo_reserve() argument 244 if (no_wait) { in ttm_bo_reserve()
|
/openbmc/linux/fs/ |
H A D | userfaultfd.c | 1050 static ssize_t userfaultfd_ctx_read(struct userfaultfd_ctx *ctx, int no_wait, in userfaultfd_ctx_read() argument 1149 if (no_wait) { in userfaultfd_ctx_read() 1221 int no_wait = file->f_flags & O_NONBLOCK; in userfaultfd_read() local 1230 _ret = userfaultfd_ctx_read(ctx, no_wait, &msg, inode); in userfaultfd_read() 1242 no_wait = O_NONBLOCK; in userfaultfd_read()
|
/openbmc/linux/net/rxrpc/ |
H A D | sendmsg.c | 53 goto no_wait; in rxrpc_wait_to_be_connected() 83 no_wait: in rxrpc_wait_to_be_connected()
|
/openbmc/linux/drivers/md/ |
H A D | dm-bufio.c | 1700 int no_wait; member 1708 if (wc->no_wait && test_bit(B_WRITING, &b->state)) in write_one() 1715 static void __write_dirty_buffers_async(struct dm_bufio_client *c, int no_wait, in __write_dirty_buffers_async() argument 1718 struct write_context wc = {.no_wait = no_wait, .write_list = write_list}; in __write_dirty_buffers_async()
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_gem.c | 980 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); in nouveau_gem_ioctl_cpu_prep() local 992 no_wait ? 0 : 30 * HZ); in nouveau_gem_ioctl_cpu_prep()
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_main.c | 5638 goto no_wait; in igc_watchdog_task() 5655 no_wait: in igc_watchdog_task()
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | 5615 goto no_wait; in igb_watchdog_task() 5632 no_wait: in igb_watchdog_task()
|