Searched refs:other_b (Results 1 – 3 of 3) sorted by relevance
1186 Block* other_b; in unsplittableBlockSane() local1204 other_b = b + get_bszB(b); in unsplittableBlockSane()1205 if (other_b-1 != (Block*)sb_end) in unsplittableBlockSane()1954 Block* other_b; in mergeWithFreeNeighbours() local1966 other_b = b + b_bszB; in mergeWithFreeNeighbours()1967 if (other_b+min_useful_bszB(a)-1 <= (Block*)sb_end) { in mergeWithFreeNeighbours()1969 other_bszB = get_bszB(other_b); in mergeWithFreeNeighbours()1970 if (!is_inuse_block(other_b)) { in mergeWithFreeNeighbours()1973 vg_assert(blockSane(a, other_b)); in mergeWithFreeNeighbours()1976 unlinkBlock( a, other_b, in mergeWithFreeNeighbours()[all …]
721 struct bio_bio_st *other_b = other_bio->ptr; in bio_ctrl() local722 assert(other_b != NULL); in bio_ctrl()723 ret = other_b->len == 0 && other_b->closed; in bio_ctrl()
244 FX_FLOAT other_b, in Set() argument250 b = other_b; in Set()