Lines Matching refs:rq
98 contab[oldmn].rq = j; in casern()
111 if (rp->rq == 0)
113 hp = &mhash[MHASH(rp->rq)];
127 if (mp->rq == 0)
129 lp = &mhash[MHASH(mp->rq)];
155 if (p->rq == 0) in mrehash()
157 i = MHASH(p->rq); in mrehash()
232 if (contab[newmn].rq) in casede()
234 contab[newmn].rq = i; in casede()
259 if (i == p->rq)
273 contab[i].rq = 0;
306 if (contab[i].rq == 0)
322 contab[i].rq = -1;
324 contab[i].rq = mn;
453 cc1 = contab[oldmn].rq & 0177; in alloc()
454 if ((cc2 = (contab[oldmn].rq >> BYTE) & 0177) == 0) in alloc()
1013 if ((xx = contab[i].rq) == 0 || contab[i].mx == 0) in casepm()