Searched refs:bh (Results 1 – 3 of 3) sorted by relevance
521 struct bhead bh; /* Common header */ member528 struct bhead bh; /* Common allocated/free header */ member586 if (bf->bh.bsize < size) in buf_get_pos()593 buf = (unsigned long)bf + bf->bh.bsize - size + sizeof(struct bhead) + in buf_get_pos()613 bs = b->bh.bsize; in get_free2_sum()716 assert(b->bh.prevfree == 0);720 (b->bh.bsize < best->bh.bsize)) {733 struct bhead *b_next = BH((char *)b + b->bh.bsize);734 bufsize rem_sz = b->bh.bsize;737 assert(b_next->prevfree == b->bh.bsize);[all …]
377 bufsize bs = b->bh.bsize; in bpool_foreach_pool()
36 const uint16_t bh = b >> 16; in mul64() local40 const uint64_t me = (uint64_t) ((uint32_t) ah * bl) + (uint32_t) al * bh; in mul64()41 const uint32_t hi = (uint32_t) ah * bh; in mul64()