Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A 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/fs/
H A Duserfaultfd.c992 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 Dsendmsg.c54 goto no_wait; in rxrpc_wait_to_be_connected()
84 no_wait: in rxrpc_wait_to_be_connected()
/linux/fs/afs/
H A Dcell.c263 goto no_wait; in afs_lookup_cell()
342 no_wait: in afs_lookup_cell()
/linux/drivers/md/
H A Ddm-bufio.c1703 int no_wait; member
1711 if (wc->no_wait && test_bit(B_WRITING, &b->state)) in write_one()
1718 static void __write_dirty_buffers_async(struct dm_bufio_client *c, int no_wait, in __write_dirty_buffers_async() argument
1721 struct write_context wc = {.no_wait = no_wait, .write_list = write_list}; in __write_dirty_buffers_async()