Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
A Dfs.h88 bubble_sort(&a[1], ARRAY_SIZE(a) - 1, ptrcmp); \
104 bubble_sort(&a[1], ARRAY_SIZE(a) - 1, ptrcmp); \
A Dsnapshot.c875 bubble_sort(u->v.skip, ARRAY_SIZE(u->v.skip), cmp_le32); in check_snapshot()
1288 bubble_sort(n->v.skip, ARRAY_SIZE(n->v.skip), cmp_le32); in create_snapids()
1585 bubble_sort(s->v.skip, ARRAY_SIZE(s->v.skip), cmp_le32); in bch2_fix_child_of_deleted_snapshot()
A Dutil.h572 #define bubble_sort(_base, _nr, _cmp) \ macro
A Dreplicas.c38 bubble_sort(e->devs, e->nr_devs, u8_cmp); in bch2_replicas_entry_sort()
A Ddisk_accounting.c89 bubble_sort(k->replicas.devs, k->replicas.nr_devs, u8_cmp); in bch2_disk_accounting_mod()
A Dbtree_gc.c721 bubble_sort(ids, BTREE_ID_NR, btree_id_gc_phase_cmp); in bch2_gc_btrees()
A Dalloc_foreground.c716 bubble_sort(ret.devs, ret.nr, dev_stripe_cmp); in bch2_dev_alloc_list()

Completed in 23 milliseconds