Searched refs:merge (Results 1 - 200 of 1406) sorted by relevance

12345678

/linux-4.1.27/drivers/media/
H A DMakefile24 # There are both core and drivers at RC subtree - merge before drivers
28 # Finally, merge the drivers that require the core
/linux-4.1.27/fs/btrfs/
H A Dextent_map.c184 /* check to see if two extent_map structs are adjacent and safe to merge */ mergable_maps()
191 * don't merge compressed extents, we need to know their mergable_maps()
202 * We don't want to merge stuff that hasn't been written to the log yet mergable_maps()
227 struct extent_map *merge = NULL; try_merge_map() local
233 merge = rb_entry(rb, struct extent_map, rb_node); try_merge_map()
234 if (rb && mergable_maps(merge, em)) { try_merge_map()
235 em->start = merge->start; try_merge_map()
236 em->orig_start = merge->orig_start; try_merge_map()
237 em->len += merge->len; try_merge_map()
238 em->block_len += merge->block_len; try_merge_map()
239 em->block_start = merge->block_start; try_merge_map()
240 em->mod_len = (em->mod_len + em->mod_start) - merge->mod_start; try_merge_map()
241 em->mod_start = merge->mod_start; try_merge_map()
242 em->generation = max(em->generation, merge->generation); try_merge_map()
244 rb_erase(&merge->rb_node, &tree->map); try_merge_map()
245 RB_CLEAR_NODE(&merge->rb_node); try_merge_map()
246 free_extent_map(merge); try_merge_map()
252 merge = rb_entry(rb, struct extent_map, rb_node); try_merge_map()
253 if (rb && mergable_maps(em, merge)) { try_merge_map()
254 em->len += merge->len; try_merge_map()
255 em->block_len += merge->block_len; try_merge_map()
256 rb_erase(&merge->rb_node, &tree->map); try_merge_map()
257 RB_CLEAR_NODE(&merge->rb_node); try_merge_map()
258 em->mod_len = (merge->mod_start + merge->mod_len) - em->mod_start; try_merge_map()
259 em->generation = max(em->generation, merge->generation); try_merge_map()
260 free_extent_map(merge); try_merge_map()
340 * Insert @em into @tree or perform a simple forward/backward merge with
343 * reference dropped if the merge attempt was successful.
/linux-4.1.27/arch/x86/pci/
H A Dbus_numa.h25 resource_size_t end, unsigned long flags, int merge);
H A Dbus_numa.c104 resource_size_t end, unsigned long flags, int merge) update_res()
115 if (!merge) update_res()
118 /* try to merge it with old one */ update_res()
103 update_res(struct pci_root_info *info, resource_size_t start, resource_size_t end, unsigned long flags, int merge) update_res() argument
/linux-4.1.27/arch/sparc/include/asm/
H A Destate.h16 * fetches 3) atomic operations. Such events _cannot_ occur for: 1) merge
28 * 3) As the result of store merge completion, writeback, or copyout will
42 * during store merge, writeback, and copyout operations.
/linux-4.1.27/lib/
H A Dlist_sort.c16 * to chaining of merge() calls: null-terminated, no reserved or
19 static struct list_head *merge(void *priv, merge() function
42 * Combine final list merge with restoration of standard doubly-linked
43 * list structure. This approach duplicates code from merge(), but
96 * This function implements "merge sort", which has O(nlog(n))
128 cur = merge(priv, cmp, part[lev], cur); list_sort()
143 list = merge(priv, cmp, part[lev], list); list_sort()
/linux-4.1.27/arch/arm/mach-footbridge/
H A Disa-rtc.c13 * 20-Jan-1999 RMK Started merge of EBSA285, CATS and NetWinder
/linux-4.1.27/block/
H A Dblk-merge.c2 * Functions related to segment and merge handling
350 * does not indicate a prepared command that we cannot merge with.
376 * requests. Can't merge them if they are. ll_merge_requests_fn()
413 * blk_rq_set_mixed_merge - mark a request as mixed merge
414 * @rq: request to mark as mixed merge
487 * If we are allowed to merge, then append bio list attempt_merge()
497 * a mixed merge, mark both as mixed before proceeding. This attempt_merge()
509 * At this point we have either done a back merge attempt_merge()
510 * or front merge. We need the smaller start_time of attempt_merge()
575 /* different data direction or already started, don't merge */ blk_rq_merge_ok()
583 /* only merge integrity protected bio into ditto rq */ blk_rq_merge_ok()
/linux-4.1.27/include/uapi/asm-generic/
H A Dmman-common.h45 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */
46 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */
/linux-4.1.27/net/batman-adv/
H A Dfragmentation.c121 * fragments needed to merge the packet, the chain is moved to the passed head
137 * the later merge. Non-linear merge should be added to remove this batadv_frag_insert_packet()
221 * batadv_frag_merge_packets - merge a chain of fragments
282 * batadv_frag_skb_buffer - buffer fragment for later merge
286 * Add fragment to buffer and merge fragments if possible.
299 /* Add packet to buffer and table entry if merge is possible. */ batadv_frag_skb_buffer()
303 /* Leave if more fragments are needed to merge. */ batadv_frag_skb_buffer()
432 /* To avoid merge and refragmentation at next-hops we never send batadv_frag_send_packet()
/linux-4.1.27/drivers/staging/android/uapi/
H A Dsync.h18 * struct sync_merge_data - data passed to merge ioctl
75 * DOC: SYNC_IOC_MERGE - merge two fences
/linux-4.1.27/arch/parisc/include/uapi/asm/
H A Dmman.h59 #define MADV_MERGEABLE 65 /* KSM may merge identical pages */
60 #define MADV_UNMERGEABLE 66 /* KSM may not merge identical pages */
/linux-4.1.27/arch/alpha/include/uapi/asm/
H A Dmman.h53 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */
54 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_kernel_queue_cik.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dkfd_kernel_queue_vi.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dkfd_mqd_manager.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dkfd_mqd_manager_vi.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dkfd_device_queue_manager_vi.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dkfd_pasid.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dkfd_pm4_opcodes.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dopregion.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dtc35876x-dsi-lvds.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dmdfld_dsi_dpi.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dmdfld_dsi_pkg_sender.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dmdfld_output.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicensen
H A Dmdfld_output.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicensen
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_gem_render_state.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dintel_renderstate.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_debugfs.c7 * without limitation the rights to use, copy, modify, merge, publish,
H A Dnouveau_hwmon.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dnv50_display.h8 * without limitation the rights to use, copy, modify, merge, publish,
H A Dnouveau_crtc.h8 * without limitation the rights to use, copy, modify, merge, publish,
H A Dnouveau_encoder.h8 * without limitation the rights to use, copy, modify, merge, publish,
H A Dnouveau_ioc32.c17 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dnouveau_platform.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dnvc0_fence.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
H A Denum.c9 * without limitation the rights to use, copy, modify, merge, publish,
H A Dengine.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dacpi.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgk208.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgk20a.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgm204.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgk20a.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgk20a.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgm206.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dctxgf104.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dctxgk110b.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dctxgm206.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgf110.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgk110b.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dg84.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgk110.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dnv50.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgt215.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dgk20a.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dbit.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dimage.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dnpde.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dpcir.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dramcfg.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dshadowof.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dshadowrom.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dg84.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dpllgt215.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dgm107.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dnv1a.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dfbmem.h8 * without limitation the rights to use, copy, modify, merge, publish,
H A Dg84.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dg98.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dmcp89.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dnv20.c8 * without limitation the rights to use, copy, modify, merge, publish,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dg84.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgk104.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgm107.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgt215.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dmcp77.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dmcp89.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dnv1a.c8 * without limitation the rights to use, copy, modify, merge, publish,
H A Dnv47.c8 * without limitation the rights to use, copy, modify, merge, publish,
H A Dnv49.c8 * without limitation the rights to use, copy, modify, merge, publish,
H A Dnv4e.c8 * without limitation the rights to use, copy, modify, merge, publish,
H A Dramgm107.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dramnv10.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dramnv4e.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgk20a.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dnv10.c8 * without limitation the rights to use, copy, modify, merge, publish,
H A Dnv25.c8 * without limitation the rights to use, copy, modify, merge, publish,
H A Dnv35.c8 * without limitation the rights to use, copy, modify, merge, publish,
H A Dnv36.c8 * without limitation the rights to use, copy, modify, merge, publish,
H A Dnv40.c8 * without limitation the rights to use, copy, modify, merge, publish,
H A Dnv41.c8 * without limitation the rights to use, copy, modify, merge, publish,
H A Dnv44.c8 * without limitation the rights to use, copy, modify, merge, publish,
H A Dnv46.c8 * without limitation the rights to use, copy, modify, merge, publish,
H A Dramnv04.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dramnv1a.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dramnv20.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dramnv41.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dramnv44.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dramnv49.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dsddr2.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/
H A Dbase.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgm107.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgf100.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dnv50.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dgf117.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dpadnv04.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgk104.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dpad.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dpadg94.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dpadgm204.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgk104.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dg94.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dg98.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgf106.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgk20a.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dnv40.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dnv44.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dnv4c.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgf100.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dnv04.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dnv50.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgf100.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgf110.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgk208.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgt215.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgk104.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dfannil.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
H A Dgk20a.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
H A Dnv40.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Datom-types.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Davivod.h8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dcayman_blit_shaders.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dcik_blit_shaders.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dclearstate_defs.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Devergreen_blit_shaders.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Devergreen_smc.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dr600_blit_shaders.h8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dradeon_kfd.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Drs100d.h9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Drv200d.h9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Drv350d.h9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dsi_blit_shaders.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Datom-bits.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dbtc_dpm.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dradeon_family.h9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Drs780_dpm.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Drv6xx_dpm.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Duvd_v3_1.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Duvd_v4_2.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/tdfx/
H A Dtdfx_drv.h11 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dtdfx_drv.c11 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/vgem/
H A Dvgem_drv.h8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dsvga_types.h9 * without limitation the rights to use, copy, modify, merge, publish,
H A Dvmwgfx_reg.h9 * without limitation the rights to use, copy, modify, merge, publish,
H A Dsvga_escape.h8 * modify, merge, publish, distribute, sublicense, and/or sell copies
/linux-4.1.27/include/xen/
H A Dxenbus_dev.h17 * merge, publish, distribute, sublicense, and/or sell copies of the Software,
/linux-4.1.27/arch/arm/xen/
H A Dgrant-table.c16 * merge, publish, distribute, sublicense, and/or sell copies of the Software,
/linux-4.1.27/arch/arm/mach-footbridge/include/mach/
H A Dirqs.h8 * 20-Jan-1998 RMK Started merge of EBSA286, CATS and NetWinder
/linux-4.1.27/include/drm/
H A Ddrm_cache.h9 * without limitation the rights to use, copy, modify, merge, publish,
H A Ddrm_core.h7 * the rights to use, copy, modify, merge, publish, distribute, sub license,
H A Ddrm_global.h9 * without limitation the rights to use, copy, modify, merge, publish,
H A Di915_component.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/include/drm/i2c/
H A Dch7006.h8 * without limitation the rights to use, copy, modify, merge, publish,
H A Dsil164.h8 * without limitation the rights to use, copy, modify, merge, publish,
/linux-4.1.27/include/drm/ttm/
H A Dttm_module.h9 * without limitation the rights to use, copy, modify, merge, publish,
/linux-4.1.27/crypto/
H A Dalgif_aead.c49 bool merge; member in struct:aead_ctx
95 ctx->merge = 0; aead_put_sgl()
218 if (ctx->merge) { aead_sendmsg()
229 ctx->merge = (sg->offset + sg->length) & aead_sendmsg()
279 ctx->merge = plen & (PAGE_SIZE - 1); aead_sendmsg()
327 ctx->merge = 0; aead_sendpage()
619 ctx->merge = 0; aead_accept_parent()
/linux-4.1.27/drivers/misc/
H A Dhpilo.h168 u64 merge; /* O/C bits to merge in during enqueue operation */ member in struct:fifo
/linux-4.1.27/arch/xtensa/include/uapi/asm/
H A Dmman.h89 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */
90 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */
/linux-4.1.27/arch/mips/include/uapi/asm/
H A Dmman.h76 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */
77 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */
/linux-4.1.27/fs/ext4/
H A Dblock_validity.c96 /* Can we merge to the left? */ add_system_zone()
108 /* Can we merge to the right? */ add_system_zone()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_bridge.c7 * the rights to use, copy, modify, merge, publish, distribute, sub license,
H A Ddrm_panel.c7 * the rights to use, copy, modify, merge, publish, distribute, sub license,
/linux-4.1.27/arch/x86/include/asm/xen/
H A Dhypervisor.h17 * merge, publish, distribute, sublicense, and/or sell copies of the Software,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/
H A Ddevice.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/bsp/
H A Dg84.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dhdagf110.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dhdagt215.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dsornv50.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dg84.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/mspdec/
H A Dg98.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgf100.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgk104.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/msppp/
H A Dg98.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgf100.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/msvld/
H A Dg98.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgf100.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgk104.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/vp/
H A Dg84.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dg94.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgf100.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A Dg94.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgf110.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dgk104.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/qxl/
H A Dqxl_dumb.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
H A Dqxl_prime.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/dma/
H A Dsun4i-a10.h32 * copy, modify, merge, publish, distribute, sublicense, and/or
/linux-4.1.27/drivers/gpu/drm/savage/
H A Dsavage_drv.c9 * the rights to use, copy, modify, merge, publish, distribute, sub license,
/linux-4.1.27/drivers/gpu/drm/sis/
H A Dsis_drv.h10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
/linux-4.1.27/drivers/gpu/drm/via/
H A Dvia_verifier.h7 * the rights to use, copy, modify, merge, publish, distribute, sub license,
H A Dvia_video.c7 * the rights to use, copy, modify, merge, publish, distribute, sub license,

Completed in 4994 milliseconds

12345678