Lines Matching refs:pid
25 #include <linux/pid.h>55 if ((creds->pid == task_tgid_vnr(current) ||181 p->creds.pid = creds.pid;182 if (!p->pid || pid_vnr(p->pid) != creds.pid) {183 struct pid *pid;185 pid = find_get_pid(creds.pid);186 if (!pid)188 put_pid(p->pid);189 p->pid = pid;