Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dutil.h57 #define heap_sift(h, i, cmp) \ macro
92 heap_sift(h, _i, cmp); \
104 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.c188 heap_sift(&ca->heap, 0, bucket_max_cmp); in invalidate_buckets_lru()
193 heap_sift(&ca->heap, i, bucket_min_cmp); in invalidate_buckets_lru()
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()