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

/linux-master/fs/
H A Duserfaultfd.c1029 struct userfaultfd_ctx *fork_nctx = NULL; local
1088 fork_nctx = (struct userfaultfd_ctx *)
1093 * fork_nctx can be freed as soon as
1097 userfaultfd_ctx_get(fork_nctx);
1127 ret = resolve_userfault_fork(fork_nctx, inode, msg);
1134 userfaultfd_ctx_put(fork_nctx);
1162 * refcount from the fork thread on fork_nctx
1167 * fork_nctx has to be freed in such case. If
1172 userfaultfd_ctx_put(fork_nctx);

Completed in 132 milliseconds