Searched refs:os_getpid (Results 1 - 13 of 13) sorted by relevance

/arch/um/kernel/
H A Dksyms.c16 EXPORT_SYMBOL(os_getpid); variable
H A Dsmp.c191 return pid_to_processor_id(os_getpid());
H A Dprocess.c256 cpu_tasks[current_thread_info()->cpu].pid = os_getpid();
/arch/um/kernel/skas/
H A Dprocess.c39 pid = os_getpid();
/arch/um/os-Linux/
H A Dstart_up.c30 /* Calling os_getpid because some libcs cached getpid incorrectly */
31 int pid = os_getpid(), ppid = getppid();
45 sc_result = os_getpid();
226 n = ptrace(PTRACE_POKEUSER, pid, PT_SYSCALL_RET_OFFSET, os_getpid());
263 os_getpid());
H A Dprocess.c137 int os_getpid(void) function
H A Dfile.c380 (fcntl(fd, F_SETOWN, os_getpid()) < 0)) {
H A Dsigio.c420 (fcntl(master, F_SETOWN, os_getpid()) < 0))
/arch/um/drivers/
H A Dharddog_user.c62 /* XXX The os_getpid() is not SMP correct */
63 sprintf(pid_buf, "%d", os_getpid());
H A Ddaemon_user.c139 name.pid = os_getpid();
H A Dchan_user.c188 if (tcsetpgrp(pty_fd, os_getpid()) < 0) {
/arch/um/include/shared/
H A Dos.h190 extern int os_getpid(void);
/arch/um/os-Linux/skas/
H A Dprocess.c262 kill(os_getpid(), SIGSTOP);

Completed in 95 milliseconds