Lines Matching refs:word
43 #define busy(x) (Rcheat((x)->word) & BUSY)
85 while (!busy(q = p->word))
86 p->word = q->word;
91 blokp->word = p->word;
92 p->word = (struct blk *)
101 p = (struct blk *)(Rcheat(p->word) & ~BUSY);
129 blokstak->word = stakbsy;
131 bloktop->word = (struct blk *)(Rcheat(rndstak) | BUSY);
141 if ((unsigned char *)&bloktop->word >= brkend) {
143 (&bloktop->word) - brkend + sizeof (struct blk))) ==
147 bloktop = bloktop->word = (struct blk *)(Rcheat(bloktop) + reqd);
148 if ((unsigned char *)&bloktop->word >= brkend) {
150 (&bloktop->word) - brkend + sizeof (struct blk))) ==
154 bloktop->word = (struct blk *)(brkbegin + 1);
185 p->word = (struct blk *)(Rcheat(p->word) & ~BUSY);
203 eui = (uint32_t *)(Rcheat(ptr->word) & ~BUSY);
217 q = (struct blk *)(Rcheat(p->word) & ~BUSY);
250 q = (struct blk *)(Rcheat(p->word) & ~BUSY);
289 p = (struct blk *)(Rcheat(pp->word) & ~BUSY);