tag | line | file | source code |
pid | 442 | drivers/char/tty_io.c | extern int kill_proc(int pid, int sig, int priv); |
pid | 453 | drivers/char/vt.c | vt_cons[console].vt_pid = current->pid; |
pid | 1484 | drivers/net/ppp.c | ppp->inp_sig_pid = current->pid; |
pid | 74 | fs/locks.c | flock.l_pid = fl->fl_owner->pid; |
pid | 169 | fs/proc/array.c | static struct task_struct ** get_task(pid_t pid) |
pid | 175 | fs/proc/array.c | if (*p && (*p)->pid == pid) |
pid | 233 | fs/proc/array.c | static int get_env(int pid, char * buffer) |
pid | 235 | fs/proc/array.c | struct task_struct ** p = get_task(pid); |
pid | 242 | fs/proc/array.c | static int get_arg(int pid, char * buffer) |
pid | 244 | fs/proc/array.c | struct task_struct ** p = get_task(pid); |
pid | 278 | fs/proc/array.c | static int get_stat(int pid, char * buffer) |
pid | 280 | fs/proc/array.c | struct task_struct ** p = get_task(pid); |
pid | 316 | fs/proc/array.c | pid, |
pid | 319 | fs/proc/array.c | (*p)->p_pptr->pid, |
pid | 355 | fs/proc/array.c | static int get_statm(int pid, char * buffer) |
pid | 357 | fs/proc/array.c | struct task_struct ** p = get_task(pid); |
pid | 402 | fs/proc/array.c | static int get_maps(int pid, char *buf) |
pid | 405 | fs/proc/array.c | struct task_struct **p = get_task(pid); |
pid | 476 | fs/proc/array.c | unsigned int type, pid; |
pid | 483 | fs/proc/array.c | pid = type >> 16; |
pid | 499 | fs/proc/array.c | length = get_env(pid, page); |
pid | 502 | fs/proc/array.c | length = get_arg(pid, page); |
pid | 505 | fs/proc/array.c | length = get_stat(pid, page); |
pid | 508 | fs/proc/array.c | length = get_statm(pid, page); |
pid | 519 | fs/proc/array.c | length = get_maps(pid, page); |
pid | 95 | fs/proc/base.c | unsigned int pid, ino; |
pid | 106 | fs/proc/base.c | pid = ino >> 16; |
pid | 117 | fs/proc/base.c | ino = (pid << 16) + base_dir[i].low_ino; |
pid | 119 | fs/proc/base.c | if (task[i] && task[i]->pid == pid) |
pid | 121 | fs/proc/base.c | if (!pid || i >= NR_TASKS) { |
pid | 137 | fs/proc/base.c | unsigned int pid, ino; |
pid | 143 | fs/proc/base.c | pid = ino >> 16; |
pid | 145 | fs/proc/base.c | if (task[i] && task[i]->pid == pid) |
pid | 147 | fs/proc/base.c | if (!pid || i >= NR_TASKS) |
pid | 155 | 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 | 69 | fs/proc/fd.c | if (!pid || ino > 1 || !S_ISDIR(dir->i_mode)) { |
pid | 79 | fs/proc/fd.c | if (!(*result = iget(sb,(pid << 16)+2))) { |
pid | 103 | fs/proc/fd.c | if ((p = task[i]) && p->pid == pid) |
pid | 105 | fs/proc/fd.c | if (!pid || i >= NR_TASKS) |
pid | 110 | fs/proc/fd.c | ino = (pid << 16) + 0x100 + fd; |
pid | 119 | fs/proc/fd.c | ino = (pid << 16) + 0x200 + fd; |
pid | 130 | fs/proc/fd.c | unsigned int fd, pid, ino; |
pid | 136 | fs/proc/fd.c | pid = ino >> 16; |
pid | 159 | fs/proc/fd.c | if ((p = task[i]) && p->pid == pid) |
pid | 185 | fs/proc/fd.c | ino = (pid << 16) + 0x100 + fd; |
pid | 187 | fs/proc/fd.c | ino = (pid << 16) + 0x200 + fd; |
pid | 76 | fs/proc/inode.c | unsigned long ino, pid; |
pid | 90 | fs/proc/inode.c | pid = ino >> 16; |
pid | 93 | fs/proc/inode.c | if ((p = task[i]) && (p->pid == pid)) |
pid | 111 | fs/proc/inode.c | if (!pid) { |
pid | 44 | fs/proc/link.c | unsigned int pid, ino; |
pid | 58 | fs/proc/link.c | pid = ino >> 16; |
pid | 62 | fs/proc/link.c | if ((p = task[i]) && p->pid == pid) |
pid | 25 | fs/proc/mem.c | unsigned long addr, pid, cr3; |
pid | 32 | fs/proc/mem.c | pid = inode->i_ino; |
pid | 33 | fs/proc/mem.c | pid >>= 16; |
pid | 36 | fs/proc/mem.c | if (task[i] && task[i]->pid == pid) { |
pid | 73 | fs/proc/mem.c | unsigned long addr, pid, cr3; |
pid | 81 | fs/proc/mem.c | pid = inode->i_ino; |
pid | 82 | fs/proc/mem.c | pid >>= 16; |
pid | 85 | fs/proc/mem.c | if (task[i] && task[i]->pid == pid) { |
pid | 80 | fs/proc/root.c | unsigned int pid, c; |
pid | 100 | fs/proc/root.c | ino = (current->pid << 16) + 2; |
pid | 102 | fs/proc/root.c | pid = 0; |
pid | 107 | fs/proc/root.c | pid = 0; |
pid | 110 | fs/proc/root.c | pid *= 10; |
pid | 111 | fs/proc/root.c | pid += c; |
pid | 112 | fs/proc/root.c | if (pid & 0xffff0000) { |
pid | 113 | fs/proc/root.c | pid = 0; |
pid | 118 | fs/proc/root.c | if (task[i] && task[i]->pid == pid) |
pid | 120 | fs/proc/root.c | if (!pid || i >= NR_TASKS) { |
pid | 124 | fs/proc/root.c | ino = (pid << 16) + 2; |
pid | 138 | fs/proc/root.c | unsigned int nr,pid; |
pid | 163 | fs/proc/root.c | if (!p || !(pid = p->pid)) |
pid | 165 | fs/proc/root.c | if (pid & 0xffff0000) |
pid | 169 | fs/proc/root.c | while (pid >= j) { |
pid | 174 | fs/proc/root.c | put_fs_long((pid << 16)+2, &dirent->d_ino); |
pid | 178 | fs/proc/root.c | put_fs_byte('0'+(pid % 10), i+dirent->d_name); |
pid | 179 | fs/proc/root.c | pid /= 10; |
pid | 50 | include/linux/kernel.h | extern int kill_proc(int pid, int sig, int priv); |
pid | 267 | include/linux/sched.h | int pid,pgrp,session,leader; |
pid | 59 | init/main.c | static inline _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) |
pid | 499 | init/main.c | int pid,i; |
pid | 512 | init/main.c | if (!(pid=fork())) { |
pid | 519 | init/main.c | if (pid>0) |
pid | 520 | init/main.c | while (pid != wait(&i)) |
pid | 523 | init/main.c | if ((pid = fork()) < 0) { |
pid | 527 | init/main.c | if (!pid) { |
pid | 536 | init/main.c | if (pid == wait(&i)) |
pid | 538 | 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 | 435 | ipc/sem.c | curr->sempid = current->pid; |
pid | 491 | ipc/sem.c | sem->sempid = current->pid; |
pid | 111 | ipc/shm.c | shp->shm_cpid = current->pid; |
pid | 517 | ipc/shm.c | shp->shm_lpid = current->pid; |
pid | 549 | ipc/shm.c | shp->shm_lpid = current->pid; |
pid | 626 | ipc/shm.c | shp->shm_lpid = current->pid; |
pid | 141 | kernel/exit.c | task[i]->pid); |
pid | 144 | kernel/exit.c | task[i]->pid); |
pid | 147 | kernel/exit.c | task[i]->pid); |
pid | 150 | kernel/exit.c | task[i]->pid); |
pid | 153 | kernel/exit.c | task[i]->pid); |
pid | 156 | kernel/exit.c | task[i]->pid); |
pid | 159 | kernel/exit.c | task[i]->pid); |
pid | 162 | kernel/exit.c | task[i]->pid); |
pid | 167 | kernel/exit.c | task[i]->pid, task[i]->p_osptr->pid, |
pid | 168 | kernel/exit.c | task[i]->p_osptr->p_pptr->pid); |
pid | 172 | kernel/exit.c | task[i]->pid, task[i]->p_osptr->pid); |
pid | 178 | kernel/exit.c | task[i]->pid, task[i]->p_osptr->pid, |
pid | 179 | kernel/exit.c | task[i]->p_osptr->p_pptr->pid); |
pid | 183 | kernel/exit.c | task[i]->pid, task[i]->p_ysptr->pid); |
pid | 189 | kernel/exit.c | task[i]->pid, task[i]->p_cptr->pid); |
pid | 193 | kernel/exit.c | task[i]->pid, task[i]->p_cptr->pid); |
pid | 215 | kernel/exit.c | if (p->pid == pgrp) |
pid | 268 | kernel/exit.c | int kill_proc(int pid, int sig, int priv) |
pid | 275 | kernel/exit.c | if (p && p->pid == pid) |
pid | 285 | kernel/exit.c | asmlinkage int sys_kill(int pid,int sig) |
pid | 289 | kernel/exit.c | if (!pid) |
pid | 291 | kernel/exit.c | if (pid == -1) { |
pid | 294 | kernel/exit.c | if (p->pid > 1 && p != current) { |
pid | 302 | kernel/exit.c | if (pid < 0) |
pid | 303 | kernel/exit.c | return(kill_pg(-pid,sig,0)); |
pid | 305 | kernel/exit.c | return(kill_proc(pid,sig,0)); |
pid | 323 | kernel/exit.c | (p->p_pptr->pid == 1)) |
pid | 514 | kernel/exit.c | asmlinkage int sys_wait4(pid_t pid,unsigned long * stat_addr, int options, struct rusage * ru) |
pid | 529 | kernel/exit.c | if (pid>0) { |
pid | 530 | kernel/exit.c | if (p->pid != pid) |
pid | 532 | kernel/exit.c | } else if (!pid) { |
pid | 535 | kernel/exit.c | } else if (pid != -1) { |
pid | 536 | kernel/exit.c | if (p->pgrp != -pid) |
pid | 555 | kernel/exit.c | retval = p->pid; |
pid | 564 | kernel/exit.c | flag = p->pid; |
pid | 605 | kernel/exit.c | asmlinkage int sys_waitpid(pid_t pid,unsigned long * stat_addr, int options) |
pid | 607 | kernel/exit.c | return sys_wait4(pid, stat_addr, options, NULL); |
pid | 59 | kernel/fork.c | if (task[i]->pid == last_pid || task[i]->pgrp == last_pid || |
pid | 194 | kernel/fork.c | p->pid = last_pid; |
pid | 258 | kernel/fork.c | return p->pid; |
pid | 36 | kernel/ptrace.c | static inline struct task_struct * get_task(int pid) |
pid | 41 | kernel/ptrace.c | if (task[i] != NULL && (task[i]->pid == pid)) |
pid | 271 | kernel/ptrace.c | asmlinkage int sys_ptrace(long request, long pid, long addr, long data) |
pid | 287 | kernel/ptrace.c | if (pid == 1) /* you may not mess with init */ |
pid | 289 | kernel/ptrace.c | if (!(child = get_task(pid))) |
pid | 715 | kernel/sched.c | return current->pid; |
pid | 720 | kernel/sched.c | return current->p_opptr->pid; |
pid | 776 | kernel/sched.c | printk("%5lu %5d %6d ", free << 2, p->pid, p->p_pptr->pid); |
pid | 778 | kernel/sched.c | printk("%5d ", p->p_cptr->pid); |
pid | 782 | kernel/sched.c | printk("%7d", p->p_ysptr->pid); |
pid | 786 | kernel/sched.c | printk(" %5d\n", p->p_osptr->pid); |
pid | 189 | kernel/signal.c | asmlinkage int sys_waitpid(pid_t pid,unsigned long * stat_addr, int options); |
pid | 333 | kernel/signal.c | if (current->pid == 1) |
pid | 42 | kernel/sys.c | if (current->pid != 0) |
pid | 64 | kernel/sys.c | return(p->pid == who); |
pid | 431 | kernel/sys.c | asmlinkage int sys_setpgid(pid_t pid, pid_t pgid) |
pid | 435 | kernel/sys.c | if (!pid) |
pid | 436 | kernel/sys.c | pid = current->pid; |
pid | 438 | kernel/sys.c | pgid = pid; |
pid | 442 | kernel/sys.c | if (p->pid == pid) |
pid | 457 | kernel/sys.c | if (pgid != pid) { |
pid | 472 | kernel/sys.c | asmlinkage int sys_getpgid(pid_t pid) |
pid | 476 | kernel/sys.c | if (!pid) |
pid | 479 | kernel/sys.c | if (p->pid == pid) |
pid | 495 | kernel/sys.c | current->session = current->pgrp = current->pid; |
pid | 107 | kernel/traps.c | current->comm, current->pid, 0xffff & i, current->kernel_stack_page); |
pid | 11 | lib/wait.c | _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) |
pid | 360 | net/inet/af_inet.c | current->pid != arg) return(-EPERM); |