Searched defs:proc_lock (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpid.c80 struct plock *proc_lock; /* persistent array of p_lock's */ variable in typeref:struct:plock
86 * should be modified to reflect the change to minimize proc_lock false
131 * given the size and (generally) sparse use of the proc_lock array, this
132 * is suboptimal. We therefore stride through the proc_lock array with
214 prp->p_lockp = &proc_lock[pid_getlockslot(pidp->pid_prslot)];
535 proc_lock = kmem_zalloc(sizeof (struct plock) * v.v_proc, KM_SLEEP);
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.h202 mutex_t proc_lock; /* protects hash table; serializes Lgrab() */ member in struct:ps_prochandle

Completed in 46 milliseconds