Lines Matching defs:child
301 pid_t child;
311 child = fork();
312 if (!child) {
313 /* Open the pagemap fd of the child itself */
323 err("pin page failed in child");
338 waitpid(child, &result, 0);
344 err("Didn't receive child uffd");
415 uffd_test_fail("Detected %s uffd-wp bit in child in present pte",
446 uffd_test_fail("Detected %s uffd-wp bit in child in zapped pte",
514 * 2. First fork(), then pin (in the child, where test_pin==true).
1155 /* when set, child process should inherit uffd-wp bits */
1171 /* when set, child process should inherit uffd-wp bits */