Home
last modified time | relevance | path

Searched refs:setpgid (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/tools/testing/selftests/powerpc/
Dharness.c37 setpgid(0, 0); in run_test()
44 setpgid(pid, pid); in run_test()
/Linux-v4.19/tools/testing/selftests/powerpc/benchmarks/
Dfork.c315 setpgid(getpid(), getpid()); in main()
Dcontext_switch.c482 setpgid(getpid(), getpid()); in main()
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h64 SYSCALL_SPU(setpgid)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S128 ENTRY_SAME(setpgid)
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl120 109 common setpgid __x64_sys_setpgid
Dsyscall_32.tbl71 57 i386 setpgid sys_setpgid __ia32_sys_setpgid
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl120 109 common setpgid __x64_sys_setpgid
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl71 57 common setpgid sys_setpgid
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl58 57 common setpgid sys_setpgid sys_setpgid
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl58 57 common setpgid sys_setpgid sys_setpgid
/Linux-v4.19/kernel/
Dsys.c1003 SYSCALL_DEFINE2(setpgid, pid_t, pid, pid_t, pgid) in SYSCALL_DEFINE2() argument