/linux-4.1.27/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.1.27/tools/perf/util/ |
D | generate-cmdlist.sh | 13 sort | 27 sort |
|
D | callchain.h | 64 sort_chain_func_t sort; member
|
D | callchain.c | 386 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()
|
D | Build | 60 libperf-y += sort.o
|
D | hist.h | 202 int64_t (*sort)(struct perf_hpp_fmt *fmt, member
|
D | hist.c | 1063 cmp = fmt->sort(fmt, a, b); in hist_entry__sort() 1109 callchain_param.sort(&he->sorted_chain, he->callchain, in __hists__insert_output_entry()
|
D | sort.c | 1358 hse->hpp.sort = __sort__hpp_sort; in __sort_dimension__alloc_hpp()
|
/linux-4.1.27/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 | diffconfig | 108 old.sort() 120 changed.sort()
|
D | Makefile.clean | 28 subdir-ym := $(sort $(subdir-y) $(subdir-m)) 29 subdir-ymn := $(sort $(subdir-ym) $(subdir-))
|
D | Makefile.modpost | 63 MODLISTCMD := find $(MODVERDIR) -name '*.mod' | xargs -r grep -h '\.ko$$' | sort -u 141 targets := $(wildcard $(sort $(targets)))
|
D | xen-hypercalls.sh | 12 print "HYPERCALL("substr(v[i], 14)")"}' | sort -u >$out
|
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 | 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.1.27/lib/ |
D | sort.c | 46 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);
|
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.1.27/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 | 191 sort -k2nr $T/cfgcpu > $T/cfgcpu.sort 194 awk < $T/cfgcpu.sort > $T/cfgcpu.pack -v ncpus=$cpus '
|
/linux-4.1.27/scripts/dtc/ |
D | dtc.c | 112 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/ |
D | qp.c | 751 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/ |
D | perf-report.txt | 67 --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'.
|
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-kmem.txt | 39 --sort=<key[,key2...]>::
|
D | perf-diff.txt | 60 --sort=:: 62 Please see description of --sort in the perf-report man page.
|
D | examples.txt | 104 titan:~/git> perf report --sort comm,dso,symbol
|
D | perf-probe.txt | 177 This provides some sort of flexibility and robustness to probe point definitions against minor code…
|
D | perf-record.txt | 227 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/ |
D | Core.py | 36 keys.sort() 55 keys.sort()
|
/linux-4.1.27/tools/build/ |
D | Makefile.build | 109 $(sort $(subdir-obj-y)): $(subdir-y) ; 123 targets := $(wildcard $(sort $(obj-y) $(in-target) $(MAKECMDGOALS)))
|
/linux-4.1.27/include/linux/ |
D | sort.h | 6 void sort(void *base, size_t num, size_t size,
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | Makefile.boot | 9 __ZRELADDR := $(sort $(loadaddr-y))
|
/linux-4.1.27/arch/x86/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.1.27/Documentation/aoe/ |
D | status.sh | 30 done | sort
|
/linux-4.1.27/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 | Makefile | 130 X509_CERTIFICATES-raw := $(sort $(foreach CERT,$(X509_CERTIFICATES-y), \
|
D | jump_label.c | 54 sort(start, size, sizeof(struct jump_entry), jump_label_cmp, NULL); in jump_label_sort_entries()
|
D | cgroup.c | 4014 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/ |
D | builtin-diff.c | 1110 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()
|
D | builtin-kmem.c | 712 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()
|
D | builtin-sched.c | 796 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/ |
D | TODO | 8 - sort out dup ids with SiS driver
|
/linux-4.1.27/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.1.27/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.1.27/arch/s390/mm/ |
D | extable.c | 59 sort(start, finish - start, sizeof(*start), cmp_ex, NULL); in sort_extable()
|
/linux-4.1.27/ |
D | Makefile | 894 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)))
|
D | README | 373 nm vmlinux | sort | less
|
/linux-4.1.27/arch/sparc/prom/ |
D | memory.c | 78 sort(sp_banks, num_ents, sizeof(struct sparc_phys_banks), in prom_meminit()
|
/linux-4.1.27/arch/alpha/mm/ |
D | extable.c | 47 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
|
/linux-4.1.27/arch/ia64/mm/ |
D | extable.c | 52 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
|
/linux-4.1.27/arch/arm64/kernel/vdso/ |
D | Makefile | 42 $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@ && \
|
/linux-4.1.27/arch/x86/realmode/rm/ |
D | Makefile | 37 sed $(sed-pasyms) | sort | uniq > $@
|
/linux-4.1.27/arch/x86/mm/ |
D | extable.c | 138 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
|
/linux-4.1.27/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.1.27/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.1.27/arch/x86/um/vdso/ |
D | Makefile | 62 $(NM) $< | LC_ALL=C sed -n $(sed-vdsosym) | LC_ALL=C sort > $@
|
/linux-4.1.27/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.1.27/tools/perf/ui/ |
D | hist.c | 383 .sort = hpp__sort_ ## _fn, \ 395 .sort = hpp__sort_ ## _fn, \ 406 .sort = hpp__sort_ ## _fn, \
|
/linux-4.1.27/sound/soc/ |
D | soc-dapm.c | 1211 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/ |
D | ftracetest | 41 echo `find $1 -name \*.tc | sort`
|
/linux-4.1.27/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 | 304 sort(change_point, chg_nr, sizeof *change_point, cpcompare, NULL); in sanitize_e820_map()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/metag/kernel/ |
D | module.c | 117 sort((void *)hdr + sechdrs[i].sh_offset, in get_plt_size()
|
/linux-4.1.27/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.1.27/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.1.27/arch/powerpc/boot/ |
D | Makefile | 118 src-wlib := $(sort $(src-wlib-y)) 119 src-plat := $(sort $(src-plat-y))
|
/linux-4.1.27/fs/xfs/ |
D | xfs_linux.h | 217 #define xfs_sort(a,n,s,fn) sort(a,n,s,fn,NULL)
|
/linux-4.1.27/Documentation/DocBook/ |
D | Makefile | 51 HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS)))
|
/linux-4.1.27/arch/unicore32/mm/ |
D | init.c | 246 sort(&meminfo.bank, meminfo.nr_banks, sizeof(meminfo.bank[0]), in uc32_memblock_init()
|
/linux-4.1.27/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 | 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 | 170 term(e) and kill(i) are useful if you have some sort of runaway process you
|
D | memory-barriers.txt | 795 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
|
D | SubmittingPatches | 629 The Subject line format makes it very easy to sort the emails 632 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
|
D | kernel-parameters.txt | 2752 nobfsort Don't sort PCI devices into breadth-first order.
|
/linux-4.1.27/drivers/firmware/efi/libstub/ |
D | arm-stub.c | 371 sort(memory_map, map_size / desc_size, desc_size, cmp_mem_desc, NULL); in efi_get_virtmap()
|
/linux-4.1.27/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.1.27/arch/parisc/kernel/ |
D | unwind.c | 132 sort(start, finish - start, sizeof(struct unwind_table_entry), in unwind_table_sort()
|
/linux-4.1.27/drivers/acpi/ |
D | fan.c | 314 sort(fan->fps, fan->fps_count, sizeof(*fan->fps), in acpi_fan_get_fps()
|
D | video.c | 897 sort(&br->levels[2], count - 2, sizeof(br->levels[2]), in acpi_video_init_brightness()
|
/linux-4.1.27/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()
|
D | hda_generic.c | 4731 sort(spec->am_entry, num_pins, sizeof(spec->am_entry[0]), in check_auto_mic_availability()
|
/linux-4.1.27/Documentation/filesystems/ |
D | automount-support.txt | 83 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.1.27/scripts/kconfig/ |
D | Makefile | 74 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
|
/linux-4.1.27/Documentation/hwmon/ |
D | adm1021 | 67 The ADM1021 and MAX1617A reports a die code, which is a sort of revision
|
/linux-4.1.27/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 | 641 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 | 1374 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/ |
D | overview.txt | 17 Traditional driver models implemented some sort of tree-like structure
|
/linux-4.1.27/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.1.27/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.1.27/drivers/char/agp/ |
D | Kconfig | 11 as a sort of "AGP driver" for the motherboard's chipset.
|
/linux-4.1.27/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.1.27/Documentation/RCU/ |
D | stallwarn.txt | 101 sort of false positive without resorting to things like stop_machine(), 102 which is overkill for this sort of problem.
|
D | UP.txt | 8 anything else to be happening on. Although this approach will -sort- -of-
|
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 | 147 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.1.27/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.1.27/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.1.27/arch/arm/ |
D | Makefile | 251 platdirs := $(patsubst %,arch/arm/plat-%/,$(sort $(plat-y)))
|
/linux-4.1.27/Documentation/input/ |
D | ntrig.txt | 100 you actually are using the screen. In practice this sort of ghost has
|
/linux-4.1.27/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()
|
D | Kconfig | 1317 the sym53c416 is configured first using some sort of PnP
|
/linux-4.1.27/arch/m68k/math-emu/ |
D | fp_scan.S | 106 | sort out fmovecr, keep data size in %d1
|
/linux-4.1.27/kernel/locking/ |
D | lockdep_proc.c | 629 sort(data->stats, data->iter_end - data->stats, in lock_stat_open()
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_crtc.c | 358 sort(pstates, cnt, sizeof(pstates[0]), pstate_cmp, NULL); in mdp5_crtc_atomic_check()
|
/linux-4.1.27/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.1.27/arch/blackfin/ |
D | Kconfig.debug | 123 the trace buffer from overflowing because of any sort of loop (for, do
|
/linux-4.1.27/fs/gfs2/ |
D | quota.c | 816 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()
|
D | dir.c | 1233 sort(darr, entries, sizeof(struct gfs2_dirent *), compare_dents, NULL); in do_filldir_main()
|
D | glock.c | 1184 sort(p, num_gh, sizeof(struct gfs2_holder *), glock_compare, NULL); in nq_m_sync()
|
/linux-4.1.27/Documentation/security/ |
D | Smack.txt | 168 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
|
D | keys.txt | 155 The thread-specific keyring is discarded from the child when any sort of
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | timestamping.txt | 170 ahead of the actual playback time (as a side time this sort of
|
/linux-4.1.27/fs/ceph/ |
D | snap.c | 378 sort(snapc->snaps, num, sizeof(u64), cmpu64_rev, NULL); in build_snap_context()
|
/linux-4.1.27/tools/lib/traceevent/ |
D | event-parse.c | 5324 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/ |
D | object.txt | 238 error. This would be due to a disk error or system error of some sort.
|
/linux-4.1.27/net/ |
D | Kconfig | 42 compat skb before sending the skb, the netlink code will sort out
|
/linux-4.1.27/Documentation/crypto/ |
D | asymmetric-keys.txt | 23 The asymmetric key is given a subtype that defines what sort of data is
|
/linux-4.1.27/arch/sparc/mm/ |
D | init_64.c | 165 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/ |
D | lockdep-design.txt | 135 is some sort of hierarchy within objects of the same type. In these
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 682 sort of ioctl call. The first parameter is a command number, the second
|
/linux-4.1.27/Documentation/scsi/ |
D | libsas.txt | 312 queuing of any sort and at any level in a SAS LLDD.
|
/linux-4.1.27/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.1.27/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 673 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/ |
D | unwind.c | 335 sort(header->table, in setup_unwind_table()
|
/linux-4.1.27/fs/ocfs2/ |
D | refcounttree.c | 1489 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()
|
D | xattr.c | 4234 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()
|
D | dir.c | 3814 sort(dx_leaf->dl_list.de_entries, num_used, in ocfs2_dx_dir_rebalance()
|
/linux-4.1.27/Documentation/video4linux/ |
D | videobuf | 5 The videobuf layer functions as a sort of glue layer between a V4L2 driver
|
D | v4l2-framework.txt | 210 sort of tasks, but most commonly they handle audio and/or video muxing,
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptfc.c | 388 sort (pp0_array, num_targ, sizeof(FCDevicePage0_t *), in mptfc_GetFcDevPage0()
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | isp.S | 496 # here, we sort out all of the special cases that may have happened.
|
/linux-4.1.27/fs/ |
D | compat_ioctl.c | 1634 sort(ioctl_pointer, ARRAY_SIZE(ioctl_pointer), sizeof(*ioctl_pointer), in init_sys32_ioctl()
|
/linux-4.1.27/Documentation/power/ |
D | swsusp.txt | 223 cat /proc/[0-9]*/maps | grep / | sed 's:.* /:/:' | sort -u | while read file
|
/linux-4.1.27/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.1.27/fs/btrfs/ |
D | super.c | 1651 sort(devices, nr_devices, sizeof(struct btrfs_device_info), in btrfs_descending_sort_devices()
|
D | send.c | 5882 sort(sctx->clone_roots, sctx->clone_roots_cnt, in btrfs_ioctl_send()
|
D | volumes.c | 4359 sort(devices_info, ndevs, sizeof(struct btrfs_device_info), in __btrfs_alloc_chunk()
|
/linux-4.1.27/Documentation/arm64/ |
D | acpi_object_usage.txt | 404 cannot be used to determine what sort of system is
|
/linux-4.1.27/Documentation/s390/ |
D | s390dbf.txt | 408 > cat /sys/kernel/debug/s390dbf/dasd/hex_ascii | sort +1
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 1480 sort(mask_table + start, size, in gfar_sort_mask_table()
|
/linux-4.1.27/init/ |
D | Kconfig | 1910 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/ |
D | kvm_main.c | 2975 sort(bus->range, bus->dev_count, sizeof(struct kvm_io_range), in kvm_io_bus_insert_dev()
|
/linux-4.1.27/drivers/md/ |
D | dm-thin.c | 1861 sort(pool->cell_sort_array, count, sizeof(cell), cmp_cells, NULL); in sort_cells()
|
/linux-4.1.27/kernel/trace/ |
D | ftrace.c | 4810 sort(start, count, sizeof(*start), in ftrace_process_locs()
|
/linux-4.1.27/mm/ |
D | memcontrol.c | 3719 sort(new->entries, size, sizeof(struct mem_cgroup_threshold), in __mem_cgroup_usage_register_event()
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 854 specific to your board like the serial number if any, that sort of
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 745 This is the traditional sort of cursor tracking.
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3004 The standard drill in this sort of situation is to fire up gdb on the
|