Home
last modified time | relevance | path

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

/fs/
Duserfaultfd.c1036 static ssize_t userfaultfd_ctx_read(struct userfaultfd_ctx *ctx, int no_wait, in userfaultfd_ctx_read() argument
1135 if (no_wait) { in userfaultfd_ctx_read()
1207 int no_wait = file->f_flags & O_NONBLOCK; in userfaultfd_read() local
1215 _ret = userfaultfd_ctx_read(ctx, no_wait, &msg); in userfaultfd_read()
1227 no_wait = O_NONBLOCK; in userfaultfd_read()