Home
last modified time | relevance | path

Searched refs:getsid (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/tools/perf/tests/
Dmmap-basic.c35 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, (void*)getpgid }; in test__basic_mmap()
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h155 SYSCALL_SPU(getsid)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S234 ENTRY_SAME(getsid)
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl135 124 common getsid __x64_sys_getsid
Dsyscall_32.tbl161 147 i386 getsid sys_getsid __ia32_sys_getsid
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl135 124 common getsid __x64_sys_getsid
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl163 147 common getsid sys_getsid
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl139 147 common getsid sys_getsid sys_getsid
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl139 147 common getsid sys_getsid sys_getsid
/Linux-v4.19/kernel/
Dsys.c1116 SYSCALL_DEFINE1(getsid, pid_t, pid) in SYSCALL_DEFINE1() argument