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

/linux-master/drivers/gpu/drm/ttm/tests/
H A Dttm_bo_test.c24 bool no_wait; member in struct:ttm_bo_test_case
31 .no_wait = false,
36 .no_wait = true,
41 .no_wait = false,
61 err = ttm_bo_reserve(bo, params->interruptible, params->no_wait, NULL);
71 bool no_wait = true; local
79 err = ttm_bo_reserve(bo, interruptible, no_wait, NULL);
90 bool no_wait = true; local
97 err = ttm_bo_reserve(bo, interruptible, no_wait, &ctx);
108 bool no_wait local
138 bool no_wait = false; local
184 bool no_wait = false; local
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dttm_object.h312 bool no_wait)
314 struct ttm_operation_ctx ctx = { intr, no_wait };
311 ttm_bo_wait(struct ttm_buffer_object *bo, bool intr, bool no_wait) argument
/linux-master/include/drm/ttm/
H A Dttm_bo.h221 * @no_wait: Don't sleep while trying to reserve, rather return -EBUSY.
234 * -EBUSY: The function needed to sleep, but @no_wait was true
239 bool interruptible, bool no_wait,
244 if (no_wait) {
238 ttm_bo_reserve(struct ttm_buffer_object *bo, bool interruptible, bool no_wait, struct ww_acquire_ctx *ticket) argument
/linux-master/fs/netfs/
H A Dfscache_volume.c295 goto no_wait; /* We raced */
298 goto no_wait;
311 no_wait:
/linux-master/net/rxrpc/
H A Dsendmsg.c53 goto no_wait;
83 no_wait:
/linux-master/fs/
H A Duserfaultfd.c1015 static ssize_t userfaultfd_ctx_read(struct userfaultfd_ctx *ctx, int no_wait, argument
1114 if (no_wait) {
1186 int no_wait = file->f_flags & O_NONBLOCK; local
1195 _ret = userfaultfd_ctx_read(ctx, no_wait, &msg, inode);
1207 no_wait = O_NONBLOCK;
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c986 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); local
998 no_wait ? 0 : 30 * HZ);
/linux-master/drivers/md/
H A Ddm-bufio.c1703 int no_wait; member in struct:write_context
1711 if (wc->no_wait && test_bit(B_WRITING, &b->state))
1718 static void __write_dirty_buffers_async(struct dm_bufio_client *c, int no_wait, argument
1721 struct write_context wc = {.no_wait = no_wait, .write_list = write_list};
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c5638 goto no_wait;
5655 no_wait:
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_main.c5606 goto no_wait;
5623 no_wait:

Completed in 196 milliseconds