Home
last modified time | relevance | path

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

/original-bsd/sys/vax/uba/
H A Dqv.c241 struct proc *qvrsel; /* process waiting for select */ variable
487 qvrsel = u.u_procp;
603 if(qvrsel) {
604 selwakeup(qvrsel,0);
605 qvrsel = 0;
859 if(qvrsel && (qp->ihead != qp->itail)) {
860 selwakeup(qvrsel,0);
861 qvrsel = 0;