Searched refs:no_wait (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/ttm/tests/ |
| H A D | ttm_bo_test.c | 30 bool no_wait; member 37 .no_wait = false, 42 .no_wait = true, 47 .no_wait = false, 67 err = ttm_bo_reserve(bo, params->interruptible, params->no_wait, NULL); in ttm_bo_reserve_optimistic_no_ticket() 77 bool no_wait = true; in ttm_bo_reserve_locked_no_sleep() local 85 err = ttm_bo_reserve(bo, interruptible, no_wait, NULL); in ttm_bo_reserve_locked_no_sleep() 96 bool no_wait = true; in ttm_bo_reserve_no_wait_ticket() local 103 err = ttm_bo_reserve(bo, interruptible, no_wait, &ctx); in ttm_bo_reserve_no_wait_ticket() 114 bool no_wait = false; in ttm_bo_reserve_double_resv() local [all …]
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | ttm_object.h | 312 bool no_wait) in ttm_bo_wait() argument 314 struct ttm_operation_ctx ctx = { intr, no_wait }; in ttm_bo_wait()
|
| /linux/fs/netfs/ |
| H A D | fscache_volume.c | 307 goto no_wait; /* We raced */ in fscache_create_volume() 310 goto no_wait; in fscache_create_volume() 323 no_wait: in fscache_create_volume()
|
| /linux/fs/ |
| H A D | userfaultfd.c | 992 static ssize_t userfaultfd_ctx_read(struct userfaultfd_ctx *ctx, int no_wait, in userfaultfd_ctx_read() argument 1091 if (no_wait) { in userfaultfd_ctx_read() 1164 bool no_wait; in userfaultfd_read_iter() local 1169 no_wait = file->f_flags & O_NONBLOCK || iocb->ki_flags & IOCB_NOWAIT; in userfaultfd_read_iter() 1173 _ret = userfaultfd_ctx_read(ctx, no_wait, &msg, inode); in userfaultfd_read_iter() 1184 no_wait = true; in userfaultfd_read_iter()
|
| /linux/net/rxrpc/ |
| H A D | sendmsg.c | 54 goto no_wait; in rxrpc_wait_to_be_connected() 84 no_wait: in rxrpc_wait_to_be_connected()
|
| /linux/fs/afs/ |
| H A D | cell.c | 263 goto no_wait; in afs_lookup_cell() 342 no_wait: in afs_lookup_cell()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_gem.c | 986 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); in nouveau_gem_ioctl_cpu_prep() local 998 no_wait ? 0 : 30 * HZ); in nouveau_gem_ioctl_cpu_prep()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_main.c | 5915 goto no_wait; in igc_watchdog_task() 5932 no_wait: in igc_watchdog_task()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_main.c | 5654 goto no_wait; in igb_watchdog_task() 5671 no_wait: in igb_watchdog_task()
|