Lines Matching defs:pid
69 struct pid *pid;
95 pid = window->pid;
96 tsk = get_pid_task(pid, PIDTYPE_PID);
105 * invalid, send SEGV signal to pid saved in window. If the
109 * pid and mm references are taken when window is opened by
110 * process (pid). So tgid is used only when child thread opens
114 pid = window->tgid;
115 tsk = get_pid_task(pid, PIDTYPE_PID);
149 pr_debug("Invalid CSB address 0x%p signalling pid(%d)\n",
150 csb_addr, pid_vnr(pid));
166 rc = kill_pid_info(SIGSEGV, &info, pid);
169 pr_devel("%s(): pid %d kill_proc_info() rc %d\n", __func__,
170 pid_vnr(pid), rc);