Home
last modified time | relevance | path

Searched refs:no_wait (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/ttm/tests/
Dttm_bo_test.c30 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-6.12.1/drivers/gpu/drm/vmwgfx/
Dttm_object.h312 bool no_wait) in ttm_bo_wait() argument
314 struct ttm_operation_ctx ctx = { intr, no_wait }; in ttm_bo_wait()
/linux-6.12.1/fs/netfs/
Dfscache_volume.c308 goto no_wait; /* We raced */ in fscache_create_volume()
311 goto no_wait; in fscache_create_volume()
324 no_wait: in fscache_create_volume()
/linux-6.12.1/include/drm/ttm/
Dttm_bo.h279 bool interruptible, bool no_wait, in ttm_bo_reserve() argument
284 if (no_wait) { in ttm_bo_reserve()
/linux-6.12.1/fs/
Duserfaultfd.c970 static ssize_t userfaultfd_ctx_read(struct userfaultfd_ctx *ctx, int no_wait, in userfaultfd_ctx_read() argument
1069 if (no_wait) { in userfaultfd_ctx_read()
1142 bool no_wait; in userfaultfd_read_iter() local
1147 no_wait = file->f_flags & O_NONBLOCK || iocb->ki_flags & IOCB_NOWAIT; in userfaultfd_read_iter()
1151 _ret = userfaultfd_ctx_read(ctx, no_wait, &msg, inode); in userfaultfd_read_iter()
1162 no_wait = true; in userfaultfd_read_iter()
/linux-6.12.1/net/rxrpc/
Dsendmsg.c53 goto no_wait; in rxrpc_wait_to_be_connected()
83 no_wait: in rxrpc_wait_to_be_connected()
/linux-6.12.1/drivers/md/
Ddm-bufio.c1700 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()
/linux-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_gem.c987 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); in nouveau_gem_ioctl_cpu_prep() local
999 no_wait ? 0 : 30 * HZ); in nouveau_gem_ioctl_cpu_prep()
/linux-6.12.1/drivers/net/ethernet/intel/igc/
Digc_main.c5741 goto no_wait; in igc_watchdog_task()
5758 no_wait: in igc_watchdog_task()
/linux-6.12.1/drivers/net/ethernet/intel/igb/
Digb_main.c5586 goto no_wait; in igb_watchdog_task()
5603 no_wait: in igb_watchdog_task()