Searched refs:bubble_sort (Results 1 – 7 of 7) sorted by relevance
/linux/fs/bcachefs/ |
H A D | fs.h | 89 bubble_sort(&a[1], ARRAY_SIZE(a) - 1, ptrcmp); \ 105 bubble_sort(&a[1], ARRAY_SIZE(a) - 1, ptrcmp); \
|
H A D | snapshot.c | 815 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 D | util.h | 595 #define bubble_sort(_base, _nr, _cmp) \ macro
|
H A D | replicas.c | 38 bubble_sort(e->devs, e->nr_devs, u8_cmp); in bch2_replicas_entry_sort()
|
H A D | disk_accounting.c | 91 bubble_sort(k->replicas.devs, k->replicas.nr_devs, u8_cmp); in bch2_disk_accounting_mod()
|
H A D | btree_gc.c | 727 bubble_sort(ids, BTREE_ID_NR, btree_id_gc_phase_cmp); in bch2_gc_btrees()
|
H A D | alloc_foreground.c | 642 bubble_sort(ret.data, ret.nr, dev_stripe_cmp); in bch2_dev_alloc_list()
|