Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/
H A 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()
H A 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()
H A Dtest_core.c50 int ppid = getppid(); in alloc_and_touch_anon_noexit()
64 while (getppid() == ppid) in alloc_and_touch_anon_noexit()
/OK3568_Linux_fs/kernel/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c168 pid_t ppid = getppid(); in main()
170 if (ppid != getppid()) in main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A 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 …]
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dsyscall.c44 getppid(); in bench_syscall_basic()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/security/
H A Dflush_utils.c34 getppid(); in syscall_loop()
/OK3568_Linux_fs/buildroot/package/cairo/
H A D0001-fix-nofork-build.patch9 (namely readlink and getppid), that are used in portions of this file
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/benchmarks/
H A Dnull_syscall.c124 getppid(); in do_null_syscall()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dthread-map.c115 asprintf(&str, "%d,%d", getpid(), getppid()) >= 0); in test__thread_map_remove()
H A Dmmap-basic.c41 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, (void*)getpgid }; in test__basic_mmap()
/OK3568_Linux_fs/external/xserver/os/
H A Dbacktrace.c256 snprintf(parent, sizeof(parent), "%d", getppid()); in xorg_backtrace_pstack()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dstart_up.c32 int pid = os_getpid(), ppid = getppid(); in ptrace_child()
/OK3568_Linux_fs/external/xserver/hw/xquartz/mach-startup/
H A Dstub.c237 kill(getppid(), SIGUSR1); in main()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_init.c184 pid_t ppid = getppid(); in xf86OpenConsole()
/OK3568_Linux_fs/kernel/tools/testing/selftests/uevent/
H A Duevent_filtering.c226 ppid = getppid(); in set_death_signal()
/OK3568_Linux_fs/buildroot/package/rockchip/tee-user-app/extra_app/host/
H A Dmain.c332 if ((getppid() != 1) || (argc > 1)) { in main()
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-bench.txt147 This uses a single thread simply doing getppid(2), which is a simple syscall where the result is not
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dstatic-keys.rst214 As an example, let's add the following branch to 'getppid()', such that the
217 SYSCALL_DEFINE0(getppid)
/OK3568_Linux_fs/buildroot/package/x11r7/mcookie/
H A Dmcookie.c369 pid = getppid(); in main()
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2022-32207.patch48 getppid \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dunistd.h643 extern __pid_t getppid (void) __THROW;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dunistd.h643 extern __pid_t getppid (void) __THROW;
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_n32.tbl118 108 n32 getppid sys_getppid
/OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl30 18 common getppid sys_getppid

1234