Home
last modified time | relevance | path

Searched refs:sort (Results 1 – 200 of 211) sorted by relevance

12

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dcalib.c27 int16_t sort[ATH9K_NF_CAL_HIST_MAX]; in ath9k_hw_get_nf_hist_mid() local
31 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-4.4.14/tools/perf/util/
Dgenerate-cmdlist.sh13 sort |
27 sort |
Dcallchain.h88 sort_chain_func_t sort; member
Dcallchain.c335 param->sort = sort_chain_graph_abs; in callchain_register_param()
338 param->sort = sort_chain_graph_rel; in callchain_register_param()
341 param->sort = sort_chain_flat; in callchain_register_param()
Dhist.h209 int64_t (*sort)(struct perf_hpp_fmt *fmt, member
DBuild63 libperf-y += sort.o
Dhist.c1094 cmp = fmt->sort(fmt, a, b); in hist_entry__sort()
1141 callchain_param.sort(&he->sorted_chain, he->callchain, in __hists__insert_output_entry()
Dsort.c1494 hse->hpp.sort = __sort__hpp_sort; in __sort_dimension__alloc_hpp()
/linux-4.4.14/scripts/
DMakefile.host23 __hostprogs := $(sort $(hostprogs-y) $(hostprogs-m))
35 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs)))
43 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
50 host-objdirs := $(strip $(sort $(filter-out ./,$(host-objdirs))))
DMakefile.lib23 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m)))
47 subdir-ym := $(sort $(subdir-y) $(subdir-m))
50 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
51 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
53 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m)))
169 modname-multi = $(sort $(foreach m,$(multi-used),\
DMakefile.fwinst31 firmware-dirs := $(sort $(addprefix $(objtree)/$(obj)/,$(dir $(fw-external-y) $(fw-shipped-all))))
65 targets := $(wildcard $(sort $(targets)))
DMakefile.clean28 subdir-ym := $(sort $(subdir-y) $(subdir-m))
29 subdir-ymn := $(sort $(subdir-ym) $(subdir-))
Ddiffconfig108 old.sort()
120 changed.sort()
DMakefile.modpost63 MODLISTCMD := find $(MODVERDIR) -name '*.mod' | xargs -r grep -h '\.ko$$' | sort -u
142 targets := $(wildcard $(sort $(targets)))
Dxen-hypercalls.sh12 print "HYPERCALL("substr(v[i], 14)")"}' | sort -u >$out
Dstackusage31 sort -k3,3nr > "${outfile}"
Dgcc-ld18 -rpath-link|--sort-section|--section-start|-Tbss|-Tdata|-Ttext|\
DMakefile.headersinst28 header-y := $(sort $(header-y))
129 targets := $(wildcard $(sort $(targets)))
DMakefile.modsign10 __modules := $(sort $(shell grep -h '\.ko$$' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
DMakefile.modinst12 __modules := $(sort $(shell grep -h '\.ko$$' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
Dchecksyscalls.sh204 grep '^[0-9]' "$1" | sort -n | (
Ddepmod.sh24 later=$(printf '%s\n' "$version" "3.13" | sort -V | tail -n 1)
Dver_linux182 sort /proc/modules |
DMakefile.modbuiltin30 subdir-ym := $(sort $(subdir-y) $(subdir-Y) $(subdir-m))
Dbloat-o-meter58 delta.sort()
Dcoccicheck174 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
DMakefile.build323 $(sort $(subdir-obj-y)): $(subdir-ym) ;
417 targets := $(wildcard $(sort $(targets)))
Dgen_initramfs_list.sh92 my_mtime=$(find "$1" -printf "%T@\n" | sort -r | head -n 1)
/linux-4.4.14/lib/
Dsort.c59 void sort(void *base, size_t num, size_t size, in sort() function
103 EXPORT_SYMBOL(sort);
128 sort(a, 1000, sizeof(int), cmpint, NULL);
Dextable.c39 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
DMakefile25 obj-y += bcd.o div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \
/linux-4.4.14/tools/perf/
Dbuiltin-kmem.c475 struct sort_dimension *sort; in __page_stat__findnew_alloc() local
483 list_for_each_entry(sort, &page_alloc_sort_input, list) { in __page_stat__findnew_alloc()
484 cmp = sort->cmp(pstat, data); in __page_stat__findnew_alloc()
530 struct sort_dimension *sort; in __page_stat__findnew_caller() local
538 list_for_each_entry(sort, &page_caller_sort_input, list) { in __page_stat__findnew_caller()
539 cmp = sort->cmp(pstat, data); in __page_stat__findnew_caller()
1213 struct sort_dimension *sort; in sort_slab_insert() local
1222 list_for_each_entry(sort, sort_list, list) { in sort_slab_insert()
1223 cmp = sort->cmp(data, this); in sort_slab_insert()
1260 struct sort_dimension *sort; in sort_page_insert() local
[all …]
Dbuiltin-diff.c1116 fmt->sort = hist_entry__cmp_baseline; in data__hpp_register()
1120 fmt->sort = hist_entry__cmp_delta; in data__hpp_register()
1124 fmt->sort = hist_entry__cmp_ratio; in data__hpp_register()
1128 fmt->sort = hist_entry__cmp_wdiff; in data__hpp_register()
1131 fmt->sort = hist_entry__cmp_nop; in data__hpp_register()
1199 fmt->sort = hist_entry__cmp_delta_idx; in ui_init()
1202 fmt->sort = hist_entry__cmp_ratio_idx; in ui_init()
1205 fmt->sort = hist_entry__cmp_wdiff_idx; in ui_init()
Dbuiltin-sched.c801 struct sort_dimension *sort; in thread_lat_cmp() local
806 list_for_each_entry(sort, list, list) { in thread_lat_cmp()
807 ret = sort->cmp(l, r); in thread_lat_cmp()
/linux-4.4.14/scripts/dtc/
Ddtc.c114 bool force = false, sort = false; in main() local
179 sort = true; in main()
236 if (sort) in main()
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck.sh32 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
Dkvm.sh204 sort -k2nr $T/cfgcpu > $T/cfgcpu.sort
207 awk < $T/cfgcpu.sort > $T/cfgcpu.pack -v ncpus=$cpus '
/linux-4.4.14/tools/perf/Documentation/
Dperf-report.txt68 --sort=::
70 in CSV format. Following sort keys are available:
102 (i.e. --sort comm,dso,symbol)
104 If --branch-stack option is used, following sort keys are also
117 And default sort keys are changed to comm, dso_from, symbol_from, dso_to
125 Also it can contain any sort key(s).
127 By default, every sort keys not specified in -F will be appended
130 If --mem-mode option is used, following sort keys are also available
143 And default sort keys are changed to local_weight, mem, sym, dso,
151 defaults to "\^sys_|^do_page_fault", see '--sort parent'.
[all …]
Dperf-kmem.txt39 --sort=<key[,key2...]>::
41 for page). Available sort keys are 'ptr, callsite, bytes, hit,
Dperf-kvm.txt110 Sorting key. Possible values: sample (default, sort by samples
111 number), time (sort by average time).
147 Sorting key. Possible values: sample (default, sort by samples
148 number), time (sort by average time).
Dperf-top.txt117 --sort::
120 Please see description of --sort in the perf-report man page.
126 Also it can contain any sort key(s).
128 By default, every sort keys not specified in --field will be appended
Dperf-diff.txt60 --sort=::
62 Please see description of --sort in the perf-report man page.
Dintel-pt.txt770 sort example is from the AutoFDO tutorial (https://gcc.gnu.org/wiki/AutoFDO/Tutorial)
773 $ gcc-5 -O3 sort.c -o sort_optimized
782 $ perf record -e intel_pt//u ./sort 3000
788 $ ./create_gcov --binary=./sort --profile=inj --gcov=sort.gcov -gcov_version=1
789 $ gcc-5 -O3 -fauto-profile=sort.gcov sort.c -o sort_autofdo
Dexamples.txt104 titan:~/git> perf report --sort comm,dso,symbol
Dperf-probe.txt184 This provides some sort of flexibility and robustness to probe point definitions against minor code…
Dperf-record.txt264 displayed with the weight and local_weight sort keys. This currently works for TSX
/linux-4.4.14/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DCore.py36 keys.sort()
55 keys.sort()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dqp.c768 int sort[MLX4_NUM_QP_REGION]; in mlx4_init_qp_table() local
773 sort[i] = i; in mlx4_init_qp_table()
777 if (dev->caps.reserved_qps_cnt[sort[j]] > in mlx4_init_qp_table()
778 dev->caps.reserved_qps_cnt[sort[j - 1]]) in mlx4_init_qp_table()
779 swap(sort[j], sort[j - 1]); in mlx4_init_qp_table()
784 last_base -= dev->caps.reserved_qps_cnt[sort[i]]; in mlx4_init_qp_table()
785 dev->caps.reserved_qps_base[sort[i]] = last_base; in mlx4_init_qp_table()
787 dev->caps.reserved_qps_cnt[sort[i]]; in mlx4_init_qp_table()
/linux-4.4.14/tools/build/
DMakefile.build118 $(sort $(subdir-obj-y)): $(subdir-y) ;
132 targets := $(wildcard $(sort $(obj-y) $(in-target) $(MAKECMDGOALS)))
/linux-4.4.14/include/linux/
Dsort.h6 void sort(void *base, size_t num, size_t size,
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscalltbl.sh6 grep '^[0-9]' "$in" | sort -n | (
Dsyscallhdr.sh12 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
/linux-4.4.14/Documentation/aoe/
Dstatus.sh30 done | sort
/linux-4.4.14/kernel/
Drange.c154 sort(range, nr_range, sizeof(struct range), cmp_range, NULL); in clean_sort_range()
162 sort(range, nr_range, sizeof(struct range), cmp_range, NULL); in sort_range()
Djump_label.c54 sort(start, size, sizeof(struct jump_entry), jump_label_cmp, NULL); in jump_label_sort_entries()
Dcgroup.c4360 sort(array, length, sizeof(pid_t), fried_cmppid, NULL); in pidlist_array_load()
4362 sort(array, length, sizeof(pid_t), cmppid, NULL); in pidlist_array_load()
/linux-4.4.14/drivers/staging/xgifb/
DTODO8 - sort out dup ids with SiS driver
/linux-4.4.14/Documentation/DocBook/
DMakefile51 HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS)))
64 sort -k 2 -k 1 | uniq -f 1 | sed -e 's: :/:' | \
Dgpu.xml.db109 API-drm-mode-sort
/linux-4.4.14/drivers/power/
Dtwl4030_madc_battery.c223 sort(pdata->charging, pdata->charging_size, in twl4030_madc_battery_probe()
226 sort(pdata->discharging, pdata->discharging_size, in twl4030_madc_battery_probe()
/linux-4.4.14/tools/perf/scripts/python/
Dnet_dropmonitor.py28 kallsyms.sort()
Dnetdev-times.py174 all_event_list.sort(lambda a,b :cmp(a[EINFO_IDX_TIME],
/linux-4.4.14/arch/s390/mm/
Dextable.c59 sort(start, finish - start, sizeof(*start), cmp_ex, NULL); in sort_extable()
/linux-4.4.14/
DMakefile889 vmlinux-alldirs := $(sort $(vmlinux-dirs) $(patsubst %/,%,$(filter %/, \
907 export KBUILD_ALLDIRS := $(sort $(filter-out arch/%,$(vmlinux-alldirs)) arch Documentation include …
934 $(sort $(vmlinux-deps)): $(vmlinux-dirs) ;
1241 boards := $(sort $(notdir $(boards)))
1243 board-dirs := $(sort $(notdir $(board-dirs:/=)))
1333 boards-per-dir = $(sort $(notdir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/$*/*_defconfig)))
1456 -name '*.[hcS]' -type f -print | sort \
1461 -name '*.[hcS]' -type f -print | sort \
1581 targets := $(wildcard $(sort $(targets)))
DREADME373 nm vmlinux | sort | less
/linux-4.4.14/arch/sparc/prom/
Dmemory.c78 sort(sp_banks, num_ents, sizeof(struct sparc_phys_banks), in prom_meminit()
/linux-4.4.14/arch/alpha/mm/
Dextable.c47 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
/linux-4.4.14/drivers/firmware/efi/libstub/
DMakefile29 arm-deps := fdt_rw.c fdt_ro.c fdt_wip.c fdt.c fdt_empty_tree.c fdt_sw.c sort.c
Darm-stub.c371 sort(memory_map, map_size / desc_size, desc_size, cmp_mem_desc, NULL); in efi_get_virtmap()
/linux-4.4.14/arch/arm64/kernel/vdso/
DMakefile45 $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@ && \
/linux-4.4.14/arch/ia64/mm/
Dextable.c52 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
/linux-4.4.14/arch/x86/realmode/rm/
DMakefile37 sed $(sed-pasyms) | sort | uniq > $@
/linux-4.4.14/arch/x86/mm/
Dextable.c138 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Dphy.c1568 s16 sort[ATH5K_NF_CAL_HIST_MAX]; in ath5k_hw_get_median_noise_floor() local
1572 memcpy(sort, ah->ah_nfcal_hist.nfval, sizeof(sort)); in ath5k_hw_get_median_noise_floor()
1575 if (sort[j] > sort[j - 1]) { in ath5k_hw_get_median_noise_floor()
1576 tmp = sort[j]; in ath5k_hw_get_median_noise_floor()
1577 sort[j] = sort[j - 1]; in ath5k_hw_get_median_noise_floor()
1578 sort[j - 1] = tmp; in ath5k_hw_get_median_noise_floor()
1584 "cal %d:%d\n", i, sort[i]); in ath5k_hw_get_median_noise_floor()
1586 return sort[(ATH5K_NF_CAL_HIST_MAX - 1) / 2]; in ath5k_hw_get_median_noise_floor()
/linux-4.4.14/Documentation/trace/
Dtracepoint-analysis.txt219 were generating events within the kernel. To begin this sort of analysis, the
253 # (For more details, try: perf report --sort comm,dso,symbol)
280 # (For more details, try: perf report --sort comm,dso,symbol)
286 $ perf report --sort comm,dso,symbol
Dring-buffer-design.txt454 Any access to the reader will need to take some sort of lock to serialize
/linux-4.4.14/Documentation/arm/SA1100/
DADSBitsy19 - SA1100 LCD frame buffer (8/16bpp...sort of)
DGraphicsMaster19 - SA1100 LCD frame buffer (8/16bpp...sort of)
DGraphicsClient63 - SA1100 LCD frame buffer (8/16bpp...sort of)
/linux-4.4.14/arch/x86/um/vdso/
DMakefile62 $(NM) $< | LC_ALL=C sed -n $(sed-vdsosym) | LC_ALL=C sort > $@
/linux-4.4.14/tools/perf/ui/
Dhist.c383 .sort = hpp__sort_ ## _fn, \
395 .sort = hpp__sort_ ## _fn, \
406 .sort = hpp__sort_ ## _fn, \
/linux-4.4.14/sound/soc/
Dsoc-dapm.c1310 int *sort; in dapm_seq_compare() local
1313 sort = dapm_up_seq; in dapm_seq_compare()
1315 sort = dapm_down_seq; in dapm_seq_compare()
1317 if (sort[a->id] != sort[b->id]) in dapm_seq_compare()
1318 return sort[a->id] - sort[b->id]; in dapm_seq_compare()
1471 int *sort; in dapm_seq_run() local
1474 sort = dapm_up_seq; in dapm_seq_run()
1476 sort = dapm_down_seq; in dapm_seq_run()
1482 if (sort[w->id] != cur_sort || w->reg != cur_reg || in dapm_seq_run()
1489 if (sort[i] == cur_sort) in dapm_seq_run()
[all …]
/linux-4.4.14/tools/testing/selftests/ftrace/
Dftracetest41 echo `find $1 -name \*.tc | sort`
/linux-4.4.14/arch/x86/kernel/
Dmmconf-fam10h_64.c142 sort(range, hi_mmio_num, sizeof(struct range), cmp_range, NULL); in get_fam10h_pci_mmconf_base()
De820.c305 sort(change_point, chg_nr, sizeof *change_point, cpcompare, NULL); in sanitize_e820_map()
/linux-4.4.14/drivers/sh/intc/
Dcore.c267 sort(d->prio, hw->nr_prio_regs, sizeof(*d->prio), in register_intc_controller()
280 sort(d->sense, hw->nr_sense_regs, sizeof(*d->sense), in register_intc_controller()
/linux-4.4.14/drivers/input/touchscreen/
Dti_am335x_tsc.c250 sort(yvals, creads, sizeof(unsigned int), in titsc_read_coordinates()
252 sort(xvals, creads, sizeof(unsigned int), in titsc_read_coordinates()
/linux-4.4.14/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smd.txt15 processor of some sort - or in SMD language an "edge". The name of the edges
/linux-4.4.14/tools/lib/traceevent/
DMakefile254 $(NM) -u -D $1 | awk 'NF>1 {print "\t"$$2";"}' | sort -u; \
Devent-parse.c5451 int (*sort)(const void *a, const void *b); in pevent_list_events() local
5477 sort = events_id_cmp; in pevent_list_events()
5480 sort = events_name_cmp; in pevent_list_events()
5483 sort = events_system_cmp; in pevent_list_events()
5489 qsort(events, pevent->nr_events, sizeof(*events), sort); in pevent_list_events()
/linux-4.4.14/arch/frv/mm/
Dtlb-miss.S43 # handle a lookup failure of one sort or another in a kernel TLB handler
88 # handle a lookup failure of one sort or another in a user TLB handler
/linux-4.4.14/drivers/firmware/efi/
Dfake_mem.c227 sort(fake_mems, nr_fake_mem, sizeof(struct fake_mem), in setup_fake_mem()
/linux-4.4.14/arch/metag/kernel/
Dmodule.c117 sort((void *)hdr + sechdrs[i].sh_offset, in get_plt_size()
/linux-4.4.14/arch/powerpc/kernel/
Dmodule_32.c131 sort((void *)hdr + sechdrs[i].sh_offset, in get_plt_size()
Dmodule_64.c290 sort((void *)sechdrs[i].sh_addr, in get_stubs_size()
/linux-4.4.14/fs/nfs_common/
Dnfsacl.c226 sort(acl->a_entries, acl->a_count, sizeof(struct posix_acl_entry), in posix_acl_from_nfsacl()
/linux-4.4.14/arch/powerpc/boot/
DMakefile118 src-wlib := $(sort $(src-wlib-y))
119 src-plat := $(sort $(src-plat-y))
/linux-4.4.14/drivers/of/
Dof_reserved_mem.c227 sort(reserved_mem, reserved_mem_count, sizeof(reserved_mem[0]), in __rmem_check_for_overlap()
/linux-4.4.14/fs/xfs/
Dxfs_linux.h210 #define xfs_sort(a,n,s,fn) sort(a,n,s,fn,NULL)
/linux-4.4.14/arch/unicore32/mm/
Dinit.c246 sort(&meminfo.bank, meminfo.nr_banks, sizeof(meminfo.bank[0]), in uc32_memblock_init()
/linux-4.4.14/Documentation/
Dldm.txt55 disk, but the driver will sort them.
Dfutex-requeue-pi.txt17 on a pthread_condvar and letting them try to sort out which task
Dmen-chameleon-bus.txt56 single FPGA and usually attached via some sort of PCI or PCIe link. Each
Drbtree.txt161 Replacing a node this way does not re-sort the tree: If the new node doesn't
164 Iterating through the elements stored in an rbtree (in sort order)
Dvolatile-considered-harmful.txt8 as a sort of easy atomic variable, which they are not. The use of volatile in
Dflexible-arrays.txt62 running in some sort of atomic context; in this situation, sleeping in the
Dcircular-buffers.txt186 Note that wake_up() does not guarantee any sort of barrier unless something
Dthis_cpu_ops.txt23 sort of relaxed atomicity guarantees. The x86, for example, can execute
Dsysrq.txt172 term(e) and kill(i) are useful if you have some sort of runaway process you
Dmemory-barriers.txt797 However, they do -not- guarantee any other sort of ordering:
1470 Use WRITE_ONCE() to prevent the compiler from making this sort of
1582 Please note that GCC really does use this sort of optimization,
1832 locks do not imply any sort of barrier.
2775 This sort of problem can be encountered on DEC Alpha processors as they have a
DSubmittingPatches631 The Subject line format makes it very easy to sort the emails
634 the numerical and alphabetic sort is the same.
Dapplying-patches.txt389 The -mm tree serves as a sort of proving ground for new features and other
/linux-4.4.14/Documentation/filesystems/
Dautomount-support.txt58 some sort of timed event to drive it.
Dramfs-rootfs-initramfs.txt348 issues requiring a full udev implementation to sort out. They can be
/linux-4.4.14/Documentation/vm/
Dnuma18 connected together with some sort of system interconnect--e.g., a crossbar or
64 application features on non-NUMA platforms, and as a sort of memory resource
/linux-4.4.14/arch/parisc/kernel/
Dunwind.c132 sort(start, finish - start, sizeof(struct unwind_table_entry), in unwind_table_sort()
/linux-4.4.14/drivers/acpi/
Dfan.c311 sort(fan->fps, fan->fps_count, sizeof(*fan->fps), in acpi_fan_get_fps()
Dacpi_video.c832 sort(&br->levels[2], count - 2, sizeof(br->levels[2]), in acpi_video_init_brightness()
Dnfit.c1029 sort(&info->mapping[0], nr, sizeof(struct nfit_set_info_map), in acpi_nfit_init_interleave_set()
/linux-4.4.14/Documentation/hwmon/
Dadm102167 The ADM1021 and MAX1617A reports a die code, which is a sort of revision
/linux-4.4.14/scripts/kconfig/
DMakefile74 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
/linux-4.4.14/sound/pci/hda/
Dhda_auto_parser.c53 sort(list, num_pins, sizeof(list[0]), compare_seq, NULL); in sort_pins_by_sequence()
405 sort(cfg->inputs, cfg->num_inputs, sizeof(cfg->inputs[0]), in snd_hda_parse_pin_defcfg()
/linux-4.4.14/drivers/md/bcache/
Dsysfs.c534 sysfs_print_time_stats(&c->sort.time, btree_sort, ms, us); in SHOW()
789 sort(p, n, sizeof(uint16_t), cmp, NULL); in SHOW()
Dbcache.h624 struct bset_sort_state sort; member
Dbtree.c166 bch_btree_sort(&b->keys, &b->c->sort); in bch_btree_init_next()
168 bch_btree_sort_lazy(&b->keys, &b->c->sort); in bch_btree_init_next()
259 bch_btree_sort_and_fix_extents(&b->keys, iter, &b->c->sort); in bch_btree_node_read_done()
1120 bch_btree_sort_into(&b->keys, &n->keys, &b->c->sort); in btree_node_alloc_replacement()
Dsuper.c1343 bch_bset_sort_state_free(&c->sort); in cache_set_free()
1525 bch_bset_sort_state_init(&c->sort, ilog2(c->btree_pages))) in bch_cache_set_alloc()
/linux-4.4.14/Documentation/driver-model/
Doverview.txt17 Traditional driver models implemented some sort of tree-like structure
/linux-4.4.14/drivers/clk/tegra/
Dclk-emc.c459 sort(tegra->timings, tegra->num_timings, sizeof(struct emc_timing), in load_timings_from_dt()
/linux-4.4.14/drivers/net/wireless/p54/
Deeprom.c395 sort(list->channels, list->entries, sizeof(struct p54_channel_entry), in p54_generate_channel_lists()
591 sort(entry, entries, sizeof(*entry), p54_compare_rssichan, NULL); in p54_parse_rssical()
/linux-4.4.14/Documentation/development-process/
D3.Early-stage203 problems later. For companies without that sort of in-house expertise, the
206 designed to help with this sort of situation; more information can be found
D2.Process186 to forget about code after merging it, that sort of behavior tends to
268 no designated subsystem tree. As a result, -mm operates as a sort of
340 time. Some sort of familiarity with git is almost a requirement for kernel
461 introduce themselves to the community will not get the sort of reception
D7.AdvancedTopics67 say, or which has some other sort of obvious bug) can be fixed in place or
D4.Coding195 An especially unwelcome type of regression is any sort of change to the
264 in an automated manner ahead of time. Code with any sort of non-trivial
D6.Followthrough152 The worst sort of bug reports are regressions. If your patch causes a
D1.Intro196 before considering any sort of binary-only kernel code distribution. These
/linux-4.4.14/Documentation/cgroups/
Dfreezer-subsystem.txt3 according to the desires of a system administrator. This sort of program
Dcgroups.txt238 should sort/uniquify the list if this property is required.
/linux-4.4.14/drivers/char/agp/
DKconfig11 as a sort of "AGP driver" for the motherboard's chipset.
/linux-4.4.14/Documentation/block/
Dbiodoc.txt926 results in some sort of conflict internally,
944 one specified in disk sort order. Used by the
983 The generic i/o scheduler algorithm attempts to sort/merge/batch requests for
996 almost always dispatched in disk sort order, so a cache is kept of the next
997 request in sort order to prevent binary tree lookups.
1012 merge/sort optimizations
1018 (sort of like plugging the bath tub of a vessel to get fluid to build up)
1020 the requests. This provides an opportunity to merge/sort the requests before
Dbiovecs.txt56 The new code is much more straightforward - have a look. This sort of
/linux-4.4.14/Documentation/usb/
Dgadget_multi.txt46 tries to much drivers for each individual interface (sort of, don't
DURB.txt175 which often means some sort of lock will be needed to prevent the URB
/linux-4.4.14/Documentation/RCU/
DUP.txt8 anything else to be happening on. Although this approach will -sort- -of-
Dstallwarn.txt95 sort of false positive without resorting to things like stop_machine(),
96 which is overkill for this sort of problem.
Dchecklist.txt29 still use some sort of mutual exclusion, such as:
175 any sort of irq context. The same rule applies for
DlistRCU.txt217 the reader-writer lock would become a spinlock in this sort of code.
Drcu_dereference.txt138 This sort of comparison occurs frequently when scanning
DwhatisRCU.txt111 that readers are not doing any sort of synchronization operations???
205 update rate in order to gain this same sort of resilience. See
/linux-4.4.14/Documentation/input/
Dntrig.txt100 you actually are using the screen. In practice this sort of ghost has
/linux-4.4.14/drivers/scsi/
Du14-34f.c1553 static void sort(unsigned long sk[], unsigned int da[], unsigned int n, in sort() function
1638 if (!((rev && r) || (!rev && s))) sort(sl, il, n_ready, rev); in reorder()
1650 if (overlap) sort(pl, il, n_ready, FALSE); in reorder()
Deata.c2067 static void sort(unsigned long sk[], unsigned int da[], unsigned int n, in sort() function
2172 sort(sl, il, n_ready, rev); in reorder()
2192 sort(pl, il, n_ready, 0); in reorder()
/linux-4.4.14/arch/arm/
DMakefile259 platdirs := $(patsubst %,arch/arm/plat-%/,$(sort $(plat-y)))
/linux-4.4.14/arch/m68k/math-emu/
Dfp_scan.S106 | sort out fmovecr, keep data size in %d1
/linux-4.4.14/kernel/locking/
Dlockdep_proc.c629 sort(data->stats, data->iter_end - data->stats, in lock_stat_open()
/linux-4.4.14/Documentation/networking/
Dbatman-adv.txt81 Some of the files contain all sort of status information regard-
Dde4x5.txt133 until people sort out their compatibility issues and the kernel
Dppp_generic.txt103 modem commands, and then going through some sort of dialog with the
Darcnet.txt239 The ARCnet drivers will now sort out their names automatically.
Dpacket_mmap.txt40 device driver of your network interface card supports some sort of interrupt
/linux-4.4.14/drivers/firmware/
Darm_scpi.c493 sort(info->opps, info->count, sizeof(*opp), opp_cmp_func, NULL); in scpi_dvfs_get_info()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_crtc.c413 sort(pstates, cnt, sizeof(pstates[0]), pstate_cmp, NULL); in mdp5_crtc_atomic_check()
/linux-4.4.14/arch/blackfin/
DKconfig.debug123 the trace buffer from overflowing because of any sort of loop (for, do
/linux-4.4.14/fs/ubifs/
Dfind.c777 sort(c->dirty_idx.arr, c->dirty_idx.cnt, sizeof(void *), in ubifs_save_dirty_idx_lnums()
/linux-4.4.14/fs/gfs2/
Dquota.c857 sort(qda, num_qd, sizeof(struct gfs2_quota_data *), sort_qd, NULL); in do_sync()
1017 sort(ip->i_res->rs_qa_qd, ip->i_res->rs_qa_qd_num, in gfs2_quota_lock()
Ddir.c1238 sort(darr, entries, sizeof(struct gfs2_dirent *), compare_dents, NULL); in do_filldir_main()
Dglock.c1137 sort(p, num_gh, sizeof(struct gfs2_holder *), glock_compare, NULL); in nq_m_sync()
/linux-4.4.14/Documentation/sound/alsa/
Dtimestamping.txt170 ahead of the actual playback time (as a side time this sort of
/linux-4.4.14/fs/ceph/
Dsnap.c372 sort(snapc->snaps, num, sizeof(u64), cmpu64_rev, NULL); in build_snap_context()
/linux-4.4.14/drivers/memory/tegra/
Dtegra124-emc.c977 sort(emc->timings, emc->num_timings, sizeof(*timing), cmp_timings, in tegra_emc_load_timings_from_dt()
/linux-4.4.14/arch/arm64/kernel/
Dcpufeature.c366 sort(arm64_ftr_regs, in sort_ftr_regs()
/linux-4.4.14/Documentation/filesystems/caching/
Dobject.txt238 error. This would be due to a disk error or system error of some sort.
/linux-4.4.14/Documentation/security/
DSmack.txt188 which sort of access is allowed. The "-" is a placeholder for
200 which sort of access is allowed. The "-" is a placeholder for
436 label of the thing being accessed, and access is a string specifying the sort
/linux-4.4.14/Documentation/crypto/
Dasymmetric-keys.txt23 The asymmetric key is given a subtype that defines what sort of data is
/linux-4.4.14/arch/sparc/mm/
Dinit_64.c167 sort(regs, ents, sizeof(struct linux_prom64_registers), in read_obp_memory()
523 sort(prom_trans, ents, sizeof(struct linux_prom_translation), in read_obp_translations()
/linux-4.4.14/net/
DKconfig42 compat skb before sending the skb, the netlink code will sort out
/linux-4.4.14/Documentation/locking/
Dlockdep-design.txt135 is some sort of hierarchy within objects of the same type. In these
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt682 sort of ioctl call. The first parameter is a command number, the second
/linux-4.4.14/Documentation/scsi/
Dlibsas.txt312 queuing of any sort and at any level in a SAS LLDD.
/linux-4.4.14/drivers/net/wireless/rsi/
Drsi_91x_mgmt.c1075 sort(selected_rates, jj, sizeof(u16), &rsi_compare, NULL); in rsi_send_auto_rate_request()
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-video.c676 sort(col, cols, sizeof col[0], cliplist_cmp, NULL); in setup_clipping()
677 sort(row, rows, sizeof row[0], cliplist_cmp, NULL); in setup_clipping()
/linux-4.4.14/arch/arc/kernel/
Dunwind.c356 sort(header->table, in init_unwind_hdr()
/linux-4.4.14/fs/ocfs2/
Drefcounttree.c1483 sort(&rl->rl_recs, le16_to_cpu(rl->rl_used), in ocfs2_divide_leaf_refcount_block()
1508 sort(&rl->rl_recs, le16_to_cpu(rl->rl_used), in ocfs2_divide_leaf_refcount_block()
1512 sort(&new_rl->rl_recs, le16_to_cpu(new_rl->rl_used), in ocfs2_divide_leaf_refcount_block()
Dxattr.c4226 sort(target + offset, count, sizeof(struct ocfs2_xattr_entry), in ocfs2_cp_xattr_block_to_bucket()
4420 sort(entries, le16_to_cpu(xh->xh_count), in ocfs2_defrag_xattr_bucket()
4462 sort(entries, le16_to_cpu(xh->xh_count), in ocfs2_defrag_xattr_bucket()
/linux-4.4.14/Documentation/video4linux/
Dvideobuf5 The videobuf layer functions as a sort of glue layer between a V4L2 driver
/linux-4.4.14/drivers/message/fusion/
Dmptfc.c388 sort (pp0_array, num_targ, sizeof(FCDevicePage0_t *), in mptfc_GetFcDevPage0()
/linux-4.4.14/fs/
Dcompat_ioctl.c1635 sort(ioctl_pointer, ARRAY_SIZE(ioctl_pointer), sizeof(*ioctl_pointer), in init_sys32_ioctl()
/linux-4.4.14/arch/m68k/ifpsp060/src/
Disp.S496 # here, we sort out all of the special cases that may have happened.
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c2787 sort(avail, i, sizeof(struct mem_desc), mem_desc_cmp, NULL); in meminfo_show()
2887 sort(mem, n, sizeof(struct mem_desc), mem_desc_cmp, NULL); in meminfo_show()
/linux-4.4.14/Documentation/s390/
Ds390dbf.txt408 > cat /sys/kernel/debug/s390dbf/dasd/hex_ascii | sort +1
/linux-4.4.14/Documentation/power/
Dswsusp.txt223 cat /proc/[0-9]*/maps | grep / | sed 's:.* /:/:' | sort -u | while read file
/linux-4.4.14/Documentation/arm64/
Dacpi_object_usage.txt404 cannot be used to determine what sort of system is
/linux-4.4.14/drivers/vhost/
Dvhost.c713 sort(newmem->regions, newmem->nregions, sizeof(*newmem->regions), in vhost_set_memory()
/linux-4.4.14/Documentation/PCI/
Dpci-error-recovery.txt134 shouldn't do any new IOs. Called in task context. This is sort of a
/linux-4.4.14/fs/btrfs/
Dsuper.c1785 sort(devices, nr_devices, sizeof(struct btrfs_device_info), in btrfs_descending_sort_devices()
/linux-4.4.14/kernel/trace/
Dtrace_events.c1693 sort(pid_list->pids, pid_list->nr_pids, sizeof(pid_t), cmp_pid, NULL); in ftrace_event_pid_write()
Dftrace.c4816 sort(start, count, sizeof(*start), in ftrace_process_locs()
/linux-4.4.14/init/
DKconfig1943 This determines which sort of hashing algorithm will be used during
2005 This determines which sort of compression will be used during
/linux-4.4.14/virt/kvm/
Dkvm_main.c3208 sort(bus->range, bus->dev_count, sizeof(struct kvm_io_range), in kvm_io_bus_insert_dev()
/linux-4.4.14/drivers/md/
Ddm-thin.c2079 sort(pool->cell_sort_array, count, sizeof(cell), cmp_cells, NULL); in sort_cells()
/linux-4.4.14/mm/
Dmemcontrol.c3419 sort(new->entries, size, sizeof(struct mem_cgroup_threshold), in __mem_cgroup_usage_register_event()

12