tag | line | file | source code |
pid | 29 | arch/alpha/kernel/process.c | if (current->pid != 0) |
pid | 21 | arch/alpha/kernel/signal.c | asmlinkage int sys_waitpid(pid_t pid,unsigned long * stat_addr, int options); |
pid | 49 | arch/i386/kernel/process.c | if (current->pid != 0) |
pid | 37 | arch/i386/kernel/ptrace.c | static inline struct task_struct * get_task(int pid) |
pid | 42 | arch/i386/kernel/ptrace.c | if (task[i] != NULL && (task[i]->pid == pid)) |
pid | 277 | arch/i386/kernel/ptrace.c | asmlinkage int sys_ptrace(long request, long pid, long addr, long data) |
pid | 293 | arch/i386/kernel/ptrace.c | if (pid == 1) /* you may not mess with init */ |
pid | 295 | arch/i386/kernel/ptrace.c | if (!(child = get_task(pid))) |
pid | 22 | arch/i386/kernel/signal.c | asmlinkage int sys_waitpid(pid_t pid,unsigned long * stat_addr, int options); |
pid | 185 | arch/i386/kernel/signal.c | if (current->pid == 1) |
pid | 125 | arch/i386/kernel/traps.c | current->comm, current->pid, 0xffff & i, current->kernel_stack_page); |
pid | 41 | arch/mips/kernel/process.c | if (current->pid != 0) |
pid | 36 | arch/mips/kernel/ptrace.c | static inline struct task_struct * get_task(int pid) |
pid | 41 | arch/mips/kernel/ptrace.c | if (task[i] != NULL && (task[i]->pid == pid)) |
pid | 277 | arch/mips/kernel/ptrace.c | asmlinkage int sys_ptrace(long request, long pid, long addr, long data) |
pid | 297 | arch/mips/kernel/ptrace.c | if (pid == 1) /* you may not mess with init */ |
pid | 299 | arch/mips/kernel/ptrace.c | if (!(child = get_task(pid))) |
pid | 23 | arch/mips/kernel/signal.c | asmlinkage int sys_waitpid(pid_t pid,unsigned long * stat_addr, int options); |
pid | 233 | arch/mips/kernel/signal.c | if (current->pid == 1) |
pid | 131 | arch/mips/kernel/traps.c | current->comm, current->pid, 0xffff & i, |
pid | 33 | arch/sparc/kernel/process.c | if (current->pid != 0) |
pid | 21 | arch/sparc/kernel/signal.c | asmlinkage int sys_waitpid(pid_t pid,unsigned long * stat_addr, int options); |
pid | 656 | drivers/block/floppy.c | if (!current->pid) |
pid | 1688 | drivers/block/floppy.c | if (current->pid) |
pid | 1234 | drivers/char/tty_io.c | filp->f_owner = current->pid; |
pid | 616 | drivers/char/vt.c | spawnpid = current->pid; |
pid | 640 | drivers/char/vt.c | vt_cons[console]->vt_pid = current->pid; |
pid | 1496 | drivers/net/ppp.c | ppp->inp_sig_pid = current->pid; |
pid | 2397 | drivers/scsi/53c7,8xx.c | host->host_no, cmd->pid); |
pid | 3072 | drivers/scsi/53c7,8xx.c | host->host_no, tmp->pid, tmp->target, tmp->lun, tmp->result); |
pid | 3119 | drivers/scsi/53c7,8xx.c | host->host_no, cmd->cmd->pid, (int) cmd->cmd->target, |
pid | 570 | drivers/scsi/eata.c | if (!done) panic("%s: qcomm, pid %ld, null done.\n", BN(j), SCpnt->pid); |
pid | 596 | drivers/scsi/eata.c | printk("%s: qcomm, pid %ld, DID_BUS_BUSY, done.\n", BN(j), SCpnt->pid); |
pid | 620 | drivers/scsi/eata.c | BN(j), i, SCpnt->target, SCpnt->pid); |
pid | 652 | drivers/scsi/eata.c | BN(j), SCpnt->target, SCpnt->pid); |
pid | 672 | drivers/scsi/eata.c | BN(j), SCarg->target, SCarg->pid); |
pid | 678 | drivers/scsi/eata.c | BN(j), i, SCarg->target, SCarg->pid); |
pid | 730 | drivers/scsi/eata.c | BN(j), SCarg->target, SCarg->pid); |
pid | 733 | drivers/scsi/eata.c | printk("%s: reset, pid %ld inactive.\n", BN(j), SCarg->pid); |
pid | 764 | drivers/scsi/eata.c | BN(j), i, SCpnt->pid); |
pid | 809 | drivers/scsi/eata.c | BN(j), i, SCpnt->pid); |
pid | 907 | drivers/scsi/eata.c | BN(j), i, SCpnt->pid, SCpnt); |
pid | 911 | drivers/scsi/eata.c | " irq %d.\n", BN(j), i, SCpnt->pid, |
pid | 949 | drivers/scsi/eata.c | SCpnt->target, SCpnt->lun, SCpnt->pid, |
pid | 1007 | drivers/scsi/eata.c | SCpnt->target, SCpnt->lun, SCpnt->pid, HD(j)->iocount); |
pid | 173 | drivers/scsi/eata_dma.c | irq, base, cmd->pid, cmd->target, cmd->lun, |
pid | 316 | drivers/scsi/eata_dma.c | cmd->pid, cmd->target, cmd->lun, y)); |
pid | 378 | drivers/scsi/eata_dma.c | cmd->target, cmd->pid); |
pid | 384 | drivers/scsi/eata_dma.c | (long)sh->base, cmd->pid, cmd->target, cmd->lun, y, sh->irq)); |
pid | 420 | drivers/scsi/eata_dma.c | cmd->pid, cmd->target, cmd->lun, cmd->abort_reason)); |
pid | 468 | drivers/scsi/eata_dma.c | cmd->pid, cmd->target, cmd->lun, cmd->abort_reason)); |
pid | 501 | drivers/scsi/eata_dma.c | printk("eata_reset: slot %d in reset, pid %ld.\n", x, sp->pid); |
pid | 543 | drivers/scsi/eata_dma.c | x, sp->pid); |
pid | 47 | drivers/scsi/scsi.c | static void scsi_times_out (Scsi_Cmnd * SCpnt, int pid); |
pid | 647 | drivers/scsi/scsi.c | static void scsi_times_out (Scsi_Cmnd * SCpnt, int pid) |
pid | 659 | drivers/scsi/scsi.c | if (!scsi_abort (SCpnt, DID_TIME_OUT, pid)) |
pid | 1017 | drivers/scsi/scsi.c | SCpnt->pid = scsi_pid++; |
pid | 1531 | drivers/scsi/scsi.c | int scsi_abort (Scsi_Cmnd * SCpnt, int why, int pid) |
pid | 1546 | drivers/scsi/scsi.c | if (SCpnt->request.dev == -1 || pid != SCpnt->pid) { |
pid | 1576 | drivers/scsi/scsi.c | SCpnt->pid, SCpnt->host->host_no, (int) SCpnt->target, (int) |
pid | 1579 | drivers/scsi/scsi.c | if (SCpnt->request.dev == -1 || pid != SCpnt->pid) |
pid | 1663 | drivers/scsi/scsi.c | scsi_abort(SCpnt1, DID_RESET, SCpnt->pid); |
pid | 1730 | drivers/scsi/scsi.c | int timed_out, pid; |
pid | 1751 | drivers/scsi/scsi.c | pid = SCpnt->pid; |
pid | 1753 | drivers/scsi/scsi.c | scsi_times_out(SCpnt, pid); |
pid | 508 | drivers/scsi/scsi.h | unsigned long pid; /* Process ID, starts at 0 */ |
pid | 517 | drivers/scsi/scsi.h | extern int scsi_abort (Scsi_Cmnd *, int code, int pid); |
pid | 527 | drivers/scsi/u14-34f.c | if (!done) panic("%s: qcomm, pid %ld, null done.\n", BN(j), SCpnt->pid); |
pid | 553 | drivers/scsi/u14-34f.c | printk("%s: qcomm, pid %ld, DID_BUS_BUSY, done.\n", BN(j), SCpnt->pid); |
pid | 568 | drivers/scsi/u14-34f.c | BN(j), i, SCpnt->target, SCpnt->pid); |
pid | 594 | drivers/scsi/u14-34f.c | BN(j), SCpnt->target, SCpnt->pid); |
pid | 620 | drivers/scsi/u14-34f.c | BN(j), SCarg->target, SCarg->pid); |
pid | 626 | drivers/scsi/u14-34f.c | BN(j), i, SCarg->target, SCarg->pid); |
pid | 678 | drivers/scsi/u14-34f.c | BN(j), SCarg->target, SCarg->pid); |
pid | 681 | drivers/scsi/u14-34f.c | printk("%s: reset, pid %ld inactive.\n", BN(j), SCarg->pid); |
pid | 712 | drivers/scsi/u14-34f.c | BN(j), i, SCpnt->pid); |
pid | 758 | drivers/scsi/u14-34f.c | BN(j), i, SCpnt->pid); |
pid | 858 | drivers/scsi/u14-34f.c | BN(j), i, SCpnt->pid, SCpnt); |
pid | 862 | drivers/scsi/u14-34f.c | " irq %d.\n", BN(j), i, SCpnt->pid, |
pid | 900 | drivers/scsi/u14-34f.c | SCpnt->target, SCpnt->lun, SCpnt->pid, |
pid | 959 | drivers/scsi/u14-34f.c | SCpnt->target, SCpnt->lun, SCpnt->pid, HD(j)->iocount); |
pid | 142 | fs/fcntl.c | if (current->pgrp == -arg || current->pid == arg) |
pid | 146 | fs/fcntl.c | if ((p->pid == arg) || (p->pid == -arg) || |
pid | 68 | fs/locks.c | flock.l_pid = fl->fl_owner->pid; |
pid | 147 | fs/locks.c | if (locks_deadlocked(file_lock.fl_owner->pid,fl->fl_owner->pid)) return -EDEADLOCK; |
pid | 179 | fs/locks.c | if (fl->fl_owner->pid != my_pid) continue; |
pid | 184 | fs/locks.c | if (dlock_wait->task->pid == blocked_pid) return -EDEADLOCK; |
pid | 185 | fs/locks.c | ret_val = locks_deadlocked(dlock_wait->task->pid,blocked_pid); |
pid | 325 | fs/proc/array.c | static struct task_struct ** get_task(pid_t pid) |
pid | 331 | fs/proc/array.c | if (*p && (*p)->pid == pid) |
pid | 391 | fs/proc/array.c | static int get_env(int pid, char * buffer) |
pid | 393 | fs/proc/array.c | struct task_struct ** p = get_task(pid); |
pid | 400 | fs/proc/array.c | static int get_arg(int pid, char * buffer) |
pid | 402 | fs/proc/array.c | struct task_struct ** p = get_task(pid); |
pid | 438 | fs/proc/array.c | static int get_stat(int pid, char * buffer) |
pid | 440 | fs/proc/array.c | struct task_struct ** p = get_task(pid); |
pid | 476 | fs/proc/array.c | pid, |
pid | 479 | fs/proc/array.c | (*p)->p_pptr->pid, |
pid | 515 | fs/proc/array.c | static int get_statm(int pid, char * buffer) |
pid | 517 | fs/proc/array.c | struct task_struct ** p = get_task(pid); |
pid | 593 | fs/proc/array.c | static int read_maps (int pid, struct file * file, char * buf, int count) |
pid | 595 | fs/proc/array.c | struct task_struct ** p = get_task(pid); |
pid | 747 | fs/proc/array.c | static int get_process_array(char * page, int pid, int type) |
pid | 751 | fs/proc/array.c | return get_env(pid, page); |
pid | 753 | fs/proc/array.c | return get_arg(pid, page); |
pid | 755 | fs/proc/array.c | return get_stat(pid, page); |
pid | 757 | fs/proc/array.c | return get_statm(pid, page); |
pid | 763 | fs/proc/array.c | static inline int fill_array(char * page, int pid, int type) |
pid | 765 | fs/proc/array.c | if (pid) |
pid | 766 | fs/proc/array.c | return get_process_array(page, pid, type); |
pid | 775 | fs/proc/array.c | unsigned int type, pid; |
pid | 782 | fs/proc/array.c | pid = type >> 16; |
pid | 784 | fs/proc/array.c | length = fill_array((char *) page, pid, type); |
pid | 835 | fs/proc/array.c | unsigned int pid = inode->i_ino >> 16; |
pid | 843 | fs/proc/array.c | return read_maps(pid, file, buf, count); |
pid | 85 | fs/proc/base.c | unsigned int pid, ino; |
pid | 96 | fs/proc/base.c | pid = ino >> 16; |
pid | 107 | fs/proc/base.c | ino = (pid << 16) + base_dir[i].low_ino; |
pid | 109 | fs/proc/base.c | if (task[i] && task[i]->pid == pid) |
pid | 111 | fs/proc/base.c | if (!pid || i >= NR_TASKS) { |
pid | 127 | fs/proc/base.c | unsigned int pid, ino; |
pid | 133 | fs/proc/base.c | pid = ino >> 16; |
pid | 135 | fs/proc/base.c | if (task[i] && task[i]->pid == pid) |
pid | 137 | fs/proc/base.c | if (!pid || i >= NR_TASKS) |
pid | 145 | fs/proc/base.c | ino |= (pid << 16); |
pid | 56 | fs/proc/fd.c | unsigned int ino, pid, fd, c; |
pid | 63 | fs/proc/fd.c | pid = ino >> 16; |
pid | 68 | fs/proc/fd.c | if (!pid || ino != PROC_PID_FD || !S_ISDIR(dir->i_mode)) { |
pid | 78 | fs/proc/fd.c | if (!(*result = iget(sb,(pid << 16)+PROC_PID_INO))) { |
pid | 102 | fs/proc/fd.c | if ((p = task[i]) && p->pid == pid) |
pid | 104 | fs/proc/fd.c | if (!pid || i >= NR_TASKS) |
pid | 110 | fs/proc/fd.c | ino = (pid << 16) + (PROC_PID_FD_DIR << 8) + fd; |
pid | 121 | fs/proc/fd.c | unsigned int fd, pid, ino; |
pid | 127 | fs/proc/fd.c | pid = ino >> 16; |
pid | 149 | fs/proc/fd.c | if ((p = task[i]) && p->pid == pid) |
pid | 166 | fs/proc/fd.c | ino = (pid << 16) + (PROC_PID_FD_DIR << 8) + fd; |
pid | 111 | fs/proc/inode.c | unsigned long ino, pid; |
pid | 125 | fs/proc/inode.c | pid = ino >> 16; |
pid | 128 | fs/proc/inode.c | if ((p = task[i]) && (p->pid == pid)) |
pid | 166 | fs/proc/inode.c | if (!pid) { |
pid | 68 | fs/proc/link.c | unsigned int pid, ino; |
pid | 80 | fs/proc/link.c | pid = ino >> 16; |
pid | 84 | fs/proc/link.c | if ((p = task[i]) && p->pid == pid) |
pid | 104 | fs/proc/link.c | unsigned int pid, ino; |
pid | 119 | fs/proc/link.c | pid = ino >> 16; |
pid | 122 | fs/proc/link.c | if ((p = task[i]) && p->pid == pid) |
pid | 32 | fs/proc/mem.c | unsigned long addr, pid; |
pid | 38 | fs/proc/mem.c | pid = inode->i_ino; |
pid | 39 | fs/proc/mem.c | pid >>= 16; |
pid | 42 | fs/proc/mem.c | if (task[i] && task[i]->pid == pid) { |
pid | 85 | fs/proc/mem.c | unsigned long addr, pid; |
pid | 92 | fs/proc/mem.c | pid = inode->i_ino; |
pid | 93 | fs/proc/mem.c | pid >>= 16; |
pid | 96 | fs/proc/mem.c | if (task[i] && task[i]->pid == pid) { |
pid | 169 | fs/proc/mem.c | if (task[i] && task[i]->pid == (inode->i_ino >> 16)) { |
pid | 90 | fs/proc/root.c | unsigned int pid, c; |
pid | 110 | fs/proc/root.c | ino = (current->pid << 16) + 2; |
pid | 112 | fs/proc/root.c | pid = 0; |
pid | 117 | fs/proc/root.c | pid = 0; |
pid | 120 | fs/proc/root.c | pid *= 10; |
pid | 121 | fs/proc/root.c | pid += c; |
pid | 122 | fs/proc/root.c | if (pid & 0xffff0000) { |
pid | 123 | fs/proc/root.c | pid = 0; |
pid | 128 | fs/proc/root.c | if (task[i] && task[i]->pid == pid) |
pid | 130 | fs/proc/root.c | if (!pid || i >= NR_TASKS) { |
pid | 134 | fs/proc/root.c | ino = (pid << 16) + 2; |
pid | 148 | fs/proc/root.c | unsigned int nr,pid; |
pid | 173 | fs/proc/root.c | if (!p || !(pid = p->pid)) |
pid | 175 | fs/proc/root.c | if (pid & 0xffff0000) |
pid | 179 | fs/proc/root.c | while (pid >= j) { |
pid | 184 | fs/proc/root.c | put_fs_long((pid << 16)+2, &dirent->d_ino); |
pid | 188 | fs/proc/root.c | put_fs_byte('0'+(pid % 10), i+dirent->d_name); |
pid | 189 | fs/proc/root.c | pid /= 10; |
pid | 39 | fs/umsdos/namei.c | && dir->u.umsdos_i.u.dir_info.pid != current->pid){ |
pid | 93 | fs/umsdos/namei.c | dir->u.umsdos_i.u.dir_info.pid = current->pid; |
pid | 112 | fs/umsdos/namei.c | dir1->u.umsdos_i.u.dir_info.pid = current->pid; |
pid | 114 | fs/umsdos/namei.c | dir2->u.umsdos_i.u.dir_info.pid = current->pid; |
pid | 240 | fs/umsdos/namei.c | ,info.fake.fname,current->pid,info.f_pos)); |
pid | 267 | fs/umsdos/namei.c | ,info.fake.fname,-ret,current->pid,info.f_pos); |
pid | 50 | include/linux/kernel.h | extern int kill_proc(int pid, int sig, int priv); |
pid | 160 | include/linux/sched.h | int pid,pgrp,tty_old_pgrp,session,leader; |
pid | 89 | include/linux/sem.h | int pid; /* process id of requesting process */ |
pid | 53 | include/linux/umsdos_fs_i.h | long pid; /* pid of the process owning the creation */ |
pid | 123 | include/linux/umsdos_fs_i.h | long pid; /* pid of the process owning the creation */ |
pid | 61 | init/main.c | static inline _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) |
pid | 446 | init/main.c | int pid,i; |
pid | 475 | init/main.c | if (!(pid=fork())) { |
pid | 482 | init/main.c | if (pid>0) |
pid | 483 | init/main.c | while (pid != wait(&i)) |
pid | 486 | init/main.c | if ((pid = fork()) < 0) { |
pid | 490 | init/main.c | if (!pid) { |
pid | 499 | init/main.c | if (pid == wait(&i)) |
pid | 501 | init/main.c | printf("\n\rchild %d died with code %04x\n\r",pid,i); |
pid | 104 | ipc/msg.c | msq->msg_lspid = current->pid; |
pid | 189 | ipc/msg.c | msq->msg_lrpid = current->pid; |
pid | 217 | ipc/sem.c | struct sem_undo * un, int pid) |
pid | 242 | ipc/sem.c | curr->sempid = pid; |
pid | 271 | ipc/sem.c | error = do_semop(sma, q->sops, q->nsops, q->undo, q->pid); |
pid | 617 | ipc/sem.c | error = do_semop(sma, sops, nsops, un, current->pid); |
pid | 631 | ipc/sem.c | queue.pid = current->pid; |
pid | 703 | ipc/sem.c | sem->sempid = current->pid; |
pid | 116 | ipc/shm.c | shp->shm_cpid = current->pid; |
pid | 397 | ipc/shm.c | shmd->vm_task->pid, shmd->vm_start, shmd->vm_end, |
pid | 565 | ipc/shm.c | shp->shm_lpid = current->pid; |
pid | 587 | ipc/shm.c | shp->shm_lpid = current->pid; |
pid | 607 | ipc/shm.c | shp->shm_lpid = current->pid; |
pid | 140 | kernel/exit.c | task[i]->pid); |
pid | 143 | kernel/exit.c | task[i]->pid); |
pid | 146 | kernel/exit.c | task[i]->pid); |
pid | 149 | kernel/exit.c | task[i]->pid); |
pid | 152 | kernel/exit.c | task[i]->pid); |
pid | 155 | kernel/exit.c | task[i]->pid); |
pid | 158 | kernel/exit.c | task[i]->pid); |
pid | 161 | kernel/exit.c | task[i]->pid); |
pid | 166 | kernel/exit.c | task[i]->pid, task[i]->p_osptr->pid, |
pid | 167 | kernel/exit.c | task[i]->p_osptr->p_pptr->pid); |
pid | 171 | kernel/exit.c | task[i]->pid, task[i]->p_osptr->pid); |
pid | 177 | kernel/exit.c | task[i]->pid, task[i]->p_osptr->pid, |
pid | 178 | kernel/exit.c | task[i]->p_osptr->p_pptr->pid); |
pid | 182 | kernel/exit.c | task[i]->pid, task[i]->p_ysptr->pid); |
pid | 188 | kernel/exit.c | task[i]->pid, task[i]->p_cptr->pid); |
pid | 192 | kernel/exit.c | task[i]->pid, task[i]->p_cptr->pid); |
pid | 214 | kernel/exit.c | if (p->pid == pgrp) |
pid | 267 | kernel/exit.c | int kill_proc(int pid, int sig, int priv) |
pid | 274 | kernel/exit.c | if (p && p->pid == pid) |
pid | 284 | kernel/exit.c | asmlinkage int sys_kill(int pid,int sig) |
pid | 288 | kernel/exit.c | if (!pid) |
pid | 290 | kernel/exit.c | if (pid == -1) { |
pid | 293 | kernel/exit.c | if (p->pid > 1 && p != current) { |
pid | 301 | kernel/exit.c | if (pid < 0) |
pid | 302 | kernel/exit.c | return(kill_pg(-pid,sig,0)); |
pid | 304 | kernel/exit.c | return(kill_proc(pid,sig,0)); |
pid | 322 | kernel/exit.c | (p->p_pptr->pid == 1)) |
pid | 480 | kernel/exit.c | asmlinkage int sys_wait4(pid_t pid,unsigned long * stat_addr, int options, struct rusage * ru) |
pid | 495 | kernel/exit.c | if (pid>0) { |
pid | 496 | kernel/exit.c | if (p->pid != pid) |
pid | 498 | kernel/exit.c | } else if (!pid) { |
pid | 501 | kernel/exit.c | } else if (pid != -1) { |
pid | 502 | kernel/exit.c | if (p->pgrp != -pid) |
pid | 521 | kernel/exit.c | retval = p->pid; |
pid | 530 | kernel/exit.c | flag = p->pid; |
pid | 571 | kernel/exit.c | asmlinkage int sys_waitpid(pid_t pid,unsigned long * stat_addr, int options) |
pid | 573 | kernel/exit.c | return sys_wait4(pid, stat_addr, options, NULL); |
pid | 50 | kernel/fork.c | if (task[i]->pid == last_pid || task[i]->pgrp == last_pid || |
pid | 194 | kernel/fork.c | p->pid = last_pid; |
pid | 220 | kernel/fork.c | return p->pid; |
pid | 677 | kernel/sched.c | return current->pid; |
pid | 682 | kernel/sched.c | return current->p_opptr->pid; |
pid | 740 | kernel/sched.c | printk("%5lu %5d %6d ", free << 2, p->pid, p->p_pptr->pid); |
pid | 742 | kernel/sched.c | printk("%5d ", p->p_cptr->pid); |
pid | 746 | kernel/sched.c | printk("%7d", p->p_ysptr->pid); |
pid | 750 | kernel/sched.c | printk(" %5d\n", p->p_osptr->pid); |
pid | 44 | kernel/sys.c | return(p->pid == who); |
pid | 454 | kernel/sys.c | asmlinkage int sys_setpgid(pid_t pid, pid_t pgid) |
pid | 458 | kernel/sys.c | if (!pid) |
pid | 459 | kernel/sys.c | pid = current->pid; |
pid | 461 | kernel/sys.c | pgid = pid; |
pid | 465 | kernel/sys.c | if (p->pid == pid) |
pid | 480 | kernel/sys.c | if (pgid != pid) { |
pid | 495 | kernel/sys.c | asmlinkage int sys_getpgid(pid_t pid) |
pid | 499 | kernel/sys.c | if (!pid) |
pid | 502 | kernel/sys.c | if (p->pid == pid) |
pid | 518 | kernel/sys.c | current->session = current->pgrp = current->pid; |
pid | 11 | lib/wait.c | _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) |
pid | 393 | net/inet/af_inet.c | current->pid != arg) return(-EPERM); |