Searched refs:fork (Results 1 - 25 of 276) sorted by path

1234567891011>>

/linux-master/tools/perf/scripts/python/
H A Dsched-migration.py210 def wake_up(self, ts_list, pid, cpu, fork):
212 if fork:
355 def wake_up(self, headers, comm, pid, success, target_cpu, fork):
359 ts.wake_up(self.timeslices, pid, target_cpu, fork)
/linux-master/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c138 pid_t pid = fork();
/linux-master/tools/testing/selftests/net/
H A Dipv6_flowlabel_mgr.c131 pid = fork();
133 error(1, errno, "fork");
152 pid = fork();
154 error(1, errno, "fork");
/linux-master/tools/testing/selftests/nsfs/
H A Downer.c37 pid = fork();
39 return pr_err("fork");
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dfork.c50 pid = fork();
52 perror("fork");
88 pid_t pid = fork();
90 perror("fork");
112 perror("fork");
211 { "fork", no_argument, &do_fork, 1 },
221 fprintf(stderr, "Usage: fork <options> CPU\n\n");
222 fprintf(stderr, "\t\t--fork\tUse fork() (default threads)\n");
303 printf("fork");
[all...]
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S86 # r3 holds pointer to where to put the result of fork
99 # Pass the result of fork back to the caller
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_fork_separation.c47 pid = fork();
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb_on_child_test.c55 pid = fork();
H A Dfork_cleanup_test.c19 * Test that a fork clears the PMU state of the child. eg. BESCR/EBBHR/EBBRR
41 /* Tests that fork clears EBB state */
64 pid = fork();
71 /* After fork */
H A Dtask_event_pinned_vs_ebb_test.c50 pid = fork();
H A Dtask_event_vs_ebb_test.c48 pid = fork();
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c61 chld = fork();
63 err(1, "fork");
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsignal.c57 pid = fork();
59 perror("fork");
74 /* Otherwise we'll loop too fast and fork() will eventually fail */
/linux-master/tools/testing/selftests/proc/
H A Dsetns-dcache.c69 pid = fork();
H A Dsetns-sysvipc.c68 pid = fork();
/linux-master/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c77 pid_t pid = fork();
80 TH_LOG("fork: %m");
/linux-master/tools/testing/selftests/x86/
H A Dentry_from_vm86.c343 /* Make sure nothing explodes if we fork. */
344 if (fork() == 0)
H A Dtest_mremap_vdso.c61 child = fork();
63 printf("[WARN]\tfailed to fork (%d): %m\n", errno);
H A Dtest_syscall_vdso.c345 pid = fork();
/linux-master/tools/usb/usbip/src/
H A Dusbipd.c350 childpid = fork();
/linux-master/arch/m68k/kernel/
H A Dentry.S127 | After a fork we jump here directly from resume,
/linux-master/arch/parisc/kernel/
H A Dentry.S1657 fork_like fork
1841 /* Always store space registers, since sr3 can be changed (e.g. fork) */
/linux-master/arch/um/include/asm/
H A Dprocessor-generic.h35 } fork, exec; member in union:thread_struct::__anon107::__anon108
/linux-master/arch/um/os-Linux/
H A Dstart_up.c99 pid = fork();
103 fatal_perror("start_ptraced_child : fork failed");
/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;

Completed in 261 milliseconds

1234567891011>>