/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | calib.c | 27 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/ |
D | generate-cmdlist.sh | 13 sort | 27 sort |
|
D | callchain.h | 88 sort_chain_func_t sort; member
|
D | callchain.c | 335 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()
|
D | hist.h | 209 int64_t (*sort)(struct perf_hpp_fmt *fmt, member
|
D | Build | 63 libperf-y += sort.o
|
D | hist.c | 1094 cmp = fmt->sort(fmt, a, b); in hist_entry__sort() 1141 callchain_param.sort(&he->sorted_chain, he->callchain, in __hists__insert_output_entry()
|
D | sort.c | 1494 hse->hpp.sort = __sort__hpp_sort; in __sort_dimension__alloc_hpp()
|
/linux-4.4.14/scripts/ |
D | Makefile.host | 23 __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))))
|
D | Makefile.lib | 23 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),\
|
D | Makefile.fwinst | 31 firmware-dirs := $(sort $(addprefix $(objtree)/$(obj)/,$(dir $(fw-external-y) $(fw-shipped-all)))) 65 targets := $(wildcard $(sort $(targets)))
|
D | Makefile.clean | 28 subdir-ym := $(sort $(subdir-y) $(subdir-m)) 29 subdir-ymn := $(sort $(subdir-ym) $(subdir-))
|
D | diffconfig | 108 old.sort() 120 changed.sort()
|
D | Makefile.modpost | 63 MODLISTCMD := find $(MODVERDIR) -name '*.mod' | xargs -r grep -h '\.ko$$' | sort -u 142 targets := $(wildcard $(sort $(targets)))
|
D | xen-hypercalls.sh | 12 print "HYPERCALL("substr(v[i], 14)")"}' | sort -u >$out
|
D | stackusage | 31 sort -k3,3nr > "${outfile}"
|
D | gcc-ld | 18 -rpath-link|--sort-section|--section-start|-Tbss|-Tdata|-Ttext|\
|
D | Makefile.headersinst | 28 header-y := $(sort $(header-y)) 129 targets := $(wildcard $(sort $(targets)))
|
D | Makefile.modsign | 10 __modules := $(sort $(shell grep -h '\.ko$$' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
|
D | Makefile.modinst | 12 __modules := $(sort $(shell grep -h '\.ko$$' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
|
D | checksyscalls.sh | 204 grep '^[0-9]' "$1" | sort -n | (
|
D | depmod.sh | 24 later=$(printf '%s\n' "$version" "3.13" | sort -V | tail -n 1)
|
D | ver_linux | 182 sort /proc/modules |
|
D | Makefile.modbuiltin | 30 subdir-ym := $(sort $(subdir-y) $(subdir-Y) $(subdir-m))
|
D | bloat-o-meter | 58 delta.sort()
|
D | coccicheck | 174 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
|
D | Makefile.build | 323 $(sort $(subdir-obj-y)): $(subdir-ym) ; 417 targets := $(wildcard $(sort $(targets)))
|
D | gen_initramfs_list.sh | 92 my_mtime=$(find "$1" -printf "%T@\n" | sort -r | head -n 1)
|
/linux-4.4.14/lib/ |
D | sort.c | 59 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);
|
D | extable.c | 39 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
|
D | Makefile | 25 obj-y += bcd.o div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \
|
/linux-4.4.14/tools/perf/ |
D | builtin-kmem.c | 475 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 …]
|
D | builtin-diff.c | 1116 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()
|
D | builtin-sched.c | 801 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/ |
D | dtc.c | 114 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/ |
D | kvm-recheck.sh | 32 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
|
D | kvm.sh | 204 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/ |
D | perf-report.txt | 68 --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 …]
|
D | perf-kmem.txt | 39 --sort=<key[,key2...]>:: 41 for page). Available sort keys are 'ptr, callsite, bytes, hit,
|
D | perf-kvm.txt | 110 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).
|
D | perf-top.txt | 117 --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
|
D | perf-diff.txt | 60 --sort=:: 62 Please see description of --sort in the perf-report man page.
|
D | intel-pt.txt | 770 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
|
D | examples.txt | 104 titan:~/git> perf report --sort comm,dso,symbol
|
D | perf-probe.txt | 184 This provides some sort of flexibility and robustness to probe point definitions against minor code…
|
D | perf-record.txt | 264 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/ |
D | Core.py | 36 keys.sort() 55 keys.sort()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | qp.c | 768 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/ |
D | Makefile.build | 118 $(sort $(subdir-obj-y)): $(subdir-y) ; 132 targets := $(wildcard $(sort $(obj-y) $(in-target) $(MAKECMDGOALS)))
|
/linux-4.4.14/include/linux/ |
D | sort.h | 6 void sort(void *base, size_t num, size_t size,
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscalltbl.sh | 6 grep '^[0-9]' "$in" | sort -n | (
|
D | syscallhdr.sh | 12 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
|
/linux-4.4.14/Documentation/aoe/ |
D | status.sh | 30 done | sort
|
/linux-4.4.14/kernel/ |
D | range.c | 154 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()
|
D | jump_label.c | 54 sort(start, size, sizeof(struct jump_entry), jump_label_cmp, NULL); in jump_label_sort_entries()
|
D | cgroup.c | 4360 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/ |
D | TODO | 8 - sort out dup ids with SiS driver
|
/linux-4.4.14/Documentation/DocBook/ |
D | Makefile | 51 HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS))) 64 sort -k 2 -k 1 | uniq -f 1 | sed -e 's: :/:' | \
|
D | gpu.xml.db | 109 API-drm-mode-sort
|
/linux-4.4.14/drivers/power/ |
D | twl4030_madc_battery.c | 223 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/ |
D | net_dropmonitor.py | 28 kallsyms.sort()
|
D | netdev-times.py | 174 all_event_list.sort(lambda a,b :cmp(a[EINFO_IDX_TIME],
|
/linux-4.4.14/arch/s390/mm/ |
D | extable.c | 59 sort(start, finish - start, sizeof(*start), cmp_ex, NULL); in sort_extable()
|
/linux-4.4.14/ |
D | Makefile | 889 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)))
|
D | README | 373 nm vmlinux | sort | less
|
/linux-4.4.14/arch/sparc/prom/ |
D | memory.c | 78 sort(sp_banks, num_ents, sizeof(struct sparc_phys_banks), in prom_meminit()
|
/linux-4.4.14/arch/alpha/mm/ |
D | extable.c | 47 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
|
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | Makefile | 29 arm-deps := fdt_rw.c fdt_ro.c fdt_wip.c fdt.c fdt_empty_tree.c fdt_sw.c sort.c
|
D | arm-stub.c | 371 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/ |
D | Makefile | 45 $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@ && \
|
/linux-4.4.14/arch/ia64/mm/ |
D | extable.c | 52 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
|
/linux-4.4.14/arch/x86/realmode/rm/ |
D | Makefile | 37 sed $(sed-pasyms) | sort | uniq > $@
|
/linux-4.4.14/arch/x86/mm/ |
D | extable.c | 138 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | phy.c | 1568 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/ |
D | tracepoint-analysis.txt | 219 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
|
D | ring-buffer-design.txt | 454 Any access to the reader will need to take some sort of lock to serialize
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | ADSBitsy | 19 - SA1100 LCD frame buffer (8/16bpp...sort of)
|
D | GraphicsMaster | 19 - SA1100 LCD frame buffer (8/16bpp...sort of)
|
D | GraphicsClient | 63 - SA1100 LCD frame buffer (8/16bpp...sort of)
|
/linux-4.4.14/arch/x86/um/vdso/ |
D | Makefile | 62 $(NM) $< | LC_ALL=C sed -n $(sed-vdsosym) | LC_ALL=C sort > $@
|
/linux-4.4.14/tools/perf/ui/ |
D | hist.c | 383 .sort = hpp__sort_ ## _fn, \ 395 .sort = hpp__sort_ ## _fn, \ 406 .sort = hpp__sort_ ## _fn, \
|
/linux-4.4.14/sound/soc/ |
D | soc-dapm.c | 1310 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/ |
D | ftracetest | 41 echo `find $1 -name \*.tc | sort`
|
/linux-4.4.14/arch/x86/kernel/ |
D | mmconf-fam10h_64.c | 142 sort(range, hi_mmio_num, sizeof(struct range), cmp_range, NULL); in get_fam10h_pci_mmconf_base()
|
D | e820.c | 305 sort(change_point, chg_nr, sizeof *change_point, cpcompare, NULL); in sanitize_e820_map()
|
/linux-4.4.14/drivers/sh/intc/ |
D | core.c | 267 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/ |
D | ti_am335x_tsc.c | 250 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/ |
D | qcom,smd.txt | 15 processor of some sort - or in SMD language an "edge". The name of the edges
|
/linux-4.4.14/tools/lib/traceevent/ |
D | Makefile | 254 $(NM) -u -D $1 | awk 'NF>1 {print "\t"$$2";"}' | sort -u; \
|
D | event-parse.c | 5451 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/ |
D | tlb-miss.S | 43 # 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/ |
D | fake_mem.c | 227 sort(fake_mems, nr_fake_mem, sizeof(struct fake_mem), in setup_fake_mem()
|
/linux-4.4.14/arch/metag/kernel/ |
D | module.c | 117 sort((void *)hdr + sechdrs[i].sh_offset, in get_plt_size()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | module_32.c | 131 sort((void *)hdr + sechdrs[i].sh_offset, in get_plt_size()
|
D | module_64.c | 290 sort((void *)sechdrs[i].sh_addr, in get_stubs_size()
|
/linux-4.4.14/fs/nfs_common/ |
D | nfsacl.c | 226 sort(acl->a_entries, acl->a_count, sizeof(struct posix_acl_entry), in posix_acl_from_nfsacl()
|
/linux-4.4.14/arch/powerpc/boot/ |
D | Makefile | 118 src-wlib := $(sort $(src-wlib-y)) 119 src-plat := $(sort $(src-plat-y))
|
/linux-4.4.14/drivers/of/ |
D | of_reserved_mem.c | 227 sort(reserved_mem, reserved_mem_count, sizeof(reserved_mem[0]), in __rmem_check_for_overlap()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_linux.h | 210 #define xfs_sort(a,n,s,fn) sort(a,n,s,fn,NULL)
|
/linux-4.4.14/arch/unicore32/mm/ |
D | init.c | 246 sort(&meminfo.bank, meminfo.nr_banks, sizeof(meminfo.bank[0]), in uc32_memblock_init()
|
/linux-4.4.14/Documentation/ |
D | ldm.txt | 55 disk, but the driver will sort them.
|
D | futex-requeue-pi.txt | 17 on a pthread_condvar and letting them try to sort out which task
|
D | men-chameleon-bus.txt | 56 single FPGA and usually attached via some sort of PCI or PCIe link. Each
|
D | rbtree.txt | 161 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)
|
D | volatile-considered-harmful.txt | 8 as a sort of easy atomic variable, which they are not. The use of volatile in
|
D | flexible-arrays.txt | 62 running in some sort of atomic context; in this situation, sleeping in the
|
D | circular-buffers.txt | 186 Note that wake_up() does not guarantee any sort of barrier unless something
|
D | this_cpu_ops.txt | 23 sort of relaxed atomicity guarantees. The x86, for example, can execute
|
D | sysrq.txt | 172 term(e) and kill(i) are useful if you have some sort of runaway process you
|
D | memory-barriers.txt | 797 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
|
D | SubmittingPatches | 631 The Subject line format makes it very easy to sort the emails 634 the numerical and alphabetic sort is the same.
|
D | applying-patches.txt | 389 The -mm tree serves as a sort of proving ground for new features and other
|
/linux-4.4.14/Documentation/filesystems/ |
D | automount-support.txt | 58 some sort of timed event to drive it.
|
D | ramfs-rootfs-initramfs.txt | 348 issues requiring a full udev implementation to sort out. They can be
|
/linux-4.4.14/Documentation/vm/ |
D | numa | 18 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/ |
D | unwind.c | 132 sort(start, finish - start, sizeof(struct unwind_table_entry), in unwind_table_sort()
|
/linux-4.4.14/drivers/acpi/ |
D | fan.c | 311 sort(fan->fps, fan->fps_count, sizeof(*fan->fps), in acpi_fan_get_fps()
|
D | acpi_video.c | 832 sort(&br->levels[2], count - 2, sizeof(br->levels[2]), in acpi_video_init_brightness()
|
D | nfit.c | 1029 sort(&info->mapping[0], nr, sizeof(struct nfit_set_info_map), in acpi_nfit_init_interleave_set()
|
/linux-4.4.14/Documentation/hwmon/ |
D | adm1021 | 67 The ADM1021 and MAX1617A reports a die code, which is a sort of revision
|
/linux-4.4.14/scripts/kconfig/ |
D | Makefile | 74 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_auto_parser.c | 53 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/ |
D | sysfs.c | 534 sysfs_print_time_stats(&c->sort.time, btree_sort, ms, us); in SHOW() 789 sort(p, n, sizeof(uint16_t), cmp, NULL); in SHOW()
|
D | bcache.h | 624 struct bset_sort_state sort; member
|
D | btree.c | 166 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()
|
D | super.c | 1343 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/ |
D | overview.txt | 17 Traditional driver models implemented some sort of tree-like structure
|
/linux-4.4.14/drivers/clk/tegra/ |
D | clk-emc.c | 459 sort(tegra->timings, tegra->num_timings, sizeof(struct emc_timing), in load_timings_from_dt()
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | eeprom.c | 395 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/ |
D | 3.Early-stage | 203 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
|
D | 2.Process | 186 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
|
D | 7.AdvancedTopics | 67 say, or which has some other sort of obvious bug) can be fixed in place or
|
D | 4.Coding | 195 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
|
D | 6.Followthrough | 152 The worst sort of bug reports are regressions. If your patch causes a
|
D | 1.Intro | 196 before considering any sort of binary-only kernel code distribution. These
|
/linux-4.4.14/Documentation/cgroups/ |
D | freezer-subsystem.txt | 3 according to the desires of a system administrator. This sort of program
|
D | cgroups.txt | 238 should sort/uniquify the list if this property is required.
|
/linux-4.4.14/drivers/char/agp/ |
D | Kconfig | 11 as a sort of "AGP driver" for the motherboard's chipset.
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 926 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
|
D | biovecs.txt | 56 The new code is much more straightforward - have a look. This sort of
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_multi.txt | 46 tries to much drivers for each individual interface (sort of, don't
|
D | URB.txt | 175 which often means some sort of lock will be needed to prevent the URB
|
/linux-4.4.14/Documentation/RCU/ |
D | UP.txt | 8 anything else to be happening on. Although this approach will -sort- -of-
|
D | stallwarn.txt | 95 sort of false positive without resorting to things like stop_machine(), 96 which is overkill for this sort of problem.
|
D | checklist.txt | 29 still use some sort of mutual exclusion, such as: 175 any sort of irq context. The same rule applies for
|
D | listRCU.txt | 217 the reader-writer lock would become a spinlock in this sort of code.
|
D | rcu_dereference.txt | 138 This sort of comparison occurs frequently when scanning
|
D | whatisRCU.txt | 111 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/ |
D | ntrig.txt | 100 you actually are using the screen. In practice this sort of ghost has
|
/linux-4.4.14/drivers/scsi/ |
D | u14-34f.c | 1553 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()
|
D | eata.c | 2067 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/ |
D | Makefile | 259 platdirs := $(patsubst %,arch/arm/plat-%/,$(sort $(plat-y)))
|
/linux-4.4.14/arch/m68k/math-emu/ |
D | fp_scan.S | 106 | sort out fmovecr, keep data size in %d1
|
/linux-4.4.14/kernel/locking/ |
D | lockdep_proc.c | 629 sort(data->stats, data->iter_end - data->stats, in lock_stat_open()
|
/linux-4.4.14/Documentation/networking/ |
D | batman-adv.txt | 81 Some of the files contain all sort of status information regard-
|
D | de4x5.txt | 133 until people sort out their compatibility issues and the kernel
|
D | ppp_generic.txt | 103 modem commands, and then going through some sort of dialog with the
|
D | arcnet.txt | 239 The ARCnet drivers will now sort out their names automatically.
|
D | packet_mmap.txt | 40 device driver of your network interface card supports some sort of interrupt
|
/linux-4.4.14/drivers/firmware/ |
D | arm_scpi.c | 493 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/ |
D | mdp5_crtc.c | 413 sort(pstates, cnt, sizeof(pstates[0]), pstate_cmp, NULL); in mdp5_crtc_atomic_check()
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig.debug | 123 the trace buffer from overflowing because of any sort of loop (for, do
|
/linux-4.4.14/fs/ubifs/ |
D | find.c | 777 sort(c->dirty_idx.arr, c->dirty_idx.cnt, sizeof(void *), in ubifs_save_dirty_idx_lnums()
|
/linux-4.4.14/fs/gfs2/ |
D | quota.c | 857 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()
|
D | dir.c | 1238 sort(darr, entries, sizeof(struct gfs2_dirent *), compare_dents, NULL); in do_filldir_main()
|
D | glock.c | 1137 sort(p, num_gh, sizeof(struct gfs2_holder *), glock_compare, NULL); in nq_m_sync()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | timestamping.txt | 170 ahead of the actual playback time (as a side time this sort of
|
/linux-4.4.14/fs/ceph/ |
D | snap.c | 372 sort(snapc->snaps, num, sizeof(u64), cmpu64_rev, NULL); in build_snap_context()
|
/linux-4.4.14/drivers/memory/tegra/ |
D | tegra124-emc.c | 977 sort(emc->timings, emc->num_timings, sizeof(*timing), cmp_timings, in tegra_emc_load_timings_from_dt()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | cpufeature.c | 366 sort(arm64_ftr_regs, in sort_ftr_regs()
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | object.txt | 238 error. This would be due to a disk error or system error of some sort.
|
/linux-4.4.14/Documentation/security/ |
D | Smack.txt | 188 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/ |
D | asymmetric-keys.txt | 23 The asymmetric key is given a subtype that defines what sort of data is
|
/linux-4.4.14/arch/sparc/mm/ |
D | init_64.c | 167 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/ |
D | Kconfig | 42 compat skb before sending the skb, the netlink code will sort out
|
/linux-4.4.14/Documentation/locking/ |
D | lockdep-design.txt | 135 is some sort of hierarchy within objects of the same type. In these
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 682 sort of ioctl call. The first parameter is a command number, the second
|
/linux-4.4.14/Documentation/scsi/ |
D | libsas.txt | 312 queuing of any sort and at any level in a SAS LLDD.
|
/linux-4.4.14/drivers/net/wireless/rsi/ |
D | rsi_91x_mgmt.c | 1075 sort(selected_rates, jj, sizeof(u16), &rsi_compare, NULL); in rsi_send_auto_rate_request()
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 676 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/ |
D | unwind.c | 356 sort(header->table, in init_unwind_hdr()
|
/linux-4.4.14/fs/ocfs2/ |
D | refcounttree.c | 1483 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()
|
D | xattr.c | 4226 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/ |
D | videobuf | 5 The videobuf layer functions as a sort of glue layer between a V4L2 driver
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptfc.c | 388 sort (pp0_array, num_targ, sizeof(FCDevicePage0_t *), in mptfc_GetFcDevPage0()
|
/linux-4.4.14/fs/ |
D | compat_ioctl.c | 1635 sort(ioctl_pointer, ARRAY_SIZE(ioctl_pointer), sizeof(*ioctl_pointer), in init_sys32_ioctl()
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | isp.S | 496 # here, we sort out all of the special cases that may have happened.
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 2787 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/ |
D | s390dbf.txt | 408 > cat /sys/kernel/debug/s390dbf/dasd/hex_ascii | sort +1
|
/linux-4.4.14/Documentation/power/ |
D | swsusp.txt | 223 cat /proc/[0-9]*/maps | grep / | sed 's:.* /:/:' | sort -u | while read file
|
/linux-4.4.14/Documentation/arm64/ |
D | acpi_object_usage.txt | 404 cannot be used to determine what sort of system is
|
/linux-4.4.14/drivers/vhost/ |
D | vhost.c | 713 sort(newmem->regions, newmem->nregions, sizeof(*newmem->regions), in vhost_set_memory()
|
/linux-4.4.14/Documentation/PCI/ |
D | pci-error-recovery.txt | 134 shouldn't do any new IOs. Called in task context. This is sort of a
|
/linux-4.4.14/fs/btrfs/ |
D | super.c | 1785 sort(devices, nr_devices, sizeof(struct btrfs_device_info), in btrfs_descending_sort_devices()
|
/linux-4.4.14/kernel/trace/ |
D | trace_events.c | 1693 sort(pid_list->pids, pid_list->nr_pids, sizeof(pid_t), cmp_pid, NULL); in ftrace_event_pid_write()
|
D | ftrace.c | 4816 sort(start, count, sizeof(*start), in ftrace_process_locs()
|
/linux-4.4.14/init/ |
D | Kconfig | 1943 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/ |
D | kvm_main.c | 3208 sort(bus->range, bus->dev_count, sizeof(struct kvm_io_range), in kvm_io_bus_insert_dev()
|
/linux-4.4.14/drivers/md/ |
D | dm-thin.c | 2079 sort(pool->cell_sort_array, count, sizeof(cell), cmp_cells, NULL); in sort_cells()
|
/linux-4.4.14/mm/ |
D | memcontrol.c | 3419 sort(new->entries, size, sizeof(struct mem_cgroup_threshold), in __mem_cgroup_usage_register_event()
|