Home
last modified time | relevance | path

Searched refs:hole (Results 1 – 3 of 3) sorted by relevance

/tools/perf/util/
A Dblock-range.c271 struct block_range *hole = malloc(sizeof(struct block_range)); in block_range__create() local
272 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()
/tools/testing/selftests/net/packetdrill/
A Dtcp_eor_no-coalesce-retrans.pkt60 // TCP should fill the hole but no coalescing should happen, and all
/tools/objtool/
A Delf.c211 struct symbol_hole hole = { in find_symbol_hole_containing() local
221 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