Searched refs:BFH (Results 1 – 2 of 2) sorted by relevance
531 #define BFH(p) ((struct bfhead *) (p)) macro928 b = BFH(((char *) buf) - sizeof(struct bhead));995 b = BFH(((char *) b) - b->bh.prevfree);1019 bn = BFH(((char *) b) + b->bh.bsize);1039 bn = BFH(((char *) b) + b->bh.bsize);1105 struct bfhead *b = BFH(buf);1225 b = BFH(((char *) buf) - sizeof(struct bhead));1283 struct bfhead *b = BFH(buf);1318 b = BFH(((char *) b) + bs);1331 struct bfhead *b = BFH(buf);[all …]
361 iterator->next_buf = BFH(ctx->pool[0].buf); in bpool_foreach_iterator_init()390 iterator->next_buf = BFH((uint8_t *)b + bs); in bpool_foreach_pool()411 iterator->next_buf = BFH(ctx->pool[iterator->pool_idx].buf); in bpool_foreach()
Completed in 8 milliseconds