Searched refs:list_sort (Results 1 – 23 of 23) sorted by relevance
/linux-4.4.14/lib/ |
D | list_sort.c | 104 void list_sort(void *priv, struct list_head *head, in list_sort() function 147 EXPORT_SYMBOL(list_sort); 242 list_sort(NULL, &head, cmp); in list_sort_test()
|
D | Makefile | 27 gcd.o lcm.o list_sort.o uuid.o flex_array.o iov_iter.o clz_ctz.o \
|
D | Kconfig.debug | 1614 Enable this to turn on 'list_sort()' function test. This test is
|
/linux-4.4.14/include/linux/ |
D | list_sort.h | 8 void list_sort(void *priv, struct list_head *head,
|
/linux-4.4.14/fs/xfs/ |
D | xfs_extent_busy.h | 70 list_sort(NULL, list, xfs_extent_busy_ag_cmp); in xfs_extent_busy_sort()
|
D | xfs_buf.c | 1823 list_sort(NULL, io_list, xfs_buf_cmp); in __xfs_buf_delwri_submit()
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_uiom_interval_tree.c | 116 list_sort(NULL, list, interval_cmp); in find_intervals_intersection_sorted()
|
/linux-4.4.14/fs/ubifs/ |
D | gc.c | 298 list_sort(c, &sleb->nodes, &data_nodes_cmp); in sort_nodes() 299 list_sort(c, nondata, &nondata_nodes_cmp); in sort_nodes()
|
D | replay.c | 305 list_sort(c, &c->replay_list, &replay_entries_cmp); in apply_replay_list()
|
/linux-4.4.14/drivers/misc/ |
D | sram.c | 267 list_sort(NULL, &reserve_list, sram_reserve_cmp); in sram_reserve_regions()
|
/linux-4.4.14/fs/gfs2/ |
D | lops.c | 425 list_sort(NULL, blist, blocknr_cmp); in gfs2_before_commit()
|
D | log.c | 536 list_sort(NULL, &sdp->sd_log_le_ordered, &ip_cmp); in gfs2_ordered_write()
|
D | glock.c | 1324 list_sort(NULL, list, glock_cmp); in gfs2_dispose_glock_lru()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_cs.c | 411 list_sort(NULL, &parser->validated, cmp_size_smaller_first); in radeon_cs_parser_fini()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_cs.c | 488 list_sort(NULL, &parser->validated, cmp_size_smaller_first); in amdgpu_cs_parser_fini()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_modes.c | 1150 list_sort(NULL, mode_list, drm_mode_compare); in drm_mode_sort()
|
/linux-4.4.14/drivers/acpi/ |
D | nfit.c | 651 list_sort(NULL, &acpi_desc->dimms, nfit_mem_cmp); in nfit_mem_init()
|
/linux-4.4.14/block/ |
D | blk-mq.c | 1079 list_sort(NULL, &list, plug_ctx_cmp); in blk_mq_flush_plug_list()
|
D | blk-core.c | 3264 list_sort(NULL, &list, plug_rq_cmp); in blk_flush_plug_list()
|
/linux-4.4.14/fs/btrfs/ |
D | raid56.c | 1690 list_sort(NULL, &plug->rbio_list, plug_cmp); in run_plug()
|
D | tree-log.c | 4168 list_sort(NULL, &extents, extent_cmp); in btrfs_log_changed_extents()
|
/linux-4.4.14/drivers/nvme/host/ |
D | pci.c | 2581 list_sort(NULL, &dev->namespaces, ns_cmp); in nvme_scan_namespaces()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 297 list_sort(NULL, &stolen, obj_rank_by_stolen); in i915_gem_stolen_list_info()
|