Home
last modified time | relevance | path

Searched refs:getpgid (Results 1 – 19 of 19) sorted by relevance

/linux/tools/testing/selftests/sched/
H A Dcs_prctl_test.c205 printf("tid=%d, / tgid=%d / pgid=%d: %lx\n", gettid(), getpid(), getpgid(0), in disp_processes()
210 getpgid(proc[i].cpid), get_cs_cookie(proc[i].cpid)); in disp_processes()
213 proc[i].cpid, getpgid(0), get_cs_cookie(proc[i].thr_tids[j])); in disp_processes()
/linux/tools/perf/bench/
H A Dsyscall.c104 getpgid(0); in bench_syscall_common()
124 name = "getpgid()"; in bench_syscall_common()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfind_vma.c88 getpgid(skel->bss->target_pid); in test_find_vma_kprobe()
H A Diters.c125 getpgid(skel->bss->target_pid); in subtest_task_vma_iters()
/linux/tools/perf/tests/
H A Dmmap-basic.c44 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, (void*)getpgid }; in test__basic_mmap()
/linux/tools/include/nolibc/
H A Dsys.h437 * pid_t getpgid(pid_t pid);
447 pid_t getpgid(pid_t pid)
455 pid_t getpgid(pid_t pid) getpgid() function
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl129 119 n64 getpgid sys_getpgid
/linux/scripts/
H A Dsyscall.tbl192 155 common getpgid sys_getpgid
/linux/tools/scripts/
H A Dsyscall.tbl192 155 common getpgid sys_getpgid
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl106 132 common getpgid sys_getpgid
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl142 132 common getpgid sys_getpgid
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl163 149 common getpgid sys_getpgid
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl133 121 common getpgid sys_getpgid
H A Dsyscall_32.tbl147 132 i386 getpgid sys_getpgid
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl272 224 common getpgid sys_getpgid
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl149 132 common getpgid sys_getpgid
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1377 CASE_TEST(getpgid_self); EXPECT_SYSNE(1, getpgid(0), -1); break; in run_syscall()
1378 CASE_TEST(getpgid_bad); EXPECT_SYSER(1, getpgid(-1), -1, ESRCH); break; in run_syscall()
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl177 132 common getpgid sys_getpgid
/linux/kernel/
H A Dsys.c1215 SYSCALL_DEFINE1(getpgid, pid_t, pid) in SYSCALL_DEFINE1() argument