Home
last modified time | relevance | path

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

12

/Linux-v5.4/tools/testing/selftests/cgroup/
Dtest_freezer.c179 int ppid = getppid(); in child_fn()
181 while (getppid() == ppid) in child_fn()
184 return getppid() == ppid; in child_fn()
403 ppid = getppid(); in forkbomb_fn()
405 while (getppid() == ppid) in forkbomb_fn()
408 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()
/Linux-v5.4/tools/testing/selftests/ptrace/
Dpeeksiginfo.c168 pid_t ppid = getppid(); in main()
170 if (ppid != getppid()) in main()
/Linux-v5.4/tools/testing/selftests/seccomp/
Dseccomp_bpf.c480 pid_t parent = getppid(); in TEST()
567 pid_t parent = getppid(); in TEST_SIGNAL()
600 pid_t parent = getppid(); in TEST_SIGNAL()
639 pid_t parent = getppid(); in TEST_SIGNAL()
820 pid_t parent = getppid(); in TEST()
838 pid_t parent = getppid(); in TEST()
860 pid_t parent = getppid(); in TEST()
885 pid_t parent = getppid(); in TEST()
1095 parent = getppid(); in TEST_F()
1121 parent = getppid(); in TEST_F_SIGNAL()
[all …]
/Linux-v5.4/tools/testing/selftests/powerpc/security/
Drfi_flush.c40 getppid(); in syscall_loop()
/Linux-v5.4/tools/testing/selftests/powerpc/benchmarks/
Dnull_syscall.c124 getppid(); in do_null_syscall()
/Linux-v5.4/tools/perf/tests/
Dthread-map.c115 asprintf(&str, "%d,%d", getpid(), getppid()) >= 0); in test__thread_map_remove()
Dmmap-basic.c40 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, (void*)getpgid }; in test__basic_mmap()
/Linux-v5.4/arch/um/os-Linux/
Dstart_up.c32 int pid = os_getpid(), ppid = getppid(); in ptrace_child()
/Linux-v5.4/tools/testing/selftests/uevent/
Duevent_filtering.c227 ppid = getppid(); in set_death_signal()
/Linux-v5.4/Documentation/
Dstatic-keys.txt214 As an example, let's add the following branch to 'getppid()', such that the
217 SYSCALL_DEFINE0(getppid)
/Linux-v5.4/arch/ia64/kernel/syscalls/
Dsyscall.tbl30 18 common getppid sys_getppid
/Linux-v5.4/arch/mips/kernel/syscalls/
Dsyscall_n32.tbl118 108 n32 getppid sys_getppid
Dsyscall_n64.tbl118 108 n64 getppid sys_getppid
Dsyscall_o32.tbl76 64 o32 getppid sys_getppid
/Linux-v5.4/arch/xtensa/kernel/syscalls/
Dsyscall.tbl164 150 common getppid sys_getppid
/Linux-v5.4/arch/x86/entry/syscalls/
Dsyscall_64.tbl121 110 common getppid __x64_sys_getppid
/Linux-v5.4/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl121 110 common getppid __x64_sys_getppid
/Linux-v5.4/arch/m68k/kernel/syscalls/
Dsyscall.tbl74 64 common getppid sys_getppid
/Linux-v5.4/arch/microblaze/kernel/syscalls/
Dsyscall.tbl74 64 common getppid sys_getppid
/Linux-v5.4/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl63 64 common getppid sys_getppid sys_getppid
/Linux-v5.4/arch/arm/tools/
Dsyscall.tbl78 64 common getppid sys_getppid
/Linux-v5.4/arch/sh/kernel/syscalls/
Dsyscall.tbl74 64 common getppid sys_getppid
/Linux-v5.4/arch/parisc/kernel/syscalls/
Dsyscall.tbl77 64 common getppid sys_getppid
/Linux-v5.4/arch/sparc/kernel/syscalls/
Dsyscall.tbl238 197 common getppid sys_getppid

12