| /Linux-v5.4/tools/perf/util/ | 
| D | generate-cmdlist.sh | 14 sort |28 sort |
 43 sort |
 
 | 
| /Linux-v5.4/scripts/ | 
| D | Makefile.host | 41 __hostprogs := $(sort $(hostprogs-y) $(hostprogs-m))42 host-cshlib := $(sort $(hostlibs-y) $(hostlibs-m))
 43 host-cxxshlib := $(sort $(hostcxxlibs-y) $(hostcxxlibs-m))
 55 host-cobjs	:= $(sort $(foreach m,$(__hostprogs),$($(m)-objs)))
 63 host-cxxobjs	:= $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
 66 host-cshobjs	:= $(sort $(foreach m,$(host-cshlib),$($(m:.so=-objs))))
 67 host-cxxshobjs	:= $(sort $(foreach m,$(host-cxxshlib),$($(m:.so=-objs))))
 
 | 
| D | adjust_autoksyms.sh | 51 sort -u |63 sort "$cur_ksyms_file" "$new_ksyms_file" | uniq -u |
 
 | 
| D | Makefile.modfinal | 15 modules := $(sort $(shell cat $(MODORDER)))56 existing-targets := $(wildcard $(sort $(targets)))
 
 | 
| D | Makefile.headersinst | 27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs))53 existing-dirs := $(sort $(dir $(old-headers)))
 54 wanted-dirs   := $(sort $(dir $(all-headers)))
 
 | 
| D | diffconfig | 109     old.sort()121     changed.sort()
 
 | 
| D | Makefile.lib | 21 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m)))42 subdir-ym	:= $(sort $(subdir-y) $(subdir-m))
 45 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-…
 46 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-…
 99 modname-multi = $(subst $(space),:,$(sort $(foreach m,$(multi-used),\
 
 | 
| /Linux-v5.4/tools/lib/lockdep/ | 
| D | run_tests.sh | 10 find tests -name '*.c' | sort | while read -r i; do22 find tests -name '*.c' | sort | while read -r i; do
 35 find tests -name '*.c' | sort | while read -r i; do
 
 | 
| /Linux-v5.4/scripts/coccinelle/api/ | 
| D | check_bq27xxx_data.cocci | 84    List.sort compare i1regs_vals = List.sort compare i2regs_vals120    List.sort compare i1dmregs_vals = List.sort compare i2dmregs_vals
 156    List.sort compare i1props_vals = List.sort compare i2props_vals
 
 | 
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ | 
| D | calib.c | 27 	int16_t sort[ATH9K_NF_CAL_HIST_MAX];  in ath9k_hw_get_nf_hist_mid()  local31 		sort[i] = nfCalBuffer[i];  in ath9k_hw_get_nf_hist_mid()
 35 			if (sort[j] > sort[j - 1]) {  in ath9k_hw_get_nf_hist_mid()
 36 				nfval = sort[j];  in ath9k_hw_get_nf_hist_mid()
 37 				sort[j] = sort[j - 1];  in ath9k_hw_get_nf_hist_mid()
 38 				sort[j - 1] = nfval;  in ath9k_hw_get_nf_hist_mid()
 42 	nfval = sort[(ATH9K_NF_CAL_HIST_MAX - 1) >> 1];  in ath9k_hw_get_nf_hist_mid()
 
 | 
| /Linux-v5.4/tools/perf/trace/beauty/ | 
| D | vhost_virtio_ioctl.sh | 10 	sort | xargs printf "\t[%s] = \"%s\",\n"17 	sort | xargs printf "\t[%s] = \"%s\",\n"
 
 | 
| D | prctl_option.sh | 10 	sort -n | xargs printf "\t[%s] = \"%s\",\n"17 	sort -n | xargs printf "\t[%s] = \"%s\",\n"
 
 | 
| D | usbdevfs_ioctl.sh | 13 	sort | xargs printf "\t[%s] = \"%s\",\n"20 	sort | xargs printf "\t[%s] = \"%s\",\n"
 
 | 
| D | arch_errno_names.sh | 63 		|sort -t, -k2 -nu \93 …h in $(find $toolsdir/arch -maxdepth 1 -mindepth 1 -type d -printf "%f\n" | grep -v x86 | sort); do
 
 | 
| /Linux-v5.4/arch/s390/kernel/syscalls/ | 
| D | syscalltbl | 100 		|sort -k1 -n				\145 		|sort -k1 -n					\
 160 		|sort -n					 \
 
 | 
| /Linux-v5.4/tools/lib/bpf/ | 
| D | Makefile | 6 	sort -rV | head -n1 | cut -d'_' -f2)149 			   sort -u | wc -l)
 151 			      grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | sort -u | wc -l)
 221 		    sort -u > $(OUTPUT)libbpf_global_syms.tmp;		 \
 224 		    sort -u > $(OUTPUT)libbpf_versioned_syms.tmp; 	 \
 
 | 
| /Linux-v5.4/tools/memory-model/scripts/ | 
| D | newlitmushist.sh | 50 sort $T/list-C-already $T/list-C-short | uniq -u > $T/list-C-new57 sort -u $T/list-C-new $T/list-C-newer > $T/list-C-needed
 
 | 
| /Linux-v5.4/tools/perf/ | 
| D | builtin-kmem.c | 496 	struct sort_dimension *sort;  in __page_stat__findnew_alloc()  local504 		list_for_each_entry(sort, &page_alloc_sort_input, list) {  in __page_stat__findnew_alloc()
 505 			cmp = sort->cmp(pstat, data);  in __page_stat__findnew_alloc()
 551 	struct sort_dimension *sort;  in __page_stat__findnew_caller()  local
 559 		list_for_each_entry(sort, &page_caller_sort_input, list) {  in __page_stat__findnew_caller()
 560 			cmp = sort->cmp(pstat, data);  in __page_stat__findnew_caller()
 1258 	struct sort_dimension *sort;  in sort_slab_insert()  local
 1267 		list_for_each_entry(sort, sort_list, list) {  in sort_slab_insert()
 1268 			cmp = sort->cmp(data, this);  in sort_slab_insert()
 1305 	struct sort_dimension *sort;  in sort_page_insert()  local
 [all …]
 
 | 
| /Linux-v5.4/tools/lib/traceevent/Documentation/ | 
| D | libtraceevent-event_list.txt | 31 context. The _sort_type_ argument is the required sort criteria:34 	_TEP_EVENT_SORT_ID_	- sort by the event ID.
 35 	_TEP_EVENT_SORT_NAME_	- sort by the event (name, system, id) triplet.
 36 	_TEP_EVENT_SORT_SYSTEM_	- sort by the event (system, name, id) triplet.
 
 | 
| /Linux-v5.4/tools/testing/selftests/rcutorture/bin/ | 
| D | kvm-recheck.sh | 21 	dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
 | 
| D | kvm.sh | 239 sort -k2nr $T/cfgcpu -T="$T" > $T/cfgcpu.sort242 awk < $T/cfgcpu.sort > $T/cfgcpu.pack -v ncpus=$cpus '
 
 | 
| /Linux-v5.4/tools/perf/Documentation/ | 
| D | perf-report.txt | 72 --sort=::74 	in CSV format.  Following sort keys are available:
 112 	(i.e. --sort comm,dso,symbol)
 114 	If --branch-stack option is used, following sort keys are also
 128 	And default sort keys are changed to comm, dso_from, symbol_from, dso_to
 131 	When the sort key symbol is specified, columns "IPC" and "IPC Coverage"
 139 	If the --mem-mode option is used, the following sort keys are also available
 153 	And the default sort keys are changed to local_weight, mem, sym, dso,
 156 	If the data file has tracepoint event(s), following (dynamic) sort keys
 175 	has the same effect for all dynamic sort keys.
 [all …]
 
 | 
| /Linux-v5.4/scripts/dtc/ | 
| D | dtc.c | 167 	bool force = false, sort = false;  in main()  local239 			sort = true;  in main()
 338 	if (sort)  in main()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/ | 
| D | qp.c | 797 		int sort[MLX4_NUM_QP_REGION];  in mlx4_init_qp_table()  local802 			sort[i] = i;  in mlx4_init_qp_table()
 806 				if (dev->caps.reserved_qps_cnt[sort[j]] >  in mlx4_init_qp_table()
 807 				    dev->caps.reserved_qps_cnt[sort[j - 1]])  in mlx4_init_qp_table()
 808 					swap(sort[j], sort[j - 1]);  in mlx4_init_qp_table()
 813 			last_base -= dev->caps.reserved_qps_cnt[sort[i]];  in mlx4_init_qp_table()
 814 			dev->caps.reserved_qps_base[sort[i]] = last_base;  in mlx4_init_qp_table()
 816 				dev->caps.reserved_qps_cnt[sort[i]];  in mlx4_init_qp_table()
 
 | 
| /Linux-v5.4/tools/testing/selftests/ftrace/test.d/ftrace/ | 
| D | func_set_ftrace_file.tc | 121     cat set_ftrace_filter | grep -v '#' | cut -d' ' -f1 | cut -d':' -f1 | sort -u > $TMPDIR/actual127 cat available_filter_functions | cut -d' ' -f1 |  grep 'lock' | sort -u > $TMPDIR/expected
 
 |