Searched refs:fork (Results 176 - 200 of 276) sorted by relevance

1234567891011>>

/linux-master/arch/um/os-Linux/
H A Dstart_up.c99 pid = fork();
103 fatal_perror("start_ptraced_child : fork failed");
/linux-master/tools/testing/selftests/landlock/
H A Dptrace_test.c322 child = fork();
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c145 self->pid = fork();
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.h53 #define XFS_BMAPI_ATTRFORK (1u << 2) /* use attribute fork not data */
74 * turned on with PREALLOC or CONVERT, and cannot be used on the attr fork.
81 /* Map something in the CoW fork. */
226 int fork);
/linux-master/tools/perf/util/
H A Devent.c409 event->fork.pid, event->fork.tid,
410 event->fork.ppid, event->fork.ptid);
H A Dpython.c286 static char pyrf_task_event__doc[] = PyDoc_STR("perf task (fork/exit) event object.");
303 pevent->event.header.type == PERF_RECORD_FORK ? "fork" : "exit",
304 pevent->event.fork.pid,
305 pevent->event.fork.ppid,
306 pevent->event.fork.tid,
307 pevent->event.fork.ptid,
308 pevent->event.fork.time);
H A Dsession.c497 if (tool->fork == NULL)
498 tool->fork = process_event_stub;
638 event->fork.pid = bswap_32(event->fork.pid);
639 event->fork.tid = bswap_32(event->fork.tid);
640 event->fork.ppid = bswap_32(event->fork.ppid);
641 event->fork.ptid = bswap_32(event->fork
[all...]
/linux-master/tools/lib/subcmd/
H A Drun-command.c81 cmd->pid = fork();
/linux-master/tools/testing/selftests/mm/
H A Duffd-unit-tests.c252 args->child_uffd = msg.arg.fork.ufd;
264 * all needs of the test cases (e.g., trigger unshare, trigger fork() early
316 child = fork();
332 * After fork(), we should handle uffd-wp bit differently:
498 * 1. First pin, then fork(). This tests fork() special path when
510 uffd_test_fail("Detected %s uffd-wp bit in early CoW of fork()",
519 * 2. First fork(), then pin (in the child, where test_pin==true).
653 * For non-cooperative userfaultfd test we fork() a process that will
668 * test robustness use case - we release monitored area, fork
[all...]
H A Dmdwe_test.c198 self->pid = fork();
200 TH_LOG("fork failed\n");
/linux-master/tools/perf/
H A Dbuiltin-timechart.c339 pid_fork(tchart, event->fork.pid, event->fork.ppid, event->fork.time);
349 pid_exit(tchart, event->fork.pid, event->fork.time);
1929 .fork = process_fork_event,
/linux-master/tools/testing/selftests/x86/
H A Dldt_gdt.c331 printf("[RUN]\tTest fork\n");
332 pid_t child = fork();
372 printf("[SKIP]\tSkipping fork and size tests because we have no LDT\n");
654 pid_t child = fork();
H A Dsyscall_numbering.c426 testpid = fork();
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c112 pid = fork();
114 perror("fork");
/linux-master/tools/testing/selftests/arm64/pauth/
H A Dpac.c128 pid = fork();
291 * fork() does not change keys. Only exec() does so call a worker program.
/linux-master/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.c289 child_pid = fork();
301 perror("fork");
441 * if any params left, it must be a command to fork
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c425 pid = fork();
427 perror("fork() failed");
H A Dptrace-perf-hwbreak.c186 * Wrapper around a plain fork() call that sets up the child for
194 *pid = fork();
197 FAIL_IF_MSG(1, "Failed to fork child");
/linux-master/tools/lib/perf/include/perf/
H A Devent.h485 struct perf_record_fork fork; member in union:perf_event
/linux-master/tools/testing/selftests/net/af_unix/
H A Dtest_unix_oob.c202 producer_id = fork();
H A Dscm_pidfd.c395 self->client_pid = fork();
/linux-master/tools/testing/selftests/uevent/
H A Duevent_filtering.c261 pid = fork();
263 fprintf(stderr, "%s - Failed to fork() new process\n", strerror(errno));
/linux-master/tools/perf/bench/
H A Dsched-messaging.c175 worker->pid = fork();
178 err(EXIT_FAILURE, "fork()");
248 /* Now we have all the fds, fork the senders */
/linux-master/kernel/cgroup/
H A Dlegacy_freezer.c206 * freezer_fork - cgroup post fork callback
485 .fork = freezer_fork,
/linux-master/include/linux/
H A Dcgroup-defs.h213 * object and speeds up fork()/exit(), since a single inc/dec and a
708 void (*fork)(struct task_struct *task); member in struct:cgroup_subsys

Completed in 288 milliseconds

1234567891011>>