Searched refs:b_alloc (Results 1 – 1 of 1) sorted by relevance
732 struct bhead *b_alloc = BH((char *)b + pos); local763 b_alloc->bsize = -(b->bh.bsize - pos);764 b_alloc->prevfree = pos;769 assert(b_alloc->bsize < 0);775 if (-b_alloc->bsize - size > SizeQ + sizeof(struct bhead)) {781 b = BFH((char *)b_alloc + size);782 b->bh.bsize = -b_alloc->bsize - size;784 b_alloc->bsize += b->bh.bsize;801 poolset->totalloc -= b_alloc->bsize;804 buf = (char *)b_alloc + sizeof(struct bhead);