Home
last modified time | relevance | path

Searched refs:heap_sift (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/md/bcache/
H A Dutil.h58 #define heap_sift(h, i, cmp) \ macro
93 heap_sift(h, _i, cmp); \
105 heap_sift(h, 0, cmp); \
H A Dextents.c281 heap_sift(iter, i - top, bch_extent_sort_cmp); in bch_extent_sort_fixup()
291 heap_sift(iter, i - top, bch_extent_sort_cmp); in bch_extent_sort_fixup()
301 heap_sift(iter, 0, bch_extent_sort_cmp); in bch_extent_sort_fixup()
H A Dalloc.c194 heap_sift(&ca->heap, 0, bucket_max_cmp); in invalidate_buckets_lru()
199 heap_sift(&ca->heap, i, bucket_min_cmp); in invalidate_buckets_lru()
H A Dmovinggc.c229 heap_sift(&ca->heap, 0, bucket_cmp); in bch_moving_gc()
H A Dbset.c1152 heap_sift(iter, 0, cmp); in __bch_btree_iter_next()
1207 heap_sift(iter, i, b->ops->sort_cmp); in btree_mergesort()