Searched refs:sort (Results 26 - 50 of 318) sorted by relevance

1234567891011>>

/linux-master/tools/perf/arch/powerpc/entry/syscalls/
H A Dmksyscalltbl38 |sort -k1 -n \
/linux-master/scripts/
H A Dsyscallnr.sh61 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+$abis" "$infile" | sort -n | {
H A Dnsdeps17 if ! { echo "$SPATCH_REQ_VERSION"; echo "$SPATCH_VERSION"; } | sort -CV ; then
42 # sort the imports
46 cat $source_file | grep MODULE_IMPORT_NS | LC_ALL=C sort -u >> ${source_file}.tmp
H A DMakefile.dtbinst34 $(foreach d, $(sort $(dir $(dtbs))), $(eval $(call gen_install_rules,$(d))))
H A Dstackdelta16 # achieved by piping to sort -k5,5g.
52 my @common = sort grep {exists $new->{$_}} keys %$old;
H A DMakefile.headersinst27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs))
53 existing-dirs := $(sort $(dir $(old-headers)))
54 wanted-dirs := $(sort $(dir $(all-headers)))
H A DMakefile.vmlinux50 existing-targets := $(wildcard $(sort $(targets)))
H A DMakefile.vdsoinst34 $(foreach x, $(sort $(INSTALL_FILES)), $(eval $(call gen_install_rules,$(x))))
/linux-master/tools/perf/arch/x86/entry/syscalls/
H A Dsyscalltbl.sh24 grep '^[0-9]' "$in" | sort -n > $sorted_table
/linux-master/tools/testing/selftests/ftrace/test.d/filter/
H A Devent-filter-function.tc27 target_func=`cat trace | grep -o 'call_site=\([^+]*\)' | sed 's/call_site=//' | sort | uniq -c | sort | tail -n 1 | sed 's/^[ 0-9]*//'`
/linux-master/arch/sparc/prom/
H A Dmemory.c10 #include <linux/sort.h>
79 sort(sp_banks, num_ents, sizeof(struct sparc_phys_banks),
/linux-master/tools/certs/
H A Dprint-cert-tbs-hash.sh80 done < <(openssl list -digest-commands | tr ' ' '\n' | sort -ur)
/linux-master/samples/bpf/
H A DMakefile.target19 __tprogs := $(sort $(tprogs-y))
31 tprog-cobjs := $(sort $(foreach m,$(__tprogs),$($(m)-objs)))
/linux-master/samples/hid/
H A DMakefile.target19 __tprogs := $(sort $(tprogs-y))
31 tprog-cobjs := $(sort $(foreach m,$(__tprogs),$($(m)-objs)))
/linux-master/tools/memory-model/scripts/
H A Dnewlitmushist.sh50 sort $T/list-C-already $T/list-C-short | uniq -u > $T/list-C-new
57 sort -u $T/list-C-new $T/list-C-newer > $T/list-C-needed
/linux-master/tools/testing/selftests/net/forwarding/
H A Dethtool_lib.sh101 <(printf '%s\n' "${dev1_speeds[@]}" | sort -u) \
102 <(printf '%s\n' "${dev2_speeds[@]}" | sort -u)
/linux-master/lib/
H A Dextable.c11 #include <linux/sort.h>
66 sort(start, finish - start, sizeof(struct exception_table_entry),
/linux-master/tools/testing/selftests/lkdtm/
H A Dstack-entropy.sh40 grep 'Stack offset' | awk '{print $NF}' | sort | uniq -c | wc -l)
/linux-master/tools/perf/tests/shell/lib/
H A Dcoresight.sh106 uniq | sort | uniq)
112 uniq | sort | uniq)
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dcalib.c27 int16_t sort[ATH9K_NF_CAL_HIST_MAX]; local
31 sort[i] = nfCalBuffer[i];
35 if (sort[j] > sort[j - 1]) {
36 nfval = sort[j];
37 sort[j] = sort[j - 1];
38 sort[j - 1] = nfval;
42 nfval = sort[(ATH9K_NF_CAL_HIST_MAX - 1) >> 1];
/linux-master/arch/s390/kernel/syscalls/
H A Dsyscalltbl100 |sort -k1 -n \
145 |sort -k1 -n \
160 |sort -n \
/linux-master/kernel/
H A Drange.c8 #include <linux/sort.h>
155 /* sort them */
156 sort(range, nr_range, sizeof(struct range), cmp_range, NULL);
163 /* sort them */
164 sort(range, nr_range, sizeof(struct range), cmp_range, NULL);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_gt_pm.c6 #include <linux/sort.h>
72 sort(cycles, 5, sizeof(*cycles), cmp_u32, NULL);
75 sort(dt, 5, sizeof(*dt), cmp_u64, NULL);
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-assign-cpus.sh81 cat $n/cpu*/cache/$splitindex/shared_cpu_list | sort -u -k1n |
/linux-master/net/wireless/
H A DMakefile28 $(obj)/shipped-certs.c: $(sort $(wildcard $(srctree)/$(src)/certs/*.hex))
38 $(sort $(wildcard $(CONFIG_CFG80211_EXTRA_REGDB_KEYDIR)/*.x509))

Completed in 177 milliseconds

1234567891011>>