Home
last modified time | relevance | path

Searched refs:bubble_sort (Results 1 – 7 of 7) sorted by relevance

/linux/fs/bcachefs/
H A Dfs.h89 bubble_sort(&a[1], ARRAY_SIZE(a) - 1, ptrcmp); \
105 bubble_sort(&a[1], ARRAY_SIZE(a) - 1, ptrcmp); \
H A Dsnapshot.c815 bubble_sort(u->v.skip, ARRAY_SIZE(u->v.skip), cmp_le32); in check_snapshot()
1227 bubble_sort(n->v.skip, ARRAY_SIZE(n->v.skip), cmp_le32); in create_snapids()
1544 bubble_sort(s->v.skip, ARRAY_SIZE(s->v.skip), cmp_le32); in bch2_fix_child_of_deleted_snapshot()
H A Dutil.h595 #define bubble_sort(_base, _nr, _cmp) \ macro
H A Dreplicas.c38 bubble_sort(e->devs, e->nr_devs, u8_cmp); in bch2_replicas_entry_sort()
H A Ddisk_accounting.c91 bubble_sort(k->replicas.devs, k->replicas.nr_devs, u8_cmp); in bch2_disk_accounting_mod()
H A Dbtree_gc.c727 bubble_sort(ids, BTREE_ID_NR, btree_id_gc_phase_cmp); in bch2_gc_btrees()
H A Dalloc_foreground.c642 bubble_sort(ret.data, ret.nr, dev_stripe_cmp); in bch2_dev_alloc_list()