Searched refs:bch_extent_sort_cmp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | extents.c | 258 static bool bch_extent_sort_cmp(struct btree_iter_set l, in bch_extent_sort_cmp() function 273 bch_extent_sort_cmp(i[0], i[1])) in bch_extent_sort_fixup() 281 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() 621 .sort_cmp = bch_extent_sort_cmp,
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | extents.c | 258 static bool bch_extent_sort_cmp(struct btree_iter_set l, in bch_extent_sort_cmp() function 273 bch_extent_sort_cmp(i[0], i[1])) in bch_extent_sort_fixup() 281 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() 621 .sort_cmp = bch_extent_sort_cmp,
|
Completed in 2 milliseconds