Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/bcache/
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()
Dutil.h60 #define heap_sift(h, i, cmp) \ macro
95 heap_sift(h, _i, cmp); \
107 heap_sift(h, 0, cmp); \
Dalloc.c195 heap_sift(&ca->heap, 0, bucket_max_cmp); in invalidate_buckets_lru()
200 heap_sift(&ca->heap, i, bucket_min_cmp); in invalidate_buckets_lru()
Dmovinggc.c230 heap_sift(&ca->heap, 0, bucket_cmp); in bch_moving_gc()
Djournal.c402 heap_sift(&c->flush_btree, 0, in btree_flush_write()
408 heap_sift(&c->flush_btree, i, journal_min_cmp); in btree_flush_write()
Dbset.c1170 heap_sift(iter, 0, cmp); in __bch_btree_iter_next()
1227 heap_sift(iter, i, b->ops->sort_cmp); in btree_mergesort()