Lines Matching refs:pid
147 * NOTE: despite the name pid, in linux, current->pid actually refers
151 * as a pid in the traditional sense.
165 pid_t pid = task_tgid_nr(current), ctxpid = 0;
173 pid = task_ppid_nr(current);
213 ctxpid = ctxi->pid;
215 if (pid != ctxpid)
227 dev_dbg(dev, "%s: rctxid=%016llx ctxinfo=%p ctxpid=%u pid=%u "
228 "ctx_ctrl=%u\n", __func__, rctxid, ctxi, ctxpid, pid,
835 ctxi->pid = task_tgid_nr(current); /* tgid = pid */