Searched refs:hole (Results 1 – 3 of 3) sorted by relevance
271 struct block_range *hole = malloc(sizeof(struct block_range)); in block_range__create() local272 if (!hole) in block_range__create()275 *hole = (struct block_range){ in block_range__create()282 rb_link_left_of_node(&hole->node, &next->node); in block_range__create()283 rb_insert_color(&hole->node, &block_ranges.root); in block_range__create()
60 // TCP should fill the hole but no coalescing should happen, and all
211 struct symbol_hole hole = { in find_symbol_hole_containing() local221 n = rb_find(&hole, &sec->symbol_tree.rb_root, symbol_hole_by_offset); in find_symbol_hole_containing()233 if (hole.sym) in find_symbol_hole_containing()234 n = rb_next(&hole.sym->node); in find_symbol_hole_containing()
Completed in 8 milliseconds