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