Searched refs:list_sort (Results 1 – 7 of 7) sorted by relevance
/u-boot-v2022.01-rc1/include/linux/ |
A D | list_sort.h | 8 void list_sort(void *priv, struct list_head *head,
|
/u-boot-v2022.01-rc1/lib/ |
A D | list_sort.c | 105 void list_sort(void *priv, struct list_head *head, in list_sort() function 150 EXPORT_SYMBOL(list_sort); 248 list_sort(NULL, &head, cmp); in list_sort_test()
|
A D | Makefile | 50 obj-y += list_sort.o
|
/u-boot-v2022.01-rc1/fs/ubifs/ |
A D | gc.c | 290 list_sort(c, &sleb->nodes, &data_nodes_cmp); in sort_nodes() 291 list_sort(c, nondata, &nondata_nodes_cmp); in sort_nodes()
|
A D | replay.c | 300 list_sort(c, &c->replay_list, &replay_entries_cmp); in apply_replay_list()
|
/u-boot-v2022.01-rc1/lib/efi_loader/ |
A D | efi_memory.c | 112 list_sort(NULL, &efi_mem, efi_mem_cmp); in efi_mem_sort()
|
/u-boot-v2022.01-rc1/arch/arm/mach-stm32mp/cmd_stm32prog/ |
A D | stm32prog.c | 652 list_sort(NULL, &dev->part_list, &part_cmp); in init_device()
|
Completed in 13 milliseconds