Searched refs:list_sort (Results 1 – 6 of 6) sorted by relevance
| /openbmc/u-boot/include/linux/ |
| H A D | list_sort.h | 8 void list_sort(void *priv, struct list_head *head,
|
| /openbmc/u-boot/lib/ |
| H A D | list_sort.c | 103 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 D | Makefile | 46 obj-y += list_sort.o
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | gc.c | 288 list_sort(c, &sleb->nodes, &data_nodes_cmp); in sort_nodes() 289 list_sort(c, nondata, &nondata_nodes_cmp); in sort_nodes()
|
| H A D | replay.c | 298 list_sort(c, &c->replay_list, &replay_entries_cmp); in apply_replay_list()
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_memory.c | 80 list_sort(NULL, &efi_mem, efi_mem_cmp); in efi_mem_sort()
|