| /linux/tools/lib/ |
| H A D | list_sort.c | 172 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp) in list_sort() function 240 EXPORT_SYMBOL(list_sort);
|
| /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);
|
| /linux/include/linux/ |
| H A D | list_sort.h | 13 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp);
|
| /linux/fs/xfs/ |
| H A D | xfs_extent_busy.h | 68 list_sort(NULL, list, xfs_extent_busy_ag_cmp); in xfs_extent_busy_sort()
|
| H A D | xfs_bmap_item.c | 306 list_sort(mp, items, xfs_bmap_update_diff_items); in xfs_bmap_update_create_intent()
|
| H A D | xfs_buf.c | 2013 list_sort(NULL, buffer_list, xfs_buf_cmp); in xfs_buf_delwri_submit_nowait() 2052 list_sort(NULL, buffer_list, xfs_buf_cmp); in xfs_buf_delwri_submit()
|
| H A D | xfs_refcount_item.c | 324 list_sort(mp, items, xfs_refcount_update_diff_items); in __xfs_refcount_update_create_intent()
|
| H A D | xfs_rmap_item.c | 349 list_sort(mp, items, xfs_rmap_update_diff_items); in __xfs_rmap_update_create_intent()
|
| /linux/tools/perf/ |
| H A D | MANIFEST | 25 tools/lib/list_sort.c
|
| H A D | check-headers.sh | 225 check_ignore_some_hunks lib/list_sort.c
|
| /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()
|
| /linux/drivers/thermal/ |
| H A D | thermal_thresholds.c | 192 list_sort(NULL, thresholds, __thermal_thresholds_cmp); in thermal_thresholds_add()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | kernel-api.rst | 108 lib/list_sort.c
|
| /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()
|
| /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()
|
| /linux/tools/perf/util/ |
| H A D | pmus.c | 270 list_sort(NULL, &core_pmus, pmus_cmp); in pmu_read_sysfs() 286 list_sort(NULL, &other_pmus, pmus_cmp); in pmu_read_sysfs()
|
| H A D | Build | 167 perf-util-y += list_sort.o 417 $(OUTPUT)util/list_sort.o: ../lib/list_sort.c FORCE
|
| H A D | metricgroup.c | 1406 list_sort(NULL, &metric_list, metric_list_cmp); in parse_groups() 1430 list_sort(NULL, &metric_list, default_metricgroup_cmp); in parse_groups()
|
| /linux/fs/iomap/ |
| H A D | ioend.c | 359 list_sort(NULL, ioend_list, iomap_ioend_compare); in iomap_sort_ioends()
|
| /linux/drivers/misc/ |
| H A D | sram.c | 267 list_sort(NULL, &reserve_list, sram_reserve_cmp); in sram_reserve_regions()
|
| /linux/block/ |
| H A D | blk-mq-sched.c | 163 list_sort(NULL, &rq_list, sched_rq_cmp); in __blk_mq_do_dispatch_sched()
|
| /linux/drivers/clk/keystone/ |
| H A D | sci-clk.c | 614 list_sort(NULL, &clks, _cmp_sci_clk_list); in ti_sci_scan_clocks_from_dt()
|
| /linux/lib/ |
| H A D | Makefile | 55 list_sort.o uuid.o iov_iter.o clz_ctz.o \
|
| /linux/fs/ext4/ |
| H A D | fsmap.c | 516 list_sort(NULL, meta_list, ext4_getfsmap_compare); in ext4_getfsmap_find_fixed_metadata()
|
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic.c | 354 list_sort(&info, &vgic_cpu->ap_list_head, vgic_irq_cmp); in vgic_sort_ap_list()
|