| 90 | } |
| 91 | |
| 92 | const u64 *find_rebalance(const struct bkpr *bkpr, u64 created_index) |
| 93 | { |
| 94 | const struct rebalance_pair *p; |
| 95 | |
| 96 | p = rebalance_htable_get(bkpr->rebalances->pairs, created_index); |
| 97 | return p ? &p->pair[1] : NULL; |
| 98 | } |
| 99 | |
| 100 | static void memleak_scan_rebalance_htable(struct htable *memtable, |
| 101 | struct rebalance_htable *ht) |
no outgoing calls