Home
last modified time | relevance | path

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

/fs/
Duserfaultfd.c1038 static ssize_t userfaultfd_ctx_read(struct userfaultfd_ctx *ctx, int no_wait, in userfaultfd_ctx_read() argument
1137 if (no_wait) { in userfaultfd_ctx_read()
1209 int no_wait = file->f_flags & O_NONBLOCK; in userfaultfd_read() local
1218 _ret = userfaultfd_ctx_read(ctx, no_wait, &msg, inode); in userfaultfd_read()
1230 no_wait = O_NONBLOCK; in userfaultfd_read()