Searched refs:sort (Results 101 - 125 of 318) sorted by relevance

1234567891011>>

/linux-master/usr/
H A Dgen_initramfs.sh70 my_mtime=$(find "$1" -printf "%T@\n" | sort -r | head -n 1)
151 dirlist=$(find "${srcdir}" -printf "%p %m %U %G\n" | LC_ALL=C sort)
/linux-master/scripts/
H A DMakefile.modpost151 existing-targets := $(wildcard $(sort $(targets)))
H A DMakefile.vmlinux_o101 existing-targets := $(wildcard $(sort $(targets)))
H A Dcheck-uapi.sh223 sort -u -o "$INCOMPAT_LIST" "$INCOMPAT_LIST"
279 done < <(find "$TMP_DIR" -type f -name '*.error' | sort)
401 | sort -Vc > /dev/null 2>&1
H A Dlink-vmlinux.sh290 echo >&2 Failed to sort kernel tables
/linux-master/kernel/
H A Dgroups.c9 #include <linux/sort.h>
86 sort(group_info->gid, group_info->ngroups, sizeof(*group_info->gid),
/linux-master/drivers/gpu/drm/ci/xfails/
H A Dupdate-xfails.py185 fails_txt.sort()
186 flakes_txt.sort()
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_bo_list.c31 #include <linux/sort.h>
133 sort(array, last_entry, sizeof(struct amdgpu_bo_list_entry),
/linux-master/lib/
H A Dgroup_cpus.c9 #include <linux/sort.h>
158 sort(node_groups, nr_node_ids, sizeof(node_groups[0]),
380 * from API user viewpoint since 2-stage spread is sort of
/linux-master/arch/powerpc/kernel/vdso/
H A DMakefile95 cmd_vdso32sym = $(NM) $< | $(gen-vdso32sym) | LC_ALL=C sort > $@
98 cmd_vdso64sym = $(NM) $< | $(gen-vdso64sym) | LC_ALL=C sort > $@
/linux-master/arch/arm64/kvm/
H A Dpkvm.c12 #include <linux/sort.h>
36 sort(hyp_memory,
/linux-master/kernel/trace/
H A Dfprobe.c13 #include <linux/sort.h>
169 sort(syms, num, sizeof(*syms), symbols_cmp, NULL);
/linux-master/fs/xfs/
H A Dxfs_linux.h47 #include <linux/sort.h>
178 #define xfs_sort(a,n,s,fn) sort(a,n,s,fn,NULL)
/linux-master/arch/powerpc/kexec/
H A Dranges.c19 #include <linux/sort.h>
123 /* cmp_func_t callback to sort ranges with sort() */
137 * @mem_rngs: Range list to sort.
150 sort(&(mem_rngs->ranges[0]), mem_rngs->nr_ranges,
/linux-master/tools/perf/
H A Dbuiltin-diff.c6 * DSOs and symbol information, sort them and produce a diff.
17 #include "util/sort.h"
459 * period in order to sort entries by percentage delta.
592 bh->block_fmt.sort = block_sort;
1014 /* Don't sort callchain for perf diff */
1292 OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
1293 "sort by key(s): pid, comm, dso, symbol, parent, cpu, srcline, ..."
1756 fmt->sort = hist_entry__cmp_baseline;
1760 fmt->sort = hist_entry__cmp_delta;
1764 fmt->sort
[all...]
/linux-master/scripts/dtc/
H A Ddt_to_config1030 for my $compat (sort keys %compat_white_list) {
1039 for my $compat (sort keys %driver_hard_code_list) {
1044 for my $compat (sort keys %driver_hard_code_list) {
1065 for my $driver (sort keys %driver_config_hard_code_list) {
1070 for my $driver (sort keys %driver_config_hard_code_list) {
/linux-master/drivers/sh/intc/
H A Dcore.c35 #include <linux/sort.h>
282 sort(d->prio, hw->nr_prio_regs, sizeof(*d->prio),
295 sort(d->sense, hw->nr_sense_regs, sizeof(*d->sense),
/linux-master/arch/powerpc/kernel/
H A Dmodule.c16 #include <linux/sort.h>
H A Dmodule_32.c19 #include <linux/sort.h>
105 sort((void *)hdr + sechdrs[i].sh_offset,
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh325 for CF1 in `echo $configs_derep | tr -s ' ' '\012' | sort -u`
352 sort -k2nr $T/cfgcpu -T="$T" > $T/cfgcpu.sort
355 awk < $T/cfgcpu.sort > $T/cfgcpu.pack -v ncpus=$cpus '
/linux-master/arch/s390/kernel/vdso64/
H A DMakefile77 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/linux-master/arch/loongarch/vdso/
H A DMakefile57 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/linux-master/fs/nfs_common/
H A Dnfsacl.c30 #include <linux/sort.h>
298 sort(acl->a_entries, acl->a_count, sizeof(struct posix_acl_entry),
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_engine_pm.c6 #include <linux/sort.h>
30 sort(a, COUNT, sizeof(*a), cmp_u64, NULL);
/linux-master/arch/arm/kernel/
H A Dmodule-plts.c10 #include <linux/sort.h>
104 /* sort by type and symbol index */
251 /* sort by type and symbol index */
252 sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL);

Completed in 291 milliseconds

1234567891011>>