Searched refs:fork (Results 51 - 75 of 276) sorted by last modified time

1234567891011>>

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c1175 tunnel_pid = fork();
1176 if (!ASSERT_GE(tunnel_pid, 0, "fork tun_relay_loop"))
H A Dcpumask.c51 child_pid = fork();
H A Dverify_pkcs7_sig.c88 child_pid = fork();
125 child_pid = fork();
/linux-master/samples/seccomp/
H A Duser-trap.c215 worker = fork();
217 perror("fork");
286 tracer = fork();
288 perror("fork");
/linux-master/samples/bpf/
H A Dmap_perf_test_user.c354 pid[i] = fork();
/linux-master/kernel/cgroup/
H A Dcpuset.c4291 .fork = cpuset_fork,
H A Dcgroup.c1493 * way a task attached to that cgroup can fork (the other way to
2590 * Nothing is sensitive to fork() after this point. Notify
6016 have_fork_callback |= (bool)ss->fork << ss->id;
6023 * need to invoke fork callbacks here. */
6486 * cgroup_css_set_put_fork - drop references we took during fork
6522 * callback returns an error, the fork aborts with that error code. This
6556 * cgroup_cancel_fork - called if a fork failed after cgroup_can_fork()
6560 * This calls the cancel_fork() callbacks if a fork failed *after*
6582 * Attach the child process to its css_set calling the subsystem fork()
6646 * Call ss->fork()
[all...]
/linux-master/fs/hfsplus/
H A Dhfsplus_fs.h259 #define HFSPLUS_I_RSRC 0 /* represents a resource fork */
465 struct hfsplus_fork_raw *fork, int type);
480 struct hfsplus_fork_raw *fork);
482 struct hfsplus_fork_raw *fork);
H A Dsuper.c104 struct hfsplus_fork_raw *fork; local
109 fork = &vhdr->ext_file;
113 fork = &vhdr->cat_file;
117 fork = &vhdr->alloc_file;
120 fork = &vhdr->start_file;
123 fork = &vhdr->attr_file;
130 if (fork->total_size != cpu_to_be64(inode->i_size)) {
134 hfsplus_inode_write_fork(inode, fork);
/linux-master/tools/testing/selftests/iommu/
H A Diommufd.c1133 child = fork();
1145 * the fork, so this copies from one domain to another.
1154 * since the fork is gone.
1177 child = fork();
/linux-master/tools/testing/selftests/kvm/
H A Dget-reg-list.c387 pid = fork();
H A Dhardware_disable_test.c164 pid = fork();
165 TEST_ASSERT(pid >= 0, "%s: unable to fork", __func__);
/linux-master/drivers/connector/
H A Dcn_proc.c134 ev->event_data.fork.parent_pid = parent->pid;
135 ev->event_data.fork.parent_tgid = parent->tgid;
137 ev->event_data.fork.child_pid = task->pid;
138 ev->event_data.fork.child_tgid = task->tgid;
/linux-master/tools/perf/util/
H A Dsynthetic-events.c266 memset(&event->fork, 0, sizeof(event->fork) + machine->id_hdr_size);
274 event->fork.ppid = ppid;
275 event->fork.ptid = ppid;
277 event->fork.ppid = tgid;
278 event->fork.ptid = tgid;
280 event->fork.pid = tgid;
281 event->fork.tid = pid;
282 event->fork.header.type = PERF_RECORD_FORK;
283 event->fork
[all...]
H A Devlist.c1425 evlist->workload.pid = fork();
1427 perror("failed to fork");
H A Dcs-etm.c54 * in the trace instead of matching timestamps with fork records so
56 * happen in cases like between a fork and an exec.
2766 event->fork.tid);
/linux-master/tools/testing/selftests/riscv/vector/
H A Dvstate_prctl.c16 pid = fork();
18 ksft_test_result_fail("fork failed %d", pid);
H A Dvstate_exec_nolibc.c23 pid = fork();
25 puts("fork failed\n");
44 pid = fork();
46 puts("fork failed\n");
/linux-master/tools/perf/
H A Dbuiltin-inject.c1233 gs->tool.fork = guest_session__repipe;
1987 inject->tool.fork = perf_event__repipe_fork;
2055 inject->tool.fork = host__repipe;
2172 .fork = perf_event__repipe,
H A Dbuiltin-annotate.c732 .fork = perf_event__process_fork,
/linux-master/tools/perf/bench/
H A Dsched-seccomp-notify.c113 pid = fork();
115 err(EXIT_FAILURE, "fork");
/linux-master/tools/lib/perf/tests/
H A Dtest-evlist.c247 pid = fork();
/linux-master/arch/um/os-Linux/
H A Dstart_up.c99 pid = fork();
103 fatal_perror("start_ptraced_child : fork failed");
/linux-master/arch/um/include/asm/
H A Dprocessor-generic.h35 } fork, exec; member in union:thread_struct::__anon107::__anon108
/linux-master/tools/testing/selftests/net/
H A Dgre_gso.sh119 $NS_EXEC socat - tcp${proto}-listen:$port,reuseaddr,fork >/dev/null &

Completed in 548 milliseconds

1234567891011>>