Searched refs:pid_vnr (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/drivers/tty/
H A Dtty_jobctrl.c477 ret = put_user(pid_vnr(pid), p);
558 sid = pid_vnr(real_tty->ctrl.session);
/linux-master/arch/powerpc/platforms/book3s/
H A Dvas-api.c222 csb_addr, pid_vnr(pid));
240 pr_devel("pid %d kill_proc_info() rc %d\n", pid_vnr(pid), rc);
/linux-master/arch/powerpc/platforms/powernv/
H A Dvas.h438 return pid_vnr(window->task_ref.pid);
/linux-master/include/linux/
H A Dpid.h168 * pid_vnr() : virtual id, i.e. the id seen from the pid namespace of
184 pid_t pid_vnr(struct pid *pid);
/linux-master/include/net/
H A Dscm.h73 scm->creds.pid = pid_vnr(pid);
/linux-master/kernel/
H A Dpid.c499 pid_t pid_vnr(struct pid *pid) function
503 EXPORT_SYMBOL_GPL(pid_vnr); variable
H A Daudit.c275 pid = pid_vnr(ac->pid);
1207 pvnr = pid_vnr(pid);
1241 /* NOTE: use pid_vnr() so the PID is relative to the current
1282 if (new_pid && (new_pid != pid_vnr(req_pid)))
1297 if (pid_vnr(req_pid) != auditd_pid) {
H A Dsys.c1175 retval = pid_vnr(grp);
1217 retval = pid_vnr(sid);
1238 pid_t session = pid_vnr(sid);
H A Dsysctl.c1337 tmp = pid_vnr(cad_pid);
/linux-master/fs/autofs/
H A Dinode.c76 seq_printf(m, ",pgrp=%d", pid_vnr(sbi->oz_pgrp));
/linux-master/net/core/
H A Dscm.c193 if (!p->pid || pid_vnr(p->pid) != creds.pid) {
/linux-master/fs/
H A Dfcntl.c159 pid = pid_vnr(filp->f_owner.pid);
217 owner.pid = pid_vnr(filp->f_owner.pid);
/linux-master/arch/x86/kvm/
H A Di8254.c681 pid_nr = pid_vnr(pid);
/linux-master/drivers/gpu/drm/
H A Ddrm_debugfs.c103 pid_vnr(pid),
/linux-master/ipc/
H A Dmsg.c574 p->msg_lspid = pid_vnr(msq->q_lspid);
575 p->msg_lrpid = pid_vnr(msq->q_lrpid);
H A Dshm.c1137 tbuf->shm_cpid = pid_vnr(shp->shm_cprid);
1138 tbuf->shm_lpid = pid_vnr(shp->shm_lprid);
H A Dsem.c1549 err = pid_vnr(curr->sempid);
H A Dmqueue.c651 pid_vnr(info->notify_owner));
/linux-master/net/bluetooth/
H A Dhci_sock.c286 if (creds->pid == pid_vnr(sk->sk_peer_pid))
291 creds->pid = pid_vnr(sk->sk_peer_pid);
/linux-master/mm/damon/
H A Ddbgfs.c343 id = pid_vnr(t->pid);
/linux-master/sound/core/
H A Drawmidi.c1725 pid_vnr(substream->pid));
1752 pid_vnr(substream->pid));
H A Dpcm.c454 snd_iprintf(buffer, "owner_pid : %d\n", pid_vnr(substream->pid));
H A Dcontrol.c1181 info->owner = pid_vnr(vd->owner->pid);
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c675 metadata.pid = pid_vnr(event->pid);
/linux-master/sound/core/seq/
H A Dseq_clientmgr.c1236 info->pid = pid_vnr(cptr->data.user.owner);

Completed in 350 milliseconds

12