Searched refs:SYS_getpid (Results 1 – 4 of 4) sorted by relevance
161 regs.user_syscall_nr = SYS_getpid; in test_ptrace_syscall_restart()185 if (regs.user_syscall_nr != SYS_getpid in test_ptrace_syscall_restart()
36 (void)syscall(SYS_getpid); in main()
14 return syscall(SYS_getpid); in sys_getpid()
31 #define SYS_getpid 20 macro