Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/
Dmmap-basic.c28 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, (void*)getpgid }; in test__basic_mmap()
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S234 ENTRY_SAME(getsid)
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h154 SYSCALL_SPU(getsid)
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl133 124 common getsid sys_getsid
Dsyscall_32.tbl156 147 i386 getsid sys_getsid
/linux-4.4.14/kernel/
Dsys.c1027 SYSCALL_DEFINE1(getsid, pid_t, pid) in SYSCALL_DEFINE1() argument