Home
last modified time | relevance | path

Searched refs:getppid (Results 1 – 25 of 35) sorted by relevance

12

/Linux-v5.10/tools/testing/selftests/cgroup/
Dtest_freezer.c180 int ppid = getppid(); in child_fn()
182 while (getppid() == ppid) in child_fn()
185 return getppid() == ppid; in child_fn()
404 ppid = getppid(); in forkbomb_fn()
406 while (getppid() == ppid) in forkbomb_fn()
409 return getppid() == ppid; in forkbomb_fn()
Dtest_memcontrol.c199 int ppid = getppid(); in alloc_pagecache_50M_noexit()
204 while (getppid() == ppid) in alloc_pagecache_50M_noexit()
212 int ppid = getppid(); in alloc_anon_noexit()
217 while (getppid() == ppid) in alloc_anon_noexit()
Dtest_core.c47 int ppid = getppid(); in alloc_and_touch_anon_noexit()
61 while (getppid() == ppid) in alloc_and_touch_anon_noexit()
/Linux-v5.10/tools/testing/selftests/ptrace/
Dpeeksiginfo.c168 pid_t ppid = getppid(); in main()
170 if (ppid != getppid()) in main()
/Linux-v5.10/tools/perf/bench/
Dsyscall.c44 getppid(); in bench_syscall_basic()
/Linux-v5.10/tools/testing/selftests/powerpc/security/
Dflush_utils.c34 getppid(); in syscall_loop()
/Linux-v5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c574 pid_t parent = getppid(); in TEST()
661 pid_t parent = getppid(); in TEST_SIGNAL()
694 pid_t parent = getppid(); in TEST_SIGNAL()
733 pid_t parent = getppid(); in TEST_SIGNAL()
945 pid_t parent = getppid(); in TEST()
963 pid_t parent = getppid(); in TEST()
985 pid_t parent = getppid(); in TEST()
1010 pid_t parent = getppid(); in TEST()
1220 parent = getppid(); in TEST_F()
1246 parent = getppid(); in TEST_F_SIGNAL()
[all …]
/Linux-v5.10/tools/testing/selftests/powerpc/benchmarks/
Dnull_syscall.c124 getppid(); in do_null_syscall()
/Linux-v5.10/tools/perf/tests/
Dthread-map.c115 asprintf(&str, "%d,%d", getpid(), getppid()) >= 0); in test__thread_map_remove()
Dmmap-basic.c41 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, (void*)getpgid }; in test__basic_mmap()
/Linux-v5.10/arch/um/os-Linux/
Dstart_up.c32 int pid = os_getpid(), ppid = getppid(); in ptrace_child()
/Linux-v5.10/tools/testing/selftests/uevent/
Duevent_filtering.c226 ppid = getppid(); in set_death_signal()
/Linux-v5.10/tools/perf/Documentation/
Dperf-bench.txt147 This uses a single thread simply doing getppid(2), which is a simple syscall where the result is not
/Linux-v5.10/Documentation/staging/
Dstatic-keys.rst214 As an example, let's add the following branch to 'getppid()', such that the
217 SYSCALL_DEFINE0(getppid)
/Linux-v5.10/arch/mips/kernel/syscalls/
Dsyscall_n32.tbl118 108 n32 getppid sys_getppid
Dsyscall_n64.tbl118 108 n64 getppid sys_getppid
/Linux-v5.10/arch/ia64/kernel/syscalls/
Dsyscall.tbl30 18 common getppid sys_getppid
/Linux-v5.10/arch/x86/entry/syscalls/
Dsyscall_64.tbl121 110 common getppid sys_getppid
/Linux-v5.10/arch/xtensa/kernel/syscalls/
Dsyscall.tbl164 150 common getppid sys_getppid
/Linux-v5.10/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl121 110 common getppid sys_getppid
/Linux-v5.10/arch/arm/tools/
Dsyscall.tbl78 64 common getppid sys_getppid
/Linux-v5.10/arch/sh/kernel/syscalls/
Dsyscall.tbl74 64 common getppid sys_getppid
/Linux-v5.10/arch/parisc/kernel/syscalls/
Dsyscall.tbl77 64 common getppid sys_getppid
/Linux-v5.10/arch/microblaze/kernel/syscalls/
Dsyscall.tbl74 64 common getppid sys_getppid
/Linux-v5.10/arch/m68k/kernel/syscalls/
Dsyscall.tbl74 64 common getppid sys_getppid

12