Searched refs:setbusy (Results 1 – 3 of 3) sorted by relevance
65 #define setbusy(p) (union store *)((INT)(p)|BUSY) macro138 p->ptr = setbusy(allocp);188 p->ptr = q==p+1? q: setbusy(q);189 r->ptr = s==r+1? s: setbusy(s);
225 #define setbusy(blkno) setbit(busymap, blkno) macro
137 setbusy(block); in markbusy()