Home
last modified time | relevance | path

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

/kernel/linux/build/test/kernel_ltp/syscalls/getsid/
DBUILD.gn19 sources = [ "//third_party/ltp/testcases/kernel/syscalls/getsid/getsid01.c" ]
24 sources = [ "//third_party/ltp/testcases/kernel/syscalls/getsid/getsid02.c" ]
/kernel/linux/build/test/kernel_ltp/syscalls/
DBUILD.gn253 "getsid:getsid01",
254 "getsid:getsid02",
/kernel/linux/linux-5.10/tools/perf/tests/
Dmmap-basic.c41 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, (void*)getpgid }; in test__basic_mmap()
/kernel/linux/linux-5.10/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl132 122 n64 getsid sys_getsid
Dsyscall_n32.tbl132 122 n32 getsid sys_getsid
Dsyscall_o32.tbl165 151 o32 getsid sys_getsid
/kernel/linux/linux-5.10/arch/ia64/kernel/syscalls/
Dsyscall.tbl70 58 common getsid sys_getsid
/kernel/linux/linux-5.10/arch/x86/entry/syscalls/
Dsyscall_64.tbl135 124 common getsid sys_getsid
Dsyscall_32.tbl161 147 i386 getsid sys_getsid
/kernel/linux/linux-5.10/arch/xtensa/kernel/syscalls/
Dsyscall.tbl143 129 common getsid sys_getsid
/kernel/linux/linux-5.10/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl135 124 common getsid sys_getsid
/kernel/linux/linux-5.10/arch/microblaze/kernel/syscalls/
Dsyscall.tbl157 147 common getsid sys_getsid
/kernel/linux/linux-5.10/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl139 147 common getsid sys_getsid sys_getsid
/kernel/linux/linux-5.10/arch/sh/kernel/syscalls/
Dsyscall.tbl157 147 common getsid sys_getsid
/kernel/linux/linux-5.10/arch/parisc/kernel/syscalls/
Dsyscall.tbl164 147 common getsid sys_getsid
/kernel/linux/linux-5.10/arch/m68k/kernel/syscalls/
Dsyscall.tbl157 147 common getsid sys_getsid
/kernel/linux/linux-5.10/arch/arm/tools/
Dsyscall.tbl163 147 common getsid sys_getsid
/kernel/linux/linux-5.10/arch/alpha/kernel/syscalls/
Dsyscall.tbl206 234 common getsid sys_getsid
/kernel/linux/linux-5.10/arch/s390/kernel/syscalls/
Dsyscall.tbl139 147 common getsid sys_getsid sys_getsid
/kernel/linux/linux-5.10/arch/sparc/kernel/syscalls/
Dsyscall.tbl304 252 common getsid sys_getsid
/kernel/linux/linux-5.10/arch/powerpc/kernel/syscalls/
Dsyscall.tbl198 147 common getsid sys_getsid
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl194 147 common getsid sys_getsid
/kernel/linux/linux-5.10/kernel/
Dsys.c1134 SYSCALL_DEFINE1(getsid, pid_t, pid) in SYSCALL_DEFINE1() argument