Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/tools/perf/util/
Dgenerate-cmdlist.sh13 sort |
27 sort |
Dcallchain.h64 sort_chain_func_t sort; member
Dcallchain.c386 param->sort = sort_chain_graph_abs; in callchain_register_param()
389 param->sort = sort_chain_graph_rel; in callchain_register_param()
392 param->sort = sort_chain_flat; in callchain_register_param()
DBuild60 libperf-y += sort.o
Dhist.h202 int64_t (*sort)(struct perf_hpp_fmt *fmt, member
Dhist.c1063 cmp = fmt->sort(fmt, a, b); in hist_entry__sort()
1109 callchain_param.sort(&he->sorted_chain, he->callchain, in __hists__insert_output_entry()
Dsort.c1358 hse->hpp.sort = __sort__hpp_sort; in __sort_dimension__alloc_hpp()
/linux-4.1.27/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)))
Ddiffconfig108 old.sort()
120 changed.sort()
DMakefile.clean28 subdir-ym := $(sort $(subdir-y) $(subdir-m))
29 subdir-ymn := $(sort $(subdir-ym) $(subdir-))
DMakefile.modpost63 MODLISTCMD := find $(MODVERDIR) -name '*.mod' | xargs -r grep -h '\.ko$$' | sort -u
141 targets := $(wildcard $(sort $(targets)))
Dxen-hypercalls.sh12 print "HYPERCALL("substr(v[i], 14)")"}' | sort -u >$out
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)
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.1.27/lib/
Dsort.c46 void sort(void *base, size_t num, size_t size, in sort() function
84 EXPORT_SYMBOL(sort);
109 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.1.27/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck.sh32 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
Dkvm.sh191 sort -k2nr $T/cfgcpu > $T/cfgcpu.sort
194 awk < $T/cfgcpu.sort > $T/cfgcpu.pack -v ncpus=$cpus '
/linux-4.1.27/scripts/dtc/
Ddtc.c112 int force = 0, sort = 0; in main() local
177 sort = 1; in main()
234 if (sort) in main()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dqp.c751 int sort[MLX4_NUM_QP_REGION]; in mlx4_init_qp_table() local
756 sort[i] = i; in mlx4_init_qp_table()
760 if (dev->caps.reserved_qps_cnt[sort[j]] > in mlx4_init_qp_table()
761 dev->caps.reserved_qps_cnt[sort[j - 1]]) { in mlx4_init_qp_table()
762 tmp = sort[j]; in mlx4_init_qp_table()
763 sort[j] = sort[j - 1]; in mlx4_init_qp_table()
764 sort[j - 1] = tmp; in mlx4_init_qp_table()
770 last_base -= dev->caps.reserved_qps_cnt[sort[i]]; in mlx4_init_qp_table()
771 dev->caps.reserved_qps_base[sort[i]] = last_base; in mlx4_init_qp_table()
773 dev->caps.reserved_qps_cnt[sort[i]]; in mlx4_init_qp_table()
/linux-4.1.27/tools/perf/Documentation/
Dperf-report.txt67 --sort=::
69 in CSV format. Following sort keys are available:
98 (i.e. --sort comm,dso,symbol)
100 If --branch-stack option is used, following sort keys are also
112 And default sort keys are changed to comm, dso_from, symbol_from, dso_to
120 Also it can contain any sort key(s).
122 By default, every sort keys not specified in -F will be appended
125 If --mem-mode option is used, following sort keys are also available
138 And default sort keys are changed to local_weight, mem, sym, dso,
146 defaults to "\^sys_|^do_page_fault", see '--sort parent'.
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-kmem.txt39 --sort=<key[,key2...]>::
Dperf-diff.txt60 --sort=::
62 Please see description of --sort in the perf-report man page.
Dexamples.txt104 titan:~/git> perf report --sort comm,dso,symbol
Dperf-probe.txt177 This provides some sort of flexibility and robustness to probe point definitions against minor code…
Dperf-record.txt227 displayed with the weight and local_weight sort keys. This currently works for TSX
/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DCore.py36 keys.sort()
55 keys.sort()
/linux-4.1.27/tools/build/
DMakefile.build109 $(sort $(subdir-obj-y)): $(subdir-y) ;
123 targets := $(wildcard $(sort $(obj-y) $(in-target) $(MAKECMDGOALS)))
/linux-4.1.27/include/linux/
Dsort.h6 void sort(void *base, size_t num, size_t size,
/linux-4.1.27/arch/arm/mach-shmobile/
DMakefile.boot9 __ZRELADDR := $(sort $(loadaddr-y))
/linux-4.1.27/arch/x86/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.1.27/Documentation/aoe/
Dstatus.sh30 done | sort
/linux-4.1.27/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()
DMakefile130 X509_CERTIFICATES-raw := $(sort $(foreach CERT,$(X509_CERTIFICATES-y), \
Djump_label.c54 sort(start, size, sizeof(struct jump_entry), jump_label_cmp, NULL); in jump_label_sort_entries()
Dcgroup.c4014 sort(array, length, sizeof(pid_t), fried_cmppid, NULL); in pidlist_array_load()
4016 sort(array, length, sizeof(pid_t), cmppid, NULL); in pidlist_array_load()
/linux-4.1.27/tools/perf/
Dbuiltin-diff.c1110 fmt->sort = hist_entry__cmp_baseline; in data__hpp_register()
1114 fmt->sort = hist_entry__cmp_delta; in data__hpp_register()
1118 fmt->sort = hist_entry__cmp_ratio; in data__hpp_register()
1122 fmt->sort = hist_entry__cmp_wdiff; in data__hpp_register()
1125 fmt->sort = hist_entry__cmp_nop; in data__hpp_register()
1193 fmt->sort = hist_entry__cmp_delta_idx; in ui_init()
1196 fmt->sort = hist_entry__cmp_ratio_idx; in ui_init()
1199 fmt->sort = hist_entry__cmp_wdiff_idx; in ui_init()
Dbuiltin-kmem.c712 struct sort_dimension *sort; in sort_slab_insert() local
721 list_for_each_entry(sort, sort_list, list) { in sort_slab_insert()
722 cmp = sort->cmp(data, this); in sort_slab_insert()
955 struct sort_dimension *sort; in sort_dimension__add() local
960 sort = memdup(avail_sorts[i], sizeof(*avail_sorts[i])); in sort_dimension__add()
961 if (!sort) { in sort_dimension__add()
965 list_add_tail(&sort->list, list); in sort_dimension__add()
Dbuiltin-sched.c796 struct sort_dimension *sort; in thread_lat_cmp() local
801 list_for_each_entry(sort, list, list) { in thread_lat_cmp()
802 ret = sort->cmp(l, r); in thread_lat_cmp()
/linux-4.1.27/drivers/staging/xgifb/
DTODO8 - sort out dup ids with SiS driver
/linux-4.1.27/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.1.27/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.1.27/arch/s390/mm/
Dextable.c59 sort(start, finish - start, sizeof(*start), cmp_ex, NULL); in sort_extable()
/linux-4.1.27/
DMakefile894 vmlinux-alldirs := $(sort $(vmlinux-dirs) $(patsubst %/,%,$(filter %/, \
911 export KBUILD_ALLDIRS := $(sort $(filter-out arch/%,$(vmlinux-alldirs)) arch Documentation include …
938 $(sort $(vmlinux-deps)): $(vmlinux-dirs) ;
1242 boards := $(sort $(notdir $(boards)))
1244 board-dirs := $(sort $(notdir $(board-dirs:/=)))
1333 boards-per-dir = $(sort $(notdir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/$*/*_defconfig)))
1455 -name '*.[hcS]' -type f -print | sort \
1460 -name '*.[hcS]' -type f -print | sort \
1580 targets := $(wildcard $(sort $(targets)))
DREADME373 nm vmlinux | sort | less
/linux-4.1.27/arch/sparc/prom/
Dmemory.c78 sort(sp_banks, num_ents, sizeof(struct sparc_phys_banks), in prom_meminit()
/linux-4.1.27/arch/alpha/mm/
Dextable.c47 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
/linux-4.1.27/arch/ia64/mm/
Dextable.c52 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
/linux-4.1.27/arch/arm64/kernel/vdso/
DMakefile42 $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@ && \
/linux-4.1.27/arch/x86/realmode/rm/
DMakefile37 sed $(sed-pasyms) | sort | uniq > $@
/linux-4.1.27/arch/x86/mm/
Dextable.c138 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
/linux-4.1.27/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.1.27/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.1.27/arch/x86/um/vdso/
DMakefile62 $(NM) $< | LC_ALL=C sed -n $(sed-vdsosym) | LC_ALL=C sort > $@
/linux-4.1.27/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.1.27/tools/perf/ui/
Dhist.c383 .sort = hpp__sort_ ## _fn, \
395 .sort = hpp__sort_ ## _fn, \
406 .sort = hpp__sort_ ## _fn, \
/linux-4.1.27/sound/soc/
Dsoc-dapm.c1211 int *sort; in dapm_seq_compare() local
1214 sort = dapm_up_seq; in dapm_seq_compare()
1216 sort = dapm_down_seq; in dapm_seq_compare()
1218 if (sort[a->id] != sort[b->id]) in dapm_seq_compare()
1219 return sort[a->id] - sort[b->id]; in dapm_seq_compare()
1372 int *sort; in dapm_seq_run() local
1375 sort = dapm_up_seq; in dapm_seq_run()
1377 sort = dapm_down_seq; in dapm_seq_run()
1383 if (sort[w->id] != cur_sort || w->reg != cur_reg || in dapm_seq_run()
1390 if (sort[i] == cur_sort) in dapm_seq_run()
[all …]
/linux-4.1.27/tools/testing/selftests/ftrace/
Dftracetest41 echo `find $1 -name \*.tc | sort`
/linux-4.1.27/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.c304 sort(change_point, chg_nr, sizeof *change_point, cpcompare, NULL); in sanitize_e820_map()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/metag/kernel/
Dmodule.c117 sort((void *)hdr + sechdrs[i].sh_offset, in get_plt_size()
/linux-4.1.27/fs/nfs_common/
Dnfsacl.c226 sort(acl->a_entries, acl->a_count, sizeof(struct posix_acl_entry), in posix_acl_from_nfsacl()
/linux-4.1.27/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.1.27/arch/powerpc/boot/
DMakefile118 src-wlib := $(sort $(src-wlib-y))
119 src-plat := $(sort $(src-plat-y))
/linux-4.1.27/fs/xfs/
Dxfs_linux.h217 #define xfs_sort(a,n,s,fn) sort(a,n,s,fn,NULL)
/linux-4.1.27/Documentation/DocBook/
DMakefile51 HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS)))
/linux-4.1.27/arch/unicore32/mm/
Dinit.c246 sort(&meminfo.bank, meminfo.nr_banks, sizeof(meminfo.bank[0]), in uc32_memblock_init()
/linux-4.1.27/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
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.txt170 term(e) and kill(i) are useful if you have some sort of runaway process you
Dmemory-barriers.txt795 However, they do -not- guarantee any other sort of ordering:
1467 Use ACCESS_ONCE() to prevent the compiler from making this sort of
1576 Please note that GCC really does use this sort of optimization,
1815 locks do not imply any sort of barrier.
2820 This sort of problem can be encountered on DEC Alpha processors as they have a
DSubmittingPatches629 The Subject line format makes it very easy to sort the emails
632 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
Dkernel-parameters.txt2752 nobfsort Don't sort PCI devices into breadth-first order.
/linux-4.1.27/drivers/firmware/efi/libstub/
Darm-stub.c371 sort(memory_map, map_size / desc_size, desc_size, cmp_mem_desc, NULL); in efi_get_virtmap()
/linux-4.1.27/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.1.27/arch/parisc/kernel/
Dunwind.c132 sort(start, finish - start, sizeof(struct unwind_table_entry), in unwind_table_sort()
/linux-4.1.27/drivers/acpi/
Dfan.c314 sort(fan->fps, fan->fps_count, sizeof(*fan->fps), in acpi_fan_get_fps()
Dvideo.c897 sort(&br->levels[2], count - 2, sizeof(br->levels[2]), in acpi_video_init_brightness()
/linux-4.1.27/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()
Dhda_generic.c4731 sort(spec->am_entry, num_pins, sizeof(spec->am_entry[0]), in check_auto_mic_availability()
/linux-4.1.27/Documentation/filesystems/
Dautomount-support.txt83 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.1.27/scripts/kconfig/
DMakefile74 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
/linux-4.1.27/Documentation/hwmon/
Dadm102167 The ADM1021 and MAX1617A reports a die code, which is a sort of revision
/linux-4.1.27/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.h641 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.c1374 bch_bset_sort_state_free(&c->sort); in cache_set_free()
1556 bch_bset_sort_state_init(&c->sort, ilog2(c->btree_pages))) in bch_cache_set_alloc()
/linux-4.1.27/Documentation/driver-model/
Doverview.txt17 Traditional driver models implemented some sort of tree-like structure
/linux-4.1.27/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.1.27/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.1.27/drivers/char/agp/
DKconfig11 as a sort of "AGP driver" for the motherboard's chipset.
/linux-4.1.27/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.1.27/Documentation/RCU/
Dstallwarn.txt101 sort of false positive without resorting to things like stop_machine(),
102 which is overkill for this sort of problem.
DUP.txt8 anything else to be happening on. Although this approach will -sort- -of-
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.txt147 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.1.27/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.1.27/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.1.27/arch/arm/
DMakefile251 platdirs := $(patsubst %,arch/arm/plat-%/,$(sort $(plat-y)))
/linux-4.1.27/Documentation/input/
Dntrig.txt100 you actually are using the screen. In practice this sort of ghost has
/linux-4.1.27/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()
DKconfig1317 the sym53c416 is configured first using some sort of PnP
/linux-4.1.27/arch/m68k/math-emu/
Dfp_scan.S106 | sort out fmovecr, keep data size in %d1
/linux-4.1.27/kernel/locking/
Dlockdep_proc.c629 sort(data->stats, data->iter_end - data->stats, in lock_stat_open()
/linux-4.1.27/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.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_crtc.c358 sort(pstates, cnt, sizeof(pstates[0]), pstate_cmp, NULL); in mdp5_crtc_atomic_check()
/linux-4.1.27/fs/ubifs/
Dfind.c777 sort(c->dirty_idx.arr, c->dirty_idx.cnt, sizeof(void *), in ubifs_save_dirty_idx_lnums()
/linux-4.1.27/arch/blackfin/
DKconfig.debug123 the trace buffer from overflowing because of any sort of loop (for, do
/linux-4.1.27/fs/gfs2/
Dquota.c816 sort(qda, num_qd, sizeof(struct gfs2_quota_data *), sort_qd, NULL); in do_sync()
976 sort(ip->i_res->rs_qa_qd, ip->i_res->rs_qa_qd_num, in gfs2_quota_lock()
Ddir.c1233 sort(darr, entries, sizeof(struct gfs2_dirent *), compare_dents, NULL); in do_filldir_main()
Dglock.c1184 sort(p, num_gh, sizeof(struct gfs2_holder *), glock_compare, NULL); in nq_m_sync()
/linux-4.1.27/Documentation/security/
DSmack.txt168 which sort of access is allowed. The "-" is a placeholder for
180 which sort of access is allowed. The "-" is a placeholder for
401 label of the thing being accessed, and access is a string specifying the sort
Dkeys.txt155 The thread-specific keyring is discarded from the child when any sort of
/linux-4.1.27/Documentation/sound/alsa/
Dtimestamping.txt170 ahead of the actual playback time (as a side time this sort of
/linux-4.1.27/fs/ceph/
Dsnap.c378 sort(snapc->snaps, num, sizeof(u64), cmpu64_rev, NULL); in build_snap_context()
/linux-4.1.27/tools/lib/traceevent/
Devent-parse.c5324 int (*sort)(const void *a, const void *b); in pevent_list_events() local
5350 sort = events_id_cmp; in pevent_list_events()
5353 sort = events_name_cmp; in pevent_list_events()
5356 sort = events_system_cmp; in pevent_list_events()
5362 qsort(events, pevent->nr_events, sizeof(*events), sort); in pevent_list_events()
/linux-4.1.27/Documentation/filesystems/caching/
Dobject.txt238 error. This would be due to a disk error or system error of some sort.
/linux-4.1.27/net/
DKconfig42 compat skb before sending the skb, the netlink code will sort out
/linux-4.1.27/Documentation/crypto/
Dasymmetric-keys.txt23 The asymmetric key is given a subtype that defines what sort of data is
/linux-4.1.27/arch/sparc/mm/
Dinit_64.c165 sort(regs, ents, sizeof(struct linux_prom64_registers), in read_obp_memory()
533 sort(prom_trans, ents, sizeof(struct linux_prom_translation), in read_obp_translations()
/linux-4.1.27/Documentation/locking/
Dlockdep-design.txt135 is some sort of hierarchy within objects of the same type. In these
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt682 sort of ioctl call. The first parameter is a command number, the second
/linux-4.1.27/Documentation/scsi/
Dlibsas.txt312 queuing of any sort and at any level in a SAS LLDD.
/linux-4.1.27/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.1.27/drivers/media/pci/saa7134/
Dsaa7134-video.c673 sort(col, cols, sizeof col[0], cliplist_cmp, NULL); in setup_clipping()
674 sort(row, rows, sizeof row[0], cliplist_cmp, NULL); in setup_clipping()
/linux-4.1.27/arch/arc/kernel/
Dunwind.c335 sort(header->table, in setup_unwind_table()
/linux-4.1.27/fs/ocfs2/
Drefcounttree.c1489 sort(&rl->rl_recs, le16_to_cpu(rl->rl_used), in ocfs2_divide_leaf_refcount_block()
1514 sort(&rl->rl_recs, le16_to_cpu(rl->rl_used), in ocfs2_divide_leaf_refcount_block()
1518 sort(&new_rl->rl_recs, le16_to_cpu(new_rl->rl_used), in ocfs2_divide_leaf_refcount_block()
Dxattr.c4234 sort(target + offset, count, sizeof(struct ocfs2_xattr_entry), in ocfs2_cp_xattr_block_to_bucket()
4428 sort(entries, le16_to_cpu(xh->xh_count), in ocfs2_defrag_xattr_bucket()
4470 sort(entries, le16_to_cpu(xh->xh_count), in ocfs2_defrag_xattr_bucket()
Ddir.c3814 sort(dx_leaf->dl_list.de_entries, num_used, in ocfs2_dx_dir_rebalance()
/linux-4.1.27/Documentation/video4linux/
Dvideobuf5 The videobuf layer functions as a sort of glue layer between a V4L2 driver
Dv4l2-framework.txt210 sort of tasks, but most commonly they handle audio and/or video muxing,
/linux-4.1.27/drivers/message/fusion/
Dmptfc.c388 sort (pp0_array, num_targ, sizeof(FCDevicePage0_t *), in mptfc_GetFcDevPage0()
/linux-4.1.27/arch/m68k/ifpsp060/src/
Disp.S496 # here, we sort out all of the special cases that may have happened.
/linux-4.1.27/fs/
Dcompat_ioctl.c1634 sort(ioctl_pointer, ARRAY_SIZE(ioctl_pointer), sizeof(*ioctl_pointer), in init_sys32_ioctl()
/linux-4.1.27/Documentation/power/
Dswsusp.txt223 cat /proc/[0-9]*/maps | grep / | sed 's:.* /:/:' | sort -u | while read file
/linux-4.1.27/Documentation/PCI/
Dpci-error-recovery.txt134 shouldn't do any new IOs. Called in task context. This is sort of a
/linux-4.1.27/fs/btrfs/
Dsuper.c1651 sort(devices, nr_devices, sizeof(struct btrfs_device_info), in btrfs_descending_sort_devices()
Dsend.c5882 sort(sctx->clone_roots, sctx->clone_roots_cnt, in btrfs_ioctl_send()
Dvolumes.c4359 sort(devices_info, ndevs, sizeof(struct btrfs_device_info), in __btrfs_alloc_chunk()
/linux-4.1.27/Documentation/arm64/
Dacpi_object_usage.txt404 cannot be used to determine what sort of system is
/linux-4.1.27/Documentation/s390/
Ds390dbf.txt408 > cat /sys/kernel/debug/s390dbf/dasd/hex_ascii | sort +1
/linux-4.1.27/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c1480 sort(mask_table + start, size, in gfar_sort_mask_table()
/linux-4.1.27/init/
DKconfig1910 This determines which sort of hashing algorithm will be used during
1977 This determines which sort of compression will be used during
/linux-4.1.27/virt/kvm/
Dkvm_main.c2975 sort(bus->range, bus->dev_count, sizeof(struct kvm_io_range), in kvm_io_bus_insert_dev()
/linux-4.1.27/drivers/md/
Ddm-thin.c1861 sort(pool->cell_sort_array, count, sizeof(cell), cmp_cells, NULL); in sort_cells()
/linux-4.1.27/kernel/trace/
Dftrace.c4810 sort(start, count, sizeof(*start), in ftrace_process_locs()
/linux-4.1.27/mm/
Dmemcontrol.c3719 sort(new->entries, size, sizeof(struct mem_cgroup_threshold), in __mem_cgroup_usage_register_event()
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt854 specific to your board like the serial number if any, that sort of
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt745 This is the traditional sort of cursor tracking.
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3004 The standard drill in this sort of situation is to fire up gdb on the