Home
last modified time | relevance | path

Searched refs:list_sort (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dlist_sort.h8 void list_sort(void *priv, struct list_head *head,
/openbmc/u-boot/lib/
H A Dlist_sort.c103 void list_sort(void *priv, struct list_head *head, in list_sort() function
148 EXPORT_SYMBOL(list_sort);
246 list_sort(NULL, &head, cmp); in list_sort_test()
H A DMakefile46 obj-y += list_sort.o
/openbmc/u-boot/fs/ubifs/
H A Dgc.c288 list_sort(c, &sleb->nodes, &data_nodes_cmp); in sort_nodes()
289 list_sort(c, nondata, &nondata_nodes_cmp); in sort_nodes()
H A Dreplay.c298 list_sort(c, &c->replay_list, &replay_entries_cmp); in apply_replay_list()
/openbmc/u-boot/lib/efi_loader/
H A Defi_memory.c80 list_sort(NULL, &efi_mem, efi_mem_cmp); in efi_mem_sort()