/openbmc/linux/lib/ |
H A D | list_sort.c | 185 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp) in list_sort() function 253 EXPORT_SYMBOL(list_sort);
|
H A D | test_list_sort.c | 82 list_sort(test, &head, cmp); in list_sort_test()
|
/openbmc/linux/tools/lib/ |
H A D | list_sort.c | 184 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp) in list_sort() function 252 EXPORT_SYMBOL(list_sort);
|
/openbmc/u-boot/include/linux/ |
H A D | list_sort.h | 8 void list_sort(void *priv, struct list_head *head,
|
/openbmc/linux/include/linux/ |
H A D | list_sort.h | 13 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp);
|
/openbmc/linux/tools/include/linux/ |
H A D | list_sort.h | 13 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp);
|
/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/linux/tools/perf/ |
H A D | MANIFEST | 18 tools/lib/list_sort.c
|
H A D | check-headers.sh | 170 check lib/list_sort.c '-I "^#include <linux/bug.h>"'
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_extent_busy.h | 85 list_sort(NULL, list, xfs_extent_busy_ag_cmp); in xfs_extent_busy_sort()
|
/openbmc/linux/tools/perf/util/ |
H A D | python-ext-sources | 21 ../lib/list_sort.c
|
H A D | pmus.c | 207 list_sort(NULL, &core_pmus, pmus_cmp); in pmu_read_sysfs() 208 list_sort(NULL, &other_pmus, pmus_cmp); in pmu_read_sysfs()
|
H A D | Build | 149 perf-y += list_sort.o 382 $(OUTPUT)util/list_sort.o: ../lib/list_sort.c FORCE
|
/openbmc/linux/drivers/interconnect/qcom/ |
H A D | bcm-voter.c | 303 list_sort(NULL, &voter->commit_list, cmp_vcd); in qcom_icc_bcm_voter_commit() 343 list_sort(NULL, &voter->commit_list, cmp_vcd); in qcom_icc_bcm_voter_commit()
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | debugfs.c | 109 list_sort(NULL, ¶m.diff_mmio_list, mmio_offset_compare); in vgpu_mmio_diff_show()
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | kernel-api.rst | 108 lib/list_sort.c
|
/openbmc/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_uiom_interval_tree.c | 117 list_sort(NULL, list, interval_cmp); in find_intervals_intersection_sorted()
|
/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()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_user.c | 93 list_sort(NULL, engines, engine_cmp); in sort_engines()
|
/openbmc/linux/fs/ubifs/ |
H A D | gc.c | 280 list_sort(c, &sleb->nodes, &data_nodes_cmp); in sort_nodes() 281 list_sort(c, nondata, &nondata_nodes_cmp); in sort_nodes()
|
/openbmc/linux/block/ |
H A D | blk-mq-sched.c | 165 list_sort(NULL, &rq_list, sched_rq_cmp); in __blk_mq_do_dispatch_sched()
|
/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()
|
/openbmc/linux/drivers/misc/ |
H A D | sram.c | 265 list_sort(NULL, &reserve_list, sram_reserve_cmp); in sram_reserve_regions()
|
/openbmc/linux/drivers/pci/controller/cadence/ |
H A D | pcie-cadence-host.c | 418 list_sort(NULL, &bridge->dma_ranges, cdns_pcie_host_dma_ranges_cmp); in cdns_pcie_host_map_dma_ranges()
|