Home
last modified time | relevance | path

Searched refs:sort_cmp (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/contrib/plugins/
H A Dhwprofile.c72 static gint sort_cmp(gconstpointer a, gconstpointer b) in sort_cmp() function
127 it = g_list_sort(counts, sort_cmp); in plugin_exit()
/openbmc/linux/drivers/md/bcache/
H A Dextents.c241 .sort_cmp = bch_key_sort_cmp,
621 .sort_cmp = bch_extent_sort_cmp,
H A Dbset.h190 bool (*sort_cmp)(struct btree_iter_set l, member
H A Dbset.c1207 heap_sift(iter, i, b->ops->sort_cmp); in btree_mergesort()
1216 k = __bch_btree_iter_next(iter, b->ops->sort_cmp); in btree_mergesort()
/openbmc/linux/security/apparmor/
H A Dlabel.c217 static int sort_cmp(const void *a, const void *b) in sort_cmp() function
274 sort(vec, n, sizeof(struct aa_profile *), sort_cmp, NULL); in aa_vec_unique()