Searched refs:no_wait (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/vmwgfx/ |
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-v6.6/include/drm/ttm/ |
D | ttm_bo.h | 239 bool interruptible, bool no_wait, in ttm_bo_reserve() argument 244 if (no_wait) { in ttm_bo_reserve()
|
/Linux-v6.6/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.6/fs/ |
D | userfaultfd.c | 1046 static ssize_t userfaultfd_ctx_read(struct userfaultfd_ctx *ctx, int no_wait, in userfaultfd_ctx_read() argument 1145 if (no_wait) { in userfaultfd_ctx_read() 1217 int no_wait = file->f_flags & O_NONBLOCK; in userfaultfd_read() local 1226 _ret = userfaultfd_ctx_read(ctx, no_wait, &msg, inode); in userfaultfd_read() 1238 no_wait = O_NONBLOCK; in userfaultfd_read()
|
/Linux-v6.6/net/rxrpc/ |
D | sendmsg.c | 53 goto no_wait; in rxrpc_wait_to_be_connected() 83 no_wait: in rxrpc_wait_to_be_connected()
|
/Linux-v6.6/drivers/md/ |
D | dm-bufio.c | 1664 int no_wait; member 1672 if (wc->no_wait && test_bit(B_WRITING, &b->state)) in write_one() 1679 static void __write_dirty_buffers_async(struct dm_bufio_client *c, int no_wait, in __write_dirty_buffers_async() argument 1682 struct write_context wc = {.no_wait = no_wait, .write_list = write_list}; in __write_dirty_buffers_async()
|
/Linux-v6.6/drivers/gpu/drm/nouveau/ |
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()
|
/Linux-v6.6/drivers/net/ethernet/intel/igc/ |
D | igc_main.c | 5653 goto no_wait; in igc_watchdog_task() 5670 no_wait: in igc_watchdog_task()
|
/Linux-v6.6/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 5606 goto no_wait; in igb_watchdog_task() 5623 no_wait: in igb_watchdog_task()
|