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

/drivers/md/bcache/
H A Dextents.c279 heap_sift(iter, i - top, bch_extent_sort_cmp);
289 heap_sift(iter, i - top, bch_extent_sort_cmp);
299 heap_sift(iter, 0, bch_extent_sort_cmp);
H A Dutil.h64 #define heap_sift(h, i, cmp) \ macro
99 heap_sift(h, _i, cmp); \
111 heap_sift(h, 0, cmp); \
H A Dmovinggc.c232 heap_sift(&ca->heap, 0, bucket_cmp);
H A Dalloc.c193 heap_sift(&ca->heap, 0, bucket_max_cmp);
198 heap_sift(&ca->heap, i, bucket_min_cmp);
H A Dbset.c1090 heap_sift(iter, 0, cmp);
1151 heap_sift(iter, i, b->ops->sort_cmp);

Completed in 83 milliseconds