Home
last modified time | relevance | path

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

12

/linux-4.1.27/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.1.27/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.
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/
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.1.27/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.
Dbiodoc.txt359 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 …]
Dqueue-sysfs.txt82 set to 2 no merge algorithms will be tried (including one-hit or more
/linux-4.1.27/crypto/
Dalgif_aead.c49 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()
Dalgif_skcipher.c52 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/
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.1.27/drivers/staging/rtl8192e/
DTODO1 * merge into drivers/net/wireless/rtllib/rtl8192e
/linux-4.1.27/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-block145 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/
Dbus_numa.c104 resource_size_t end, unsigned long flags, int merge) in update_res() argument
115 if (!merge) in update_res()
Dbus_numa.h25 resource_size_t end, unsigned long flags, int merge);
/linux-4.1.27/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.c87 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/
DTODO11 4. Check other subsystems for dma drivers and merge/move to dmaengine
/linux-4.1.27/drivers/staging/rtl8712/
DTODO2 - merge Realtek's bugfixes and new features into the driver
/linux-4.1.27/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
D6.Followthrough107 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.
D5.Posting281 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/
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()
339 .merge = v4l2_event_src_merge,
/linux-4.1.27/drivers/staging/vt6656/
DTODO5 - prepare for merge with vt6655 driver:
/linux-4.1.27/drivers/staging/vt6655/
DTODO3 - prepare for merge with vt6656 driver:
/linux-4.1.27/drivers/staging/rtl8723au/
DTODO9 - merge Realtek's bugfixes and new features into the driver
/linux-4.1.27/include/media/
Dv4l2-event.h92 void (*merge)(const struct v4l2_event *old, struct v4l2_event *new); member
/linux-4.1.27/drivers/staging/rtl8188eu/
DTODO9 - merge Realtek's bugfixes and new features into the driver
/linux-4.1.27/block/
DMakefile7 blk-exec.o blk-merge.o blk-softirq.o blk-timeout.o \
/linux-4.1.27/Documentation/zh_CN/video4linux/
Dv4l2-framework.txt912 此外,v4l2_subscribed_event 结构体内部有可供驱动设置的 merge() 和
916 kevent 结构体时,它将被调用。merge() 回调让你可以合并最早的事件净荷
923 关于 replace/merge 回调的一个不错的例子在 v4l2-event.c 中:用于
950 * merge: 将‘早期‘事件合并到‘新’事件中。
/linux-4.1.27/drivers/misc/
Dhpilo.h168 u64 merge; /* O/C bits to merge in during enqueue operation */ member
Dhpilo.c77 (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/
Dperf-timechart.txt74 --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/
Dhubgk110.fuc37 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dhubgf100.fuc37 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dgpcgf100.fuc37 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dgpcgf117.fuc37 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dhubgf117.fuc37 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dhubgk104.fuc37 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dgpcgk208.fuc57 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dgpcgk104.fuc37 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dgpcgm107.fuc57 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dhubgm107.fuc57 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dhubgk208.fuc57 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dgpcgk110.fuc37 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dmacros.fuc7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dcom.fuc8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dgpc.fuc8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/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,
Dgk208.fuc57 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dgf110.fuc47 * 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,
Di2c_.fuc7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dmacros.fuc7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Dmemx.fuc7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/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.1.27/mm/
Dbootmem.c542 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/
Ddm-linear.c165 .merge = linear_merge,
Ddm-flakey.c422 .merge = flakey_merge,
Ddm-stripe.c446 .merge = stripe_merge,
Ddm-log-writes.c799 .merge = log_writes_merge,
/linux-4.1.27/arch/arm/boot/dts/
Dimx6dl-cubox-i.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6qdl-microsom.dtsi25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6q-hummingboard.dts26 * copy, modify, merge, publish, distribute, sublicense, and/or
Drk3288-firefly.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6q-cubox-i.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Drk3288-firefly-beta.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6dl-hummingboard.dts26 * copy, modify, merge, publish, distribute, sublicense, and/or
Dat91sam9xe.dtsi28 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-388.dtsi23 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-398.dtsi29 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-390.dtsi29 * copy, modify, merge, publish, distribute, sublicense, and/or
Dcx92755_equinox.dts29 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun6i-a31s.dtsi30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dmeson6-atv1200.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dmeson6.dtsi30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun8i-a23-ippo-q8h-v1.2.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dls1021a-twr.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Daxp209.dtsi32 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-xp-matrix.dts29 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-hyundai-a7hd.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dmeson8-minix-neo-x8.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun6i-a31s-cs908.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-mk802.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-chuwi-v7-cw0825.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun6i-a31-app4-evb1.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-mk802ii.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dcx92755.dtsi29 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun5i-a10s-mk802.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6qdl-microsom-ar8035.dtsi28 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-inet97fv2.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-388-rd.dts31 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-398-db.dts29 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-ba10-tvbox.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun8i-a23-ippo-q8h-v5.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun6i-a31-colombus.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-mini-xplus.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun5i-a13-olinuxino-micro.dts31 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun6i-a31-m9.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun6i-a31-hummingbird.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun5i-a10s-r7-tv-dongle.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-marsboard.dts31 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-388-db.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun9i-a80-optimus.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Dmeson8.dtsi28 * copy, modify, merge, publish, distribute, sublicense, and/or
Drk3066a-marsboard.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dmeson.dtsi30 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-xp-axpwifiap.dts34 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-olinuxino-lime.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dat91-sama5d4_xplained.dts28 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun7i-a20-olinuxino-lime.dts33 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-hackberry.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun5i-a13-olinuxino.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsunxi-common-regulators.dtsi32 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun7i-a20-m3.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-pcduino.dts31 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-380.dtsi31 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-370-mirabox.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-a1000.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun5i-a13-hsg-h702.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-375-db.dts31 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-385-db-ap.dts24 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-xp-openblocks-ax3-4.dts29 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun7i-a20-bananapi.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Dls1021a-qds.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun4i-a10-cubieboard.dts31 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun7i-a20-cubieboard2.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun7i-a20-pcduino3.dts31 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6sl-warp.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6qdl-cubox-i.dtsi25 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-370-rd.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun7i-a20-olinuxino-lime2.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun7i-a20-i12-tvbox.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-xp-db.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun7i-a20-bananapro.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-385.dtsi31 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6qdl-hummingboard.dtsi25 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun5i-a10s-olinuxino-micro.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-xp-mv78230.dtsi29 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-370-netgear-rn104.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dat91-sama5d4ek.dts28 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-xp-gp.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun7i-a20-cubietruck.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-370-netgear-rn102.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-370-db.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-xp-lenovo-ix4-300d.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-xp.dtsi32 * copy, modify, merge, publish, distribute, sublicense, and/or
Dimx6q-tbs2910.dts30 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-xp-linksys-mamba.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-370-xp.dtsi32 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-xp-netgear-rn2120.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-388-gp.dts24 * copy, modify, merge, publish, distribute, sublicense, and/or
Drk3288-popmetal.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-370.dtsi31 * copy, modify, merge, publish, distribute, sublicense, and/or
Darm-realview-pb1176.dts7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
Darmada-xp-mv78460.dtsi29 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-xp-synology-ds414.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Dls1021a.dtsi30 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-370-synology-ds213j.dts27 * copy, modify, merge, publish, distribute, sublicense, and/or
Drk3066a-rayeager.dts25 * copy, modify, merge, publish, distribute, sublicense, and/or
Drk3288-firefly.dtsi25 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-xp-mv78260.dtsi29 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-39x.dtsi29 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-375.dtsi30 * copy, modify, merge, publish, distribute, sublicense, and/or
Darmada-38x.dtsi31 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun9i-a80.dtsi32 * copy, modify, merge, publish, distribute, sublicense, and/or
Dsun8i-a23.dtsi32 * copy, modify, merge, publish, distribute, sublicense, and/or
/linux-4.1.27/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
Dslub.txt91 If no debug options are specified then SLUB may merge similar slabs together
/linux-4.1.27/include/linux/
Dbtree-type.h29 static inline int BTREE_FN(merge)(BTREE_TYPE_HEAD *target, in BTREE_FN() argument
Dfsnotify_backend.h314 int (*merge)(struct list_head *,
Ddevice-mapper.h163 dm_merge_fn merge; member
/linux-4.1.27/arch/arm64/boot/dts/cavium/
Dthunder-88xx.dts32 * copy, modify, merge, publish, distribute, sublicense, and/or
Dthunder-88xx.dtsi32 * copy, modify, merge, publish, distribute, sublicense, and/or
/linux-4.1.27/arch/arm64/boot/dts/freescale/
Dfsl-ls2085a-simu.dts34 * copy, modify, merge, publish, distribute, sublicense, and/or
Dfsl-ls2085a.dtsi34 * copy, modify, merge, publish, distribute, sublicense, and/or
/linux-4.1.27/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.1.27/fs/ocfs2/
Drefcounttree.c1248 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/
Dskbuff.c2627 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/
Dboot-options.txt205 [,memaper[=<order>]][,merge][,forcesac][,fullflush][,nomerge]
228 merge Do scatter-gather (SG) merging. Implies "force"
/linux-4.1.27/Documentation/ia64/
Dxen.txt180 - Wiki of Xen/IA64 upstream merge
/linux-4.1.27/arch/m68k/fpsp040/
Dx_unfl.S194 addl (%a7)+,%d1 |merge PREC/MODE
/linux-4.1.27/Documentation/arm/OMAP/
Domap_pm8 Over time, the intention is to merge features from the OMAP PM
/linux-4.1.27/firmware/
DWHENCE708 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/
Dv4l2-framework.txt1057 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/
DREPORTING-BUGS170 merge window), escalate the bug to LKML and Linus Torvalds.
/linux-4.1.27/Documentation/
Diostats.txt88 merge, or read of these stats by the number of I/Os in progress
Dcrc32.txt83 *have* to wait until the last possible moment to merge in additional bits.
Dsysfs-rules.txt107 device information. It is planned to merge all three
/linux-4.1.27/net/ipv4/
Dtcp.c1182 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/
Dsched-deadline.txt346 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/
Dfiemap.txt170 userspace would be highly inefficient, the kernel will try to merge most
/linux-4.1.27/Documentation/sound/alsa/soc/
Ddapm.txt183 This can be used to merge to signal paths together in software.

12