Home
last modified time | relevance | path

Searched refs:list_sort (Results 1 – 20 of 20) sorted by relevance

/linux-4.1.27/lib/
Dlist_sort.c104 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()
DMakefile27 gcd.o lcm.o list_sort.o uuid.o flex_array.o iov_iter.o clz_ctz.o \
DKconfig.debug1550 Enable this to turn on 'list_sort()' function test. This test is
/linux-4.1.27/include/linux/
Dlist_sort.h8 void list_sort(void *priv, struct list_head *head,
/linux-4.1.27/fs/xfs/
Dxfs_extent_busy.h70 list_sort(NULL, list, xfs_extent_busy_ag_cmp); in xfs_extent_busy_sort()
Dxfs_buf.c1824 list_sort(NULL, io_list, xfs_buf_cmp); in __xfs_buf_delwri_submit()
/linux-4.1.27/drivers/misc/
Dsram.c150 list_sort(NULL, &reserve_list, sram_reserve_cmp); in sram_probe()
/linux-4.1.27/drivers/infiniband/hw/usnic/
Dusnic_uiom_interval_tree.c101 list_sort(NULL, list, interval_cmp); in find_intervals_intersection_sorted()
/linux-4.1.27/fs/ubifs/
Dgc.c298 list_sort(c, &sleb->nodes, &data_nodes_cmp); in sort_nodes()
299 list_sort(c, nondata, &nondata_nodes_cmp); in sort_nodes()
Dreplay.c305 list_sort(c, &c->replay_list, &replay_entries_cmp); in apply_replay_list()
/linux-4.1.27/fs/gfs2/
Dlops.c432 list_sort(NULL, blist, blocknr_cmp); in gfs2_before_commit()
Dlog.c536 list_sort(NULL, &sdp->sd_log_le_ordered, &ip_cmp); in gfs2_ordered_write()
Dglock.c1371 list_sort(NULL, list, glock_cmp); in gfs2_dispose_glock_lru()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_cs.c411 list_sort(NULL, &parser->validated, cmp_size_smaller_first); in radeon_cs_parser_fini()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_modes.c1150 list_sort(NULL, mode_list, drm_mode_compare); in drm_mode_sort()
/linux-4.1.27/block/
Dblk-mq.c1114 list_sort(NULL, &list, plug_ctx_cmp); in blk_mq_flush_plug_list()
Dblk-core.c3143 list_sort(NULL, &list, plug_rq_cmp); in blk_flush_plug_list()
/linux-4.1.27/fs/btrfs/
Draid56.c1682 list_sort(NULL, &plug->rbio_list, plug_cmp); in run_plug()
Dtree-log.c4066 list_sort(NULL, &extents, extent_cmp); in btrfs_log_changed_extents()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_debugfs.c277 list_sort(NULL, &stolen, obj_rank_by_stolen); in i915_gem_stolen_list_info()