Searched refs:sort (Results 151 - 175 of 318) sorted by relevance

1234567891011>>

/linux-master/scripts/
H A Dtags.sh106 sort -u
H A DMakefile.package157 cmd_tar = cd $<; tar cf ../$@ $(compress-tar$(suffix $@)) --owner=root --group=root --sort=name *
244 existing-targets := $(wildcard $(sort $(targets)))
/linux-master/kernel/trace/
H A Dtracing_map.c17 #include <linux/sort.h>
258 * @cmp_fn: The comparison function that will be used to sort on the key
260 * Let the map know there is a key and that if it's used as a sort key
934 * tracing_map_destroy_sort_entries - Destroy an array of sort entries
976 sort(sort_entries, n_entries, sizeof(struct tracing_map_sort_entry *),
1039 sort(&entries[start], n_sub,
1052 * @sort_keys: The sort key to use for sorting
1065 * 'descending' is a flag that if set reverses the sort order, which
1122 sort(entries, n_entries, sizeof(struct tracing_map_sort_entry *),
/linux-master/Documentation/
H A DMakefile24 _SPHINXDIRS = $(sort $(patsubst $(srctree)/Documentation/%/index.rst,%,$(wildcard $(srctree)/Documentation/*/index.rst)))
/linux-master/arch/arm64/mm/
H A Dinit.c21 #include <linux/sort.h>
/linux-master/sound/soc/
H A Dsoc-dapm.c1488 int *sort; local
1494 sort = dapm_up_seq;
1496 sort = dapm_down_seq;
1498 WARN_ONCE(sort[a->id] == 0, "offset a->id %d not initialized\n", a->id);
1499 WARN_ONCE(sort[b->id] == 0, "offset b->id %d not initialized\n", b->id);
1501 if (sort[a->id] != sort[b->id])
1502 return sort[a->id] - sort[b->id];
1657 int *sort; local
[all...]
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh297 gpiochip=$(find "$DEBUGFS/$module/" -name gpiochip* -type d | sort)
/linux-master/tools/perf/
H A Dbuiltin-kvm.c405 fmt->sort = dim->cmp;
478 char *sort = sort_ ? strdup(sort_) : NULL; local
485 ret = kvm_hpp_list__init(sort, hpp_list, kvm_hists__init_sort);
489 /* Copy sort keys to output fields */
492 /* and then copy output fields to sort keys */
496 free(sort);
508 static int kvm_hists__reinit(const char *output, const char *sort) argument
511 return kvm_hpp_list__parse(&kvm_hists.list, output, sort);
1040 pr_err("Unsupported sort key: %s\n", kvm->sort_key);
1420 /* Reset sort lis
[all...]
/linux-master/kernel/
H A Djump_label.c14 #include <linux/sort.h>
90 sort(start, size, sizeof(struct jump_entry), jump_label_cmp, swapfn);
/linux-master/kernel/locking/
H A Dlockdep_proc.c21 #include <linux/sort.h>
407 * sort on absolute number of contentions
664 sort(data->stats, data->iter_end - data->stats,
/linux-master/arch/x86/kernel/
H A Dunwind_orc.c4 #include <linux/sort.h>
308 sort(orc_ip, num_entries, sizeof(int), orc_sort_cmp, orc_sort_swap);
335 * It's ready for binary search straight away, no need to sort it.
/linux-master/fs/bcachefs/
H A Ddisk_groups.c7 #include <linux/sort.h>
74 sort(sorted, nr_groups, sizeof(*sorted), group_cmp, NULL);
H A Dbtree_journal_iter.c10 #include <linux/sort.h>
497 /* sort and dedup all keys in the journal: */
546 sort(keys->data, keys->nr, sizeof(keys->data[0]), journal_sort_key_cmp, NULL);
/linux-master/tools/testing/selftests/net/
H A Dxfrm_policy.sh298 for j in $(seq 0 16 255 | sort -R); do
311 for j in $(seq 0 16 255 | sort -R); do
/linux-master/arch/x86/mm/
H A Dnuma.c15 #include <linux/sort.h>
980 sort(&blk[0], count, sizeof(blk[0]), cmp_memblk, NULL);
/linux-master/fs/ext4/
H A Dfsmap.c11 #include <linux/sort.h>
657 sort(handlers, EXT4_GETFSMAP_DEVS, sizeof(struct ext4_getfsmap_dev),
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c7 #include <linux/sort.h>
599 sort(cmd.thresholds, twd.count, sizeof(s16), compare_temps, NULL);
/linux-master/fs/xfs/
H A Dxfs_bmap_item.c287 bool sort)
295 if (sort)
283 xfs_bmap_update_create_intent( struct xfs_trans *tp, struct list_head *items, unsigned int count, bool sort) argument
H A Dxfs_extfree_item.c377 bool sort)
385 if (sort)
373 xfs_extent_free_create_intent( struct xfs_trans *tp, struct list_head *items, unsigned int count, bool sort) argument
H A Dxfs_rmap_item.c319 bool sort)
327 if (sort)
315 xfs_rmap_update_create_intent( struct xfs_trans *tp, struct list_head *items, unsigned int count, bool sort) argument
/linux-master/drivers/iio/
H A Dindustrialio-gts-helper.c14 #include <linux/sort.h>
179 sort(gains[i], gts->num_hwgain, sizeof(int), iio_gts_gain_cmp,
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer_configuration.py145 self.varitems.sort()
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_csv_to_c.py96 D1.sort(key=lambda i: eval(i, comedi_h.__dict__, Locals))
/linux-master/scripts/dtc/
H A Ddtx_diff34 -u unsorted, do not sort DTx
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.c42 #include <linux/sort.h>

Completed in 518 milliseconds

1234567891011>>