/linux-4.1.27/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.1.27/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. 49 * snapshot-merge <origin> <COW device> <persistent> <chunksize> 59 has started (in the background) the <origin> may be opened and the merge 99 How snapshot-merge is used by LVM2 103 "snapshot-merge". The "-real" device is not changed and the "-cow" 106 COW device to the "snapshot-merge" is deactivated (unless using lvchange 109 A snapshot will merge into its origin with the following command: 111 lvconvert --merge volumeGroup/snap [all …]
|
/linux-4.1.27/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.1.27/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.
|
D | biodoc.txt | 359 pre-building would be to do it whenever we fail to merge on a request. 910 elevator_merge_fn called to query requests for merge with a bio 918 involved in a merge. It is used in the deadline 925 want to stop a merge at this point if it 945 block layer to find merge possibilities. 983 The generic i/o scheduler algorithm attempts to sort/merge/batch requests for 1004 enables merging code to quickly look up "back merge" candidates, even when 1012 merge/sort optimizations 1020 the requests. This provides an opportunity to merge/sort the requests before 1036 multi-page bios being queued in one shot, we may not need to wait to merge [all …]
|
D | queue-sysfs.txt | 82 set to 2 no merge algorithms will be tried (including one-hit or more
|
/linux-4.1.27/crypto/ |
D | algif_aead.c | 49 bool merge; member 95 ctx->merge = 0; in aead_put_sgl() 218 if (ctx->merge) { in aead_sendmsg() 229 ctx->merge = (sg->offset + sg->length) & in aead_sendmsg() 279 ctx->merge = plen & (PAGE_SIZE - 1); in aead_sendmsg() 327 ctx->merge = 0; in aead_sendpage() 619 ctx->merge = 0; in aead_accept_parent()
|
D | algif_skcipher.c | 52 bool merge; member 200 ctx->merge = 0; in skcipher_pull_sgl() 358 if (ctx->merge) { in skcipher_sendmsg() 372 ctx->merge = (sg->offset + sg->length) & in skcipher_sendmsg() 425 ctx->merge = plen & (PAGE_SIZE - 1); in skcipher_sendmsg() 468 ctx->merge = 0; in skcipher_sendpage() 943 ctx->merge = 0; in skcipher_accept_parent_nokey()
|
/linux-4.1.27/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.1.27/drivers/staging/rtl8192e/ |
D | TODO | 1 * merge into drivers/net/wireless/rtllib/rtl8192e
|
/linux-4.1.27/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 | 145 merge contiguous I/Os. For known random I/O loads these 149 merge checks are disabled, but the simple one-shot merges 151 all merge tries are disabled. The default value is 0 - 152 which enables all types of merge tries.
|
/linux-4.1.27/arch/x86/pci/ |
D | bus_numa.c | 104 resource_size_t end, unsigned long flags, int merge) in update_res() argument 115 if (!merge) in update_res()
|
D | bus_numa.h | 25 resource_size_t end, unsigned long flags, int merge);
|
/linux-4.1.27/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 | 87 void (*merge[GCOV_COUNTERS])(gcov_type *, unsigned int); member 159 return info->merge[type] ? 1 : 0; in counter_active()
|
/linux-4.1.27/drivers/dma/ |
D | TODO | 11 4. Check other subsystems for dma drivers and merge/move to dmaengine
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | TODO | 2 - merge Realtek's bugfixes and new features into the driver
|
/linux-4.1.27/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
|
D | 6.Followthrough | 107 dedicated to patches planned for the next merge window, and another for 130 only turned up during the merge window and had to be addressed in a hurry. 131 Now they can be resolved at leisure, before the merge window opens.
|
D | 5.Posting | 281 is possible to send patches directly to Linus Torvalds and have him merge 284 you will be wanting that maintainer to merge your patches. If there is no
|
/linux-4.1.27/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() 339 .merge = v4l2_event_src_merge,
|
/linux-4.1.27/drivers/staging/vt6656/ |
D | TODO | 5 - prepare for merge with vt6655 driver:
|
/linux-4.1.27/drivers/staging/vt6655/ |
D | TODO | 3 - prepare for merge with vt6656 driver:
|
/linux-4.1.27/drivers/staging/rtl8723au/ |
D | TODO | 9 - merge Realtek's bugfixes and new features into the driver
|
/linux-4.1.27/include/media/ |
D | v4l2-event.h | 92 void (*merge)(const struct v4l2_event *old, struct v4l2_event *new); member
|
/linux-4.1.27/drivers/staging/rtl8188eu/ |
D | TODO | 9 - merge Realtek's bugfixes and new features into the driver
|
/linux-4.1.27/block/ |
D | Makefile | 7 blk-exec.o blk-merge.o blk-softirq.o blk-timeout.o \
|
/linux-4.1.27/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.1.27/drivers/misc/ |
D | hpilo.h | 168 u64 merge; /* O/C bits to merge in during enqueue operation */ member
|
D | hpilo.c | 77 (entry & ENTRY_MASK_NOSTATE) | fifo_q->merge; in fifo_enqueue() 220 fifo_q->merge = ENTRY_MASK_O; in fifo_setup()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-timechart.txt | 74 --io-merge-dist=<nsecs>:: 75 Merge events that are merge-dist nanoseconds apart.
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hubgk110.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 | gpcgf100.fuc3 | 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 | hubgf117.fuc3 | 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 | gpcgk208.fuc5 | 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 | gpcgm107.fuc5 | 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,
|
D | hubgk208.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 | macros.fuc | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | com.fuc | 8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | gpc.fuc | 8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/linux-4.1.27/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 | gk208.fuc5 | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | gf110.fuc4 | 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,
|
D | i2c_.fuc | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | macros.fuc | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
D | memx.fuc | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/linux-4.1.27/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.1.27/mm/ |
D | bootmem.c | 542 int merge; in alloc_bootmem_bdata() local 567 merge = PFN_DOWN(start_off) < sidx; in alloc_bootmem_bdata() 576 if (__reserve(bdata, PFN_DOWN(start_off) + merge, in alloc_bootmem_bdata()
|
/linux-4.1.27/drivers/md/ |
D | dm-linear.c | 165 .merge = linear_merge,
|
D | dm-flakey.c | 422 .merge = flakey_merge,
|
D | dm-stripe.c | 446 .merge = stripe_merge,
|
D | dm-log-writes.c | 799 .merge = log_writes_merge,
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | imx6dl-cubox-i.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6qdl-microsom.dtsi | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6q-hummingboard.dts | 26 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | rk3288-firefly.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6q-cubox-i.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | rk3288-firefly-beta.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6dl-hummingboard.dts | 26 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | at91sam9xe.dtsi | 28 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-388.dtsi | 23 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-398.dtsi | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-390.dtsi | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | cx92755_equinox.dts | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun6i-a31s.dtsi | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | meson6-atv1200.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | meson6.dtsi | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun8i-a23-ippo-q8h-v1.2.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | ls1021a-twr.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | axp209.dtsi | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-xp-matrix.dts | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-hyundai-a7hd.dts | 30 * 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-cs908.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-mk802.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-chuwi-v7-cw0825.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun6i-a31-app4-evb1.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-mk802ii.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | cx92755.dtsi | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun5i-a10s-mk802.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6qdl-microsom-ar8035.dtsi | 28 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-inet97fv2.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-388-rd.dts | 31 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-398-db.dts | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-ba10-tvbox.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun8i-a23-ippo-q8h-v5.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun6i-a31-colombus.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-mini-xplus.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun5i-a13-olinuxino-micro.dts | 31 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun6i-a31-m9.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun6i-a31-hummingbird.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun5i-a10s-r7-tv-dongle.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-marsboard.dts | 31 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-388-db.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun9i-a80-optimus.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | meson8.dtsi | 28 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | rk3066a-marsboard.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | meson.dtsi | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-xp-axpwifiap.dts | 34 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-olinuxino-lime.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | at91-sama5d4_xplained.dts | 28 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun7i-a20-olinuxino-lime.dts | 33 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-hackberry.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun5i-a13-olinuxino.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sunxi-common-regulators.dtsi | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun7i-a20-m3.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-pcduino.dts | 31 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-380.dtsi | 31 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-370-mirabox.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-a1000.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun5i-a13-hsg-h702.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-375-db.dts | 31 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-385-db-ap.dts | 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-xp-openblocks-ax3-4.dts | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun7i-a20-bananapi.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | ls1021a-qds.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun4i-a10-cubieboard.dts | 31 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun7i-a20-cubieboard2.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun7i-a20-pcduino3.dts | 31 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6sl-warp.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6qdl-cubox-i.dtsi | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-370-rd.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun7i-a20-olinuxino-lime2.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun7i-a20-i12-tvbox.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-xp-db.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun7i-a20-bananapro.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-385.dtsi | 31 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6qdl-hummingboard.dtsi | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun5i-a10s-olinuxino-micro.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-xp-mv78230.dtsi | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-370-netgear-rn104.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | at91-sama5d4ek.dts | 28 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-xp-gp.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun7i-a20-cubietruck.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-370-netgear-rn102.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-370-db.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-xp-lenovo-ix4-300d.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-xp.dtsi | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6q-tbs2910.dts | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-xp-linksys-mamba.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-370-xp.dtsi | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-xp-netgear-rn2120.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-388-gp.dts | 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | rk3288-popmetal.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-370.dtsi | 31 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | arm-realview-pb1176.dts | 7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
D | armada-xp-mv78460.dtsi | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-xp-synology-ds414.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | ls1021a.dtsi | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-370-synology-ds213j.dts | 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | rk3066a-rayeager.dts | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | rk3288-firefly.dtsi | 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-xp-mv78260.dtsi | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-39x.dtsi | 29 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-375.dtsi | 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | armada-38x.dtsi | 31 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun9i-a80.dtsi | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | sun8i-a23.dtsi | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
/linux-4.1.27/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
|
D | slub.txt | 91 If no debug options are specified then SLUB may merge similar slabs together
|
/linux-4.1.27/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 | 314 int (*merge)(struct list_head *,
|
D | device-mapper.h | 163 dm_merge_fn merge; member
|
/linux-4.1.27/arch/arm64/boot/dts/cavium/ |
D | thunder-88xx.dts | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | thunder-88xx.dtsi | 32 * copy, modify, merge, publish, distribute, sublicense, and/or
|
/linux-4.1.27/arch/arm64/boot/dts/freescale/ |
D | fsl-ls2085a-simu.dts | 34 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | fsl-ls2085a.dtsi | 34 * copy, modify, merge, publish, distribute, sublicense, and/or
|
/linux-4.1.27/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.1.27/fs/ocfs2/ |
D | refcounttree.c | 1248 int index, int merge, int change) in ocfs2_change_refcount_rec() argument 1278 } else if (merge) in ocfs2_change_refcount_rec() 1753 int index, int merge, in ocfs2_insert_refcount_rec() argument 1810 if (merge) in ocfs2_insert_refcount_rec() 1841 int index, int merge, in ocfs2_split_refcount_rec() argument 1981 if (merge) in ocfs2_split_refcount_rec() 1995 u64 cpos, u32 len, int merge, in __ocfs2_increase_refcount() argument 2036 merge, 1); in __ocfs2_increase_refcount() 2050 merge, meta_ac); in __ocfs2_increase_refcount() 2067 &rec, index, merge, in __ocfs2_increase_refcount()
|
/linux-4.1.27/net/core/ |
D | skbuff.c | 2627 int from, to, merge, todo; in skb_shift() local 2644 merge = -1; in skb_shift() 2646 merge = to - 1; in skb_shift() 2656 fragto = &skb_shinfo(tgt)->frags[merge]; in skb_shift() 2707 if (merge >= 0) { in skb_shift() 2709 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()
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | boot-options.txt | 205 [,memaper[=<order>]][,merge][,forcesac][,fullflush][,nomerge] 228 merge Do scatter-gather (SG) merging. Implies "force"
|
/linux-4.1.27/Documentation/ia64/ |
D | xen.txt | 180 - Wiki of Xen/IA64 upstream merge
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | x_unfl.S | 194 addl (%a7)+,%d1 |merge PREC/MODE
|
/linux-4.1.27/Documentation/arm/OMAP/ |
D | omap_pm | 8 Over time, the intention is to merge features from the OMAP PM
|
/linux-4.1.27/firmware/ |
D | WHENCE | 708 the rights to use, copy, modify, merge, publish, distribute, sublicense, 738 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 796 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-framework.txt | 1057 Furthermore, the internal struct v4l2_subscribed_event has merge() and 1063 allocated. The merge() callback allows you to merge the oldest event payload 1070 A good example of these replace/merge callbacks is in v4l2-event.c: 1101 * merge: merge event 'old' into event 'new'.
|
/linux-4.1.27/ |
D | REPORTING-BUGS | 170 merge window), escalate the bug to LKML and Linus Torvalds.
|
/linux-4.1.27/Documentation/ |
D | iostats.txt | 88 merge, or read of these stats by the number of I/Os in progress
|
D | crc32.txt | 83 *have* to wait until the last possible moment to merge in additional bits.
|
D | sysfs-rules.txt | 107 device information. It is planned to merge all three
|
/linux-4.1.27/net/ipv4/ |
D | tcp.c | 1182 bool merge = true; in tcp_sendmsg() local 1195 merge = false; in tcp_sendmsg() 1211 if (merge) { in tcp_sendmsg()
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-deadline.txt | 346 As already discussed, we are planning also to merge this work with the EDF 348 the preliminary phases of the merge and we really seek feedback that would
|
/linux-4.1.27/Documentation/filesystems/ |
D | fiemap.txt | 170 userspace would be highly inefficient, the kernel will try to merge most
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | dapm.txt | 183 This can be used to merge to signal paths together in software.
|