Searched refs:bsize (Results 1 – 3 of 3) sorted by relevance
675 (b->bh.bsize < best->bh.bsize)) {710 b->bh.bsize = -b->bh.bsize;716 b_alloc->bsize = -(b->bh.bsize - pos);734 b->bh.bsize = -b_alloc->bsize - size;736 b_alloc->bsize += b->bh.bsize;1008 b->bh.bsize = -b->bh.bsize;1022 assert(BH((char *) bn + bn->bh.bsize)->prevfree == bn->bh.bsize);1027 b->bh.bsize += bn->bh.bsize;1060 assert(BH((char *) b + b->bh.bsize)->bsize == ESent);1061 assert(BH((char *) b + b->bh.bsize)->prevfree == b->bh.bsize);[all …]
297 bufsize bs = b->bh.bsize; in bpool_foreach_pool()450 osize = -b->bsize; in bget_buf_size()
221 ulg bsize = (ulg)items*size; in zcalloc() local228 if (bsize < 65520L) { in zcalloc()229 buf = farmalloc(bsize); in zcalloc()232 buf = farmalloc(bsize + 16L); in zcalloc()
Completed in 9 milliseconds