Home
last modified time | relevance | path

Searched refs:pid_prslot (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libfakekernel/common/sys/
H A Dproc.h81 unsigned int pid_prslot :24; member
91 #define p_slot p_pidp->pid_prslot
/titanic_41/usr/src/uts/common/os/
H A Dpid.c211 pidp->pid_prslot = pep - procdir; in pid_allocate()
214 prp->p_lockp = &proc_lock[pid_getlockslot(pidp->pid_prslot)]; in pid_allocate()
216 pidp->pid_prslot = 0; in pid_allocate()
260 procdir[pidp->pid_prslot].pe_next = procentfree; in proc_entry_free()
261 procentfree = &procdir[pidp->pid_prslot]; in proc_entry_free()
336 p = procdir[pidp->pid_prslot].pe_proc; in prfind_zone()
605 psignal(procdir[pidp->pid_prslot].pe_proc, sig); in prsignal()
/titanic_41/usr/src/uts/common/sys/
H A Dproc.h403 unsigned int pid_prslot :24; member
413 #define p_slot p_pidp->pid_prslot
/titanic_41/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c582 (pidp.pid_prslot * sizeof (procp))) == -1) in mdb_pid2proc()