Searched refs:rbpool (Results 1 – 2 of 2) sorted by relevance
357 static Block *rbpool; variable462 if((bp = rbpool) != nil){ in rballoc()463 rbpool = bp->next; in rballoc()477 b->next = rbpool; in rbfree()478 rbpool = b; in rbfree()
357 static Block* rbpool; variable462 if((bp = rbpool) != nil){ in rballoc()463 rbpool = bp->next; in rballoc()478 bp->next = rbpool; in rbfree()479 rbpool = bp; in rbfree()