/linux-4.4.14/fs/btrfs/ |
D | extent_map.c | 227 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/ |
D | snapshot.txt | 11 *) 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/ |
D | notification.c | 89 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/ |
D | deadline-iosched.txt | 63 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/ |
D | algif_aead.c | 50 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()
|
D | algif_skcipher.c | 52 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/ |
D | list_sort.c | 19 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()
|
D | btree.c | 520 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/ |
D | bus_numa.c | 95 resource_size_t end, unsigned long flags, int merge) in update_res() argument 106 if (!merge) in update_res()
|
D | bus_numa.h | 25 resource_size_t end, unsigned long flags, int merge);
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | TODO | 1 * merge into drivers/net/wireless/rtllib/rtl8192e
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-block-dm | 32 reasonable merge candidate can be queued on the request 36 request-based DM's merge heuristic and associated extra
|
D | sysfs-block | 152 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/ |
D | TODO | 4 It will be removed in the 4.6 merge window.
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | TODO | 4 It will be removed in the 4.6 merge window.
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | TODO | 2 few releases. The driver will be deleted during the 4.6 merge window.
|
/linux-4.4.14/kernel/gcov/ |
D | gcc_3_4.c | 55 void (*merge)(gcov_type *, unsigned int); member 270 dup->counts[i].merge = ctr->merge; in gcov_info_dup()
|
D | gcc_4_7.c | 89 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/ |
D | TODO | 11 4. Check other subsystems for dma drivers and merge/move to dmaengine
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | TODO | 2 - merge Realtek's bugfixes and new features into the driver
|
/linux-4.4.14/Documentation/development-process/ |
D | 2.Process | 32 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 …]
|
D | 7.AdvancedTopics | 61 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/ |
D | v4l2-event.c | 146 } 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/ |
D | TODO | 5 - prepare for merge with vt6655 driver:
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | TODO | 3 - prepare for merge with vt6656 driver:
|
/linux-4.4.14/include/media/ |
D | v4l2-event.h | 94 void (*merge)(const struct v4l2_event *old, struct v4l2_event *new); member
|
/linux-4.4.14/drivers/staging/rtl8723au/ |
D | TODO | 9 - merge Realtek's bugfixes and new features into the driver
|
/linux-4.4.14/block/ |
D | Makefile | 7 blk-exec.o blk-merge.o blk-softirq.o blk-timeout.o \
|
/linux-4.4.14/drivers/staging/rtl8188eu/ |
D | TODO | 9 - merge Realtek's bugfixes and new features into the driver
|
/linux-4.4.14/Documentation/zh_CN/video4linux/ |
D | v4l2-framework.txt | 912 此外,v4l2_subscribed_event 结构体内部有可供驱动设置的 merge() 和 916 kevent 结构体时,它将被调用。merge() 回调让你可以合并最早的事件净荷 923 关于 replace/merge 回调的一个不错的例子在 v4l2-event.c 中:用于 950 * merge: 将‘早期‘事件合并到‘新’事件中。
|
/linux-4.4.14/drivers/misc/ |
D | hpilo.h | 168 u64 merge; /* O/C bits to merge in during enqueue operation */ member
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-timechart.txt | 74 --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/ |
D | gpcgk208.fuc5 | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | gpcgk110.fuc3 | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | gpcgf100.fuc3 | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | hubgf117.fuc3 | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | hubgf100.fuc3 | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | gpcgm107.fuc5 | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | hubgk104.fuc3 | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | hubgk208.fuc5 | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | gpcgf117.fuc3 | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | hubgk110.fuc3 | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | gpcgk104.fuc3 | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | hubgm107.fuc5 | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/linux-4.4.14/arch/alpha/lib/ |
D | csum_ipv6_magic.S | 83 addq $0,$1,$0 # .. e1 : merge the carries back into the csum
|
D | ev6-csum_ipv6_magic.S | 119 addq $0,$1,$0 # E : merge the carries back into the csum
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | perf.fuc | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | test.fuc | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | gf119.fuc4 | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | gk208.fuc5 | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | idle.fuc | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | gt215.fuc3 | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | gf100.fuc3 | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | arith.fuc | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | host.fuc | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/linux-4.4.14/mm/ |
D | bootmem.c | 549 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/ |
D | imx6dl-hummingboard.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6dl-cubox-i.dts | 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6q-sabrelite.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | vf610m4.dtsi | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | uniphier-ref-daughter.dtsi | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | axp152.dtsi | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6dl-nitrogen6x.dts | 26 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6q-nitrogen6x.dts | 26 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6dl-nit6xlite.dts | 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6dl-sabrelite.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6q-nitrogen6_max.dts | 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | berlin2-sony-nsz-gs7.dts | 21 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6q-hummingboard.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-388.dtsi | 23 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6q-cubox-i.dts | 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | rk3288-firefly.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun5i-r8.dtsi | 28 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | berlin2cd-google-chromecast.dts | 21 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun6i-a31s.dtsi | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | cros-ec-sbs.dtsi | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-390.dtsi | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-398.dtsi | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun5i-a13-q8-tablet.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | uniphier-support-card.dtsi | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | at91sam9xe.dtsi | 28 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | rk3288-firefly-beta.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | uniphier-proxstream2-gentil.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6q-apf6dev.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | stm32429i-eval.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun8i-a23-ippo-q8h-v1.2.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun8i-a33-q8-tablet.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | meson8b-mxq.dts | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-385-linksys-cobra.dts | 22 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sunxi-q8-common.dtsi | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun8i-a23-q8-tablet.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6q-gw551x.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-385-linksys-caiman.dts | 22 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6dl-apf6dev.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun8i-a23-ippo-q8h-v5.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | stm32f429-disco.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6dl-aristainetos2_7.dts | 26 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun8i-a33-ippo-q8h-v1.2.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | meson8b-odroidc1.dts | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6dl-gw551x.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | cx92755_equinox.dts | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | meson6-atv1200.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun8i-a33-et-q8-v1.6.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | vf610m4-colibri.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | uniphier-proxstream2-vodka.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun6i-a31s-cs908.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | axp209.dtsi | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | uniphier-ph1-ld4-ref.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-mk802.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | meson6.dtsi | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | uniphier-pinctrl.dtsi | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun6i-a31-app4-evb1.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-hyundai-a7hd.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | uniphier-ph1-ld6b-ref.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | uniphier-ph1-pro4-ref.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun9i-a80-cubieboard4.dts | 28 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | uniphier-ph1-ld6b.dtsi | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | rk3288-thermal.dtsi | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-mk802ii.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | uniphier-ph1-sld8-ref.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | berlin2q-marvell-dmp.dts | 19 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | uniphier-ph1-sld3-ref.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun8i-q8-common.dtsi | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-pcduino2.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-xp-matrix.dts | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | meson8-minix-neo-x8.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun6i-a31s-yones-toptech-bs1078-v2.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun5i-a10s-mk802.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6qdl-microsom-ar8035.dtsi | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-ba10-tvbox.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun8i-a33-sinlinx-sina33.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun8i-a33-ga10h-v1.1.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-mini-xplus.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-398-db.dts | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6dl-aristainetos2_4.dts | 26 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | axp22x.dtsi | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun5i-a10s-r7-tv-dongle.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun8i-a23.dtsi | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-388-rd.dts | 31 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun6i-a31-i7.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6qdl-microsom.dtsi | 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | rk3288-veyron-sdmmc.dtsi | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun6i-a31s-sina31s.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun7i-a20-mk808c.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-gemei-g9.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun6i-a31s-sina31s-core.dtsi | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | cx92755.dtsi | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | rk3288-veyron-pinky.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun5i-a13-olinuxino-micro.dts | 26 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun6i-a31-m9.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun8i-a23-gt90h-v4.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun5i-a10s-auxtek-t003.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun5i-a10s-auxtek-t004.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun6i-a31-mele-a1000g-quad.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-hackberry.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun8i-a23-evb.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun7i-a20-m3.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-itead-iteaduino-plus.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-chuwi-v7-cw0825.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | rk3288-veyron-speedy.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun5i-q8-common.dtsi | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun6i-a31-colombus.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | meson8.dtsi | 28 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | rk3288-rock2-square.dts | 23 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6qdl-apf6.dtsi | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-a1000.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-388-db.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-xp-axpwifiap.dts | 34 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun8i-a33.dtsi | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-pov-protab2-ips9.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun6i-a31s-sinovoip-bpi-m2.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-marsboard.dts | 26 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun7i-a20-wexler-tab7200.dts | 26 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | rk3288-evb-act8846.dts | 23 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun5i-a13.dtsi | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | rk3288-veyron-jaq.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-380.dtsi | 31 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-olinuxino-lime.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-inet1.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | meson.dtsi | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-370-mirabox.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | meson8b.dtsi | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun7i-a20-wits-pro-a20-dkt.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-jesurun-q5.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | stm32f429.dtsi | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | rk3066a-marsboard.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun7i-a20-cubieboard2.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sunxi-common-regulators.dtsi | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
/linux-4.4.14/Documentation/vm/ |
D | ksm.txt | 21 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/ |
D | berlin4ct-stb.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | berlin4ct-dmp.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
/linux-4.4.14/include/linux/ |
D | btree-type.h | 29 static inline int BTREE_FN(merge)(BTREE_TYPE_HEAD *target, in BTREE_FN() argument
|
D | fsnotify_backend.h | 321 int (*merge)(struct list_head *,
|
/linux-4.4.14/arch/arm64/boot/dts/freescale/ |
D | fsl-ls2080a-simu.dts | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | fsl-ls2080a-rdb.dts | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | fsl-ls2080a-qds.dts | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
/linux-4.4.14/arch/arm64/boot/dts/cavium/ |
D | thunder-88xx.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
/linux-4.4.14/Documentation/networking/ |
D | netdev-FAQ.txt | 39 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/ |
D | refcounttree.c | 1244 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/ |
D | skbuff.c | 2591 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()
|