Home
last modified time | relevance | path

Searched refs:merge (Results 1 – 200 of 380) sorted by relevance

12

/linux-4.4.14/fs/btrfs/
Dextent_map.c227 struct extent_map *merge = NULL; in try_merge_map() local
233 merge = rb_entry(rb, struct extent_map, rb_node); in try_merge_map()
234 if (rb && mergable_maps(merge, em)) { in try_merge_map()
235 em->start = merge->start; in try_merge_map()
236 em->orig_start = merge->orig_start; in try_merge_map()
237 em->len += merge->len; in try_merge_map()
238 em->block_len += merge->block_len; in try_merge_map()
239 em->block_start = merge->block_start; in try_merge_map()
240 em->mod_len = (em->mod_len + em->mod_start) - merge->mod_start; in try_merge_map()
241 em->mod_start = merge->mod_start; in try_merge_map()
[all …]
/linux-4.4.14/Documentation/device-mapper/
Dsnapshot.txt11 *) To merge a snapshot of a block device back into the snapshot's origin
18 For snapshot merge the contents of the COW storage are merged back into
23 snapshot, snapshot-origin, and snapshot-merge.
53 * snapshot-merge <origin> <COW device> <persistent> <chunksize>
63 has started (in the background) the <origin> may be opened and the merge
103 How snapshot-merge is used by LVM2
107 "snapshot-merge". The "-real" device is not changed and the "-cow"
110 COW device to the "snapshot-merge" is deactivated (unless using lvchange
113 A snapshot will merge into its origin with the following command:
115 lvconvert --merge volumeGroup/snap
[all …]
/linux-4.4.14/fs/notify/
Dnotification.c89 int (*merge)(struct list_head *, in fsnotify_add_event()
110 if (!list_empty(list) && merge) { in fsnotify_add_event()
111 ret = merge(list, event); in fsnotify_add_event()
/linux-4.4.14/Documentation/block/
Ddeadline-iosched.txt63 request, or it fits at the front. That is called either a back merge candidate
64 or a front merge candidate. Due to the way files are typically laid out,
67 front merge requests. Setting front_merges to 0 disables this functionality.
70 rbtree front sector lookup when the io scheduler merge function is called.
/linux-4.4.14/crypto/
Dalgif_aead.c50 bool merge; member
97 ctx->merge = 0; in aead_put_sgl()
220 if (ctx->merge) { in aead_sendmsg()
231 ctx->merge = (sg->offset + sg->length) & in aead_sendmsg()
281 ctx->merge = plen & (PAGE_SIZE - 1); in aead_sendmsg()
329 ctx->merge = 0; in aead_sendpage()
571 ctx->merge = 0; in aead_accept_parent()
Dalgif_skcipher.c52 bool merge; member
189 ctx->merge = 0; in skcipher_pull_sgl()
350 if (ctx->merge) { in skcipher_sendmsg()
364 ctx->merge = (sg->offset + sg->length) & in skcipher_sendmsg()
417 ctx->merge = plen & (PAGE_SIZE - 1); in skcipher_sendmsg()
460 ctx->merge = 0; in skcipher_sendpage()
945 ctx->merge = 0; in skcipher_accept_parent_nokey()
/linux-4.4.14/lib/
Dlist_sort.c19 static struct list_head *merge(void *priv, in merge() function
128 cur = merge(priv, cmp, part[lev], cur); in list_sort()
143 list = merge(priv, cmp, part[lev], list); in list_sort()
Dbtree.c520 static void merge(struct btree_head *head, struct btree_geo *geo, int level, in merge() function
564 merge(head, geo, level, in rebalance()
575 merge(head, geo, level, in rebalance()
/linux-4.4.14/arch/x86/pci/
Dbus_numa.c95 resource_size_t end, unsigned long flags, int merge) in update_res() argument
106 if (!merge) in update_res()
Dbus_numa.h25 resource_size_t end, unsigned long flags, int merge);
/linux-4.4.14/drivers/staging/rtl8192e/
DTODO1 * merge into drivers/net/wireless/rtllib/rtl8192e
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-block-dm32 reasonable merge candidate can be queued on the request
36 request-based DM's merge heuristic and associated extra
Dsysfs-block152 merge contiguous I/Os. For known random I/O loads these
156 merge checks are disabled, but the simple one-shot merges
158 all merge tries are disabled. The default value is 0 -
159 which enables all types of merge tries.
/linux-4.4.14/drivers/staging/rdma/amso1100/
DTODO4 It will be removed in the 4.6 merge window.
/linux-4.4.14/drivers/staging/rdma/ehca/
DTODO4 It will be removed in the 4.6 merge window.
/linux-4.4.14/drivers/staging/rdma/ipath/
DTODO2 few releases. The driver will be deleted during the 4.6 merge window.
/linux-4.4.14/kernel/gcov/
Dgcc_3_4.c55 void (*merge)(gcov_type *, unsigned int); member
270 dup->counts[i].merge = ctr->merge; in gcov_info_dup()
Dgcc_4_7.c89 void (*merge[GCOV_COUNTERS])(gcov_type *, unsigned int); member
161 return info->merge[type] ? 1 : 0; in counter_active()
/linux-4.4.14/drivers/dma/
DTODO11 4. Check other subsystems for dma drivers and merge/move to dmaengine
/linux-4.4.14/drivers/staging/rtl8712/
DTODO2 - merge Realtek's bugfixes and new features into the driver
/linux-4.4.14/Documentation/development-process/
D2.Process32 cycle, the "merge window" is said to be open. At that time, code which is
40 merge window do not come out of thin air; they have been collected, tested,
44 The merge window lasts for approximately two weeks. At the end of this
47 for example, the release which happens at the end of the merge window will
49 merge new features has passed, and that the time to stabilize the next
54 allowed, but such occasions are rare; developers who try to merge new
55 features outside of the merge window tend to get an unfriendly reception.
56 As a general rule, if you miss the merge window for a given feature, the
72 January 18 2.6.38-rc1, merge window closes
94 worse; the pile of changes waiting for the next merge window will grow
[all …]
D7.AdvancedTopics61 Publicly-available branches should be created with care; merge in patches
88 you try to push changes which do not result in a fast-forward merge
98 advances, it is tempting to merge with that tree to stay on the leading
101 world. Once that happens, a full merge must be done. Merging occasionally
103 needlessly. Suggested technique in this case is to merge infrequently, and
107 useful in such situations; it remembers how merge conflicts were resolved
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-event.c146 } else if (sev->ops && sev->ops->merge) { in __v4l2_event_queue_fh()
149 sev->ops->merge(&kev->event, &second_oldest->event); in __v4l2_event_queue_fh()
342 .merge = v4l2_event_src_merge,
/linux-4.4.14/drivers/staging/vt6656/
DTODO5 - prepare for merge with vt6655 driver:
/linux-4.4.14/drivers/staging/vt6655/
DTODO3 - prepare for merge with vt6656 driver:
/linux-4.4.14/include/media/
Dv4l2-event.h94 void (*merge)(const struct v4l2_event *old, struct v4l2_event *new); member
/linux-4.4.14/drivers/staging/rtl8723au/
DTODO9 - merge Realtek's bugfixes and new features into the driver
/linux-4.4.14/block/
DMakefile7 blk-exec.o blk-merge.o blk-softirq.o blk-timeout.o \
/linux-4.4.14/drivers/staging/rtl8188eu/
DTODO9 - merge Realtek's bugfixes and new features into the driver
/linux-4.4.14/Documentation/zh_CN/video4linux/
Dv4l2-framework.txt912 此外,v4l2_subscribed_event 结构体内部有可供驱动设置的 merge() 和
916 kevent 结构体时,它将被调用。merge() 回调让你可以合并最早的事件净荷
923 关于 replace/merge 回调的一个不错的例子在 v4l2-event.c 中:用于
950 * merge: 将‘早期‘事件合并到‘新’事件中。
/linux-4.4.14/drivers/misc/
Dhpilo.h168 u64 merge; /* O/C bits to merge in during enqueue operation */ member
/linux-4.4.14/tools/perf/Documentation/
Dperf-timechart.txt74 --io-merge-dist=<nsecs>::
75 Merge events that are merge-dist nanoseconds apart.
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dgpcgk208.fuc57 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dgpcgk110.fuc37 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dgpcgf100.fuc37 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dhubgf117.fuc37 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dhubgf100.fuc37 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dgpcgm107.fuc57 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dhubgk104.fuc37 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dhubgk208.fuc57 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dgpcgf117.fuc37 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dhubgk110.fuc37 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dgpcgk104.fuc37 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dhubgm107.fuc57 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.4.14/arch/alpha/lib/
Dcsum_ipv6_magic.S83 addq $0,$1,$0 # .. e1 : merge the carries back into the csum
Dev6-csum_ipv6_magic.S119 addq $0,$1,$0 # E : merge the carries back into the csum
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dperf.fuc7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dtest.fuc7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dgf119.fuc47 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dgk208.fuc57 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Didle.fuc7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dgt215.fuc37 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dgf100.fuc37 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Darith.fuc7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dhost.fuc7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.4.14/mm/
Dbootmem.c549 int merge; in alloc_bootmem_bdata() local
574 merge = PFN_DOWN(start_off) < sidx; in alloc_bootmem_bdata()
583 if (__reserve(bdata, PFN_DOWN(start_off) + merge, in alloc_bootmem_bdata()
/linux-4.4.14/arch/arm/boot/dts/
Dimx6dl-hummingboard.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6dl-cubox-i.dts24 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6q-sabrelite.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dvf610m4.dtsi27 * copy, modify, merge, publish, distribute, sublicense, and/or
Duniphier-ref-daughter.dtsi27 * copy, modify, merge, publish, distribute, sublicense, and/or
Daxp152.dtsi27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6dl-nitrogen6x.dts26 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6q-nitrogen6x.dts26 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6dl-nit6xlite.dts24 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6dl-sabrelite.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6q-nitrogen6_max.dts24 * copy, modify, merge, publish, distribute, sublicense, and/or
Dberlin2-sony-nsz-gs7.dts21 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6q-hummingboard.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-388.dtsi23 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6q-cubox-i.dts24 * copy, modify, merge, publish, distribute, sublicense, and/or
Drk3288-firefly.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun5i-r8.dtsi28 * copy, modify, merge, publish, distribute, sublicense, and/or
Dberlin2cd-google-chromecast.dts21 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun6i-a31s.dtsi25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dcros-ec-sbs.dtsi27 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-390.dtsi29 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-398.dtsi29 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun5i-a13-q8-tablet.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Duniphier-support-card.dtsi27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dat91sam9xe.dtsi28 * copy, modify, merge, publish, distribute, sublicense, and/or
Drk3288-firefly-beta.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Duniphier-proxstream2-gentil.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6q-apf6dev.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dstm32429i-eval.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun8i-a23-ippo-q8h-v1.2.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun8i-a33-q8-tablet.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dmeson8b-mxq.dts29 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-385-linksys-cobra.dts22 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsunxi-q8-common.dtsi25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun8i-a23-q8-tablet.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6q-gw551x.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-385-linksys-caiman.dts22 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6dl-apf6dev.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun8i-a23-ippo-q8h-v5.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dstm32f429-disco.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6dl-aristainetos2_7.dts26 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun8i-a33-ippo-q8h-v1.2.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dmeson8b-odroidc1.dts29 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6dl-gw551x.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dcx92755_equinox.dts29 * copy, modify, merge, publish, distribute, sublicense, and/or
Dmeson6-atv1200.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun8i-a33-et-q8-v1.6.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dvf610m4-colibri.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Duniphier-proxstream2-vodka.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun6i-a31s-cs908.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Daxp209.dtsi27 * copy, modify, merge, publish, distribute, sublicense, and/or
Duniphier-ph1-ld4-ref.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-mk802.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dmeson6.dtsi30 * copy, modify, merge, publish, distribute, sublicense, and/or
Duniphier-pinctrl.dtsi27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun6i-a31-app4-evb1.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-hyundai-a7hd.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Duniphier-ph1-ld6b-ref.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Duniphier-ph1-pro4-ref.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun9i-a80-cubieboard4.dts28 * copy, modify, merge, publish, distribute, sublicense, and/or
Duniphier-ph1-ld6b.dtsi27 * copy, modify, merge, publish, distribute, sublicense, and/or
Drk3288-thermal.dtsi27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-mk802ii.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Duniphier-ph1-sld8-ref.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dberlin2q-marvell-dmp.dts19 * copy, modify, merge, publish, distribute, sublicense, and/or
Duniphier-ph1-sld3-ref.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun8i-q8-common.dtsi25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-pcduino2.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-xp-matrix.dts29 * copy, modify, merge, publish, distribute, sublicense, and/or
Dmeson8-minix-neo-x8.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun6i-a31s-yones-toptech-bs1078-v2.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun5i-a10s-mk802.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6qdl-microsom-ar8035.dtsi27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-ba10-tvbox.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun8i-a33-sinlinx-sina33.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun8i-a33-ga10h-v1.1.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-mini-xplus.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-398-db.dts29 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6dl-aristainetos2_4.dts26 * copy, modify, merge, publish, distribute, sublicense, and/or
Daxp22x.dtsi27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun5i-a10s-r7-tv-dongle.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun8i-a23.dtsi27 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-388-rd.dts31 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun6i-a31-i7.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6qdl-microsom.dtsi24 * copy, modify, merge, publish, distribute, sublicense, and/or
Drk3288-veyron-sdmmc.dtsi27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun6i-a31s-sina31s.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun7i-a20-mk808c.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-gemei-g9.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun6i-a31s-sina31s-core.dtsi25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dcx92755.dtsi29 * copy, modify, merge, publish, distribute, sublicense, and/or
Drk3288-veyron-pinky.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun5i-a13-olinuxino-micro.dts26 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun6i-a31-m9.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun8i-a23-gt90h-v4.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun5i-a10s-auxtek-t003.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun5i-a10s-auxtek-t004.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun6i-a31-mele-a1000g-quad.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-hackberry.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun8i-a23-evb.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun7i-a20-m3.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-itead-iteaduino-plus.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-chuwi-v7-cw0825.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Drk3288-veyron-speedy.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun5i-q8-common.dtsi25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun6i-a31-colombus.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dmeson8.dtsi28 * copy, modify, merge, publish, distribute, sublicense, and/or
Drk3288-rock2-square.dts23 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6qdl-apf6.dtsi30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-a1000.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-388-db.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-xp-axpwifiap.dts34 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun8i-a33.dtsi27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-pov-protab2-ips9.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun6i-a31s-sinovoip-bpi-m2.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-marsboard.dts26 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun7i-a20-wexler-tab7200.dts26 * copy, modify, merge, publish, distribute, sublicense, and/or
Drk3288-evb-act8846.dts23 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun5i-a13.dtsi27 * copy, modify, merge, publish, distribute, sublicense, and/or
Drk3288-veyron-jaq.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-380.dtsi31 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-olinuxino-lime.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-inet1.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dmeson.dtsi30 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-370-mirabox.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dmeson8b.dtsi29 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun7i-a20-wits-pro-a20-dkt.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-jesurun-q5.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dstm32f429.dtsi30 * copy, modify, merge, publish, distribute, sublicense, and/or
Drk3066a-marsboard.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun7i-a20-cubieboard2.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsunxi-common-regulators.dtsi27 * copy, modify, merge, publish, distribute, sublicense, and/or
/linux-4.4.14/Documentation/vm/
Dksm.txt21 are swapped back in: ksmd must rediscover their identity and merge again).
38 cannot contain any pages which KSM could actually merge; even if
/linux-4.4.14/arch/arm64/boot/dts/marvell/
Dberlin4ct-stb.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dberlin4ct-dmp.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
/linux-4.4.14/include/linux/
Dbtree-type.h29 static inline int BTREE_FN(merge)(BTREE_TYPE_HEAD *target, in BTREE_FN() argument
Dfsnotify_backend.h321 int (*merge)(struct list_head *,
/linux-4.4.14/arch/arm64/boot/dts/freescale/
Dfsl-ls2080a-simu.dts29 * copy, modify, merge, publish, distribute, sublicense, and/or
Dfsl-ls2080a-rdb.dts29 * copy, modify, merge, publish, distribute, sublicense, and/or
Dfsl-ls2080a-qds.dts29 * copy, modify, merge, publish, distribute, sublicense, and/or
/linux-4.4.14/arch/arm64/boot/dts/cavium/
Dthunder-88xx.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
/linux-4.4.14/Documentation/networking/
Dnetdev-FAQ.txt39 a two week "merge window" where the main maintainers feed their new
41 the merge window is closed, and it is called/tagged "-rc1". No new
49 Relating that to netdev: At the beginning of the 2-week merge window,
/linux-4.4.14/fs/ocfs2/
Drefcounttree.c1244 int index, int merge, int change) in ocfs2_change_refcount_rec() argument
1274 } else if (merge) in ocfs2_change_refcount_rec()
1747 int index, int merge, in ocfs2_insert_refcount_rec() argument
1804 if (merge) in ocfs2_insert_refcount_rec()
1835 int index, int merge, in ocfs2_split_refcount_rec() argument
1975 if (merge) in ocfs2_split_refcount_rec()
1989 u64 cpos, u32 len, int merge, in __ocfs2_increase_refcount() argument
2030 merge, 1); in __ocfs2_increase_refcount()
2044 merge, meta_ac); in __ocfs2_increase_refcount()
2061 &rec, index, merge, in __ocfs2_increase_refcount()
/linux-4.4.14/net/core/
Dskbuff.c2591 int from, to, merge, todo; in skb_shift() local
2608 merge = -1; in skb_shift()
2610 merge = to - 1; in skb_shift()
2620 fragto = &skb_shinfo(tgt)->frags[merge]; in skb_shift()
2671 if (merge >= 0) { in skb_shift()
2673 fragto = &skb_shinfo(tgt)->frags[merge]; in skb_shift()
3247 goto merge; in skb_gro_receive()
3280 goto merge; in skb_gro_receive()
3300 merge: in skb_gro_receive()

12