Home
last modified time | relevance | path

Searched full:overlap (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/linux/include/linux/ceph/
H A Dceph_features.h105 DEFINE_CEPH_FEATURE(21, 2, RESEND_ON_SPLIT) // overlap
106 DEFINE_CEPH_FEATURE(21, 2, RADOS_BACKOFF) // overlap
107 DEFINE_CEPH_FEATURE(21, 2, OSDMAP_PG_UPMAP) // overlap
108 DEFINE_CEPH_FEATURE(21, 2, CRUSH_CHOOSE_ARGS) // overlap
132 DEFINE_CEPH_FEATURE(38, 1, OSD_OSD_TMAP2OMAP) // overlap
136 DEFINE_CEPH_FEATURE(41, 1, OSD_PRIMARY_AFFINITY) // overlap
143 DEFINE_CEPH_FEATURE_RETIRED(46, 1, OSD_REPOP, JEWEL, LUMINOUS) // overlap
144 DEFINE_CEPH_FEATURE_RETIRED(46, 1, OSD_OBJECT_DIGEST, JEWEL, LUMINOUS) // overlap
145 DEFINE_CEPH_FEATURE_RETIRED(46, 1, OSD_TRANSACTION_MAY_LAYOUT, JEWEL, LUMINOUS) // overlap
150 DEFINE_CEPH_FEATURE_RETIRED(49, 1, OSD_PROXY_FEATURES, JEWEL, LUMINOUS) // overlap
[all …]
/linux/net/netfilter/
H A Dnf_sockopt.c18 /* Do exclusive ranges overlap? */
19 static inline int overlap(int min1, int max1, int min2, int max2) in overlap() function
33 && (overlap(ops->set_optmin, ops->set_optmax, in nf_register_sockopt()
35 || overlap(ops->get_optmin, ops->get_optmax, in nf_register_sockopt()
37 pr_debug("nf_sock overlap: %u-%u/%u-%u v %u-%u/%u-%u\n", in nf_register_sockopt()
/linux/drivers/block/drbd/
H A Ddrbd_interval.c121 struct drbd_interval *overlap = NULL; in drbd_find_overlap() local
132 /* Overlap if any must be on left side */ in drbd_find_overlap()
136 overlap = here; in drbd_find_overlap()
139 /* Overlap if any must be on right side */ in drbd_find_overlap()
144 return overlap; in drbd_find_overlap()
/linux/arch/alpha/boot/
H A Dbootpz.c85 /* do some range checking for detecting an overlap... */ in check_range()
92 srm_printk("OVERLAP: vaddr 0x%lx kaddr 0x%lx" in check_range()
245 we move it to the final position, in case of overlap. This will be
248 Regardless of overlap, we move the INITRD image to the end of this
327 * pages occupied by that image do NOT overlap the physical in start_kernel()
351 srm_printk("FATAL ERROR: overlap of bootstrapper code\n"); in start_kernel()
365 srm_printk("OVERLAP: cannot decompress in place\n"); in start_kernel()
/linux/kernel/dma/
H A Ddebug.c397 * count for the overlapping mappings. For now, the overlap tracking
427 int overlap = 0, i; in active_cacheline_read_overlap() local
431 overlap |= 1 << i; in active_cacheline_read_overlap()
432 return overlap; in active_cacheline_read_overlap()
435 static int active_cacheline_set_overlap(phys_addr_t cln, int overlap) in active_cacheline_set_overlap() argument
439 if (overlap > ACTIVE_CACHELINE_MAX_OVERLAP || overlap < 0) in active_cacheline_set_overlap()
440 return overlap; in active_cacheline_set_overlap()
443 if (overlap & 1 << i) in active_cacheline_set_overlap()
448 return overlap; in active_cacheline_set_overlap()
453 int overlap = active_cacheline_read_overlap(cln); in active_cacheline_inc_overlap() local
[all …]
/linux/net/sched/
H A Dsch_mqprio_lib.c11 /* Returns true if the intervals [a, b) and [c, d) overlap. */
50 /* Verify that the offset and counts do not overlap */ in mqprio_validate_queue_counts()
57 "TC %d queues %d@%d overlap with TC %d queues %d@%d", in mqprio_validate_queue_counts()
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c325 printf("TESTED: No overlap\n"); in runtest_dar_outside()
327 printf("FAILED: No overlap: %lld != 0\n", breaks); in runtest_dar_outside()
340 printf("TESTED: Partial overlap\n"); in runtest_dar_outside()
342 printf("FAILED: Partial overlap: %lld != 2\n", breaks); in runtest_dar_outside()
355 printf("TESTED: Partial overlap\n"); in runtest_dar_outside()
357 printf("FAILED: Partial overlap: %lld != 2\n", breaks); in runtest_dar_outside()
370 printf("TESTED: No overlap\n"); in runtest_dar_outside()
372 printf("FAILED: No overlap: %lld != 0\n", breaks); in runtest_dar_outside()
385 printf("TESTED: Full overlap\n"); in runtest_dar_outside()
387 printf("FAILED: Full overlap: %lld != 2\n", breaks); in runtest_dar_outside()
H A Dptrace-hwbreak.c205 /* PPC_PTRACE_SETHWDEBUG 2, MODE_RANGE, DAWR Overlap, WO test */ in test_workload()
208 /* PPC_PTRACE_SETHWDEBUG 2, MODE_RANGE, DAWR Overlap, RO test */ in test_workload()
469 char *name = "PPC_PTRACE_SETHWDEBUG 2, MODE_RANGE, DAWR Overlap"; in test_multi_sethwdebug_range_dawr_overlap()
480 /* PPC_PTRACE_SETHWDEBUG 2, MODE_RANGE, DAWR Overlap, WO test */ in test_multi_sethwdebug_range_dawr_overlap()
483 /* PPC_PTRACE_SETHWDEBUG 2, MODE_RANGE, DAWR Overlap, RO test */ in test_multi_sethwdebug_range_dawr_overlap()
/linux/include/media/
H A Dv4l2-rect.h159 * v4l2_rect_overlap() - do r1 and r2 overlap?
163 * Returns true if @r1 and @r2 overlap.
171 * they do not overlap. in v4l2_rect_overlap()
179 * they do not overlap. in v4l2_rect_overlap()
/linux/drivers/video/fbdev/core/
H A Dsyscopyarea.c103 because in case SRC and DST overlap bitwise (e.g. in bitcpy()
106 overlap with the current long from SRC. We store in bitcpy()
248 because in case SRC and DST overlap bitwise (e.g. in bitcpy_rev()
251 overlap with the current long from SRC. We store in bitcpy_rev()
330 /* if the beginning of the target area might overlap with the end of in sys_copyarea()
H A Dcfbcopyarea.c136 SRC and DST overlap bitwise (e.g. when moving just one pixel in in bitcpy()
138 overlap with the current long from SRC. We store this value in in bitcpy()
308 SRC and DST overlap bitwise (e.g. when moving just one pixel in in bitcpy_rev()
310 overlap with the current long from SRC. We store this value in in bitcpy_rev()
397 /* if the beginning of the target area might overlap with the end of in cfb_copyarea()
/linux/Documentation/devicetree/bindings/sound/
H A Datmel,sama5d2-classd.yaml61 atmel,non-overlap-time:
104 atmel,non-overlap-time = <10>;
/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-vsx.c66 * FP registers and VMX registers overlap the VSX registers. in signal_usr1()
68 * FP registers (f0-31) overlap the most significant 64 bits of VSX in signal_usr1()
70 * the VSX registers, overlap fully the other half of VSX registers, in signal_usr1()
/linux/drivers/nvdimm/
H A Dbadrange.c115 * split into two based on the overlap characteristics in badrange_forget()
229 /* Deal with any overlap after start of the namespace */ in badblocks_populate()
243 * Deal with overlap for badrange starting before in badblocks_populate()
/linux/fs/xfs/scrub/
H A Drtrmap.c93 /* Flag failures for records that overlap but cannot. */
109 /* Do overlap_rec and irec overlap? */ in xchk_rtrmapbt_check_overlapping()
114 /* Overlap is only allowed if both records are data fork mappings. */ in xchk_rtrmapbt_check_overlapping()
/linux/drivers/pnp/
H A Dquirks.c237 * partially overlap PCI BARs. The PNP system driver claims these in quirk_system_pci_resources()
261 * If the PNP region doesn't overlap the PCI in quirk_system_pci_resources()
392 continue; /* no overlap */ in quirk_intel_mch()
431 /* PnP resources that might overlap PCI BARs */
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_doorbell.h148 * overlap the doorbell assignment with VCN as they are mutually exclusive
217 * overlap the doorbell assignment with VCN as they are mutually exclusive
300 /* overlap the doorbell assignment with VCN as they are mutually exclusive
/linux/tools/testing/selftests/kvm/
H A Dkvm_binary_stats_test.c59 * The descriptor and data offsets must be valid, they must not overlap in stats_test()
60 * the header, and the descriptor and data blocks must not overlap each in stats_test()
142 * doesn't overlap the descriptor block. in stats_test()
/linux/lib/
H A Dmemcpy_kunit.c135 struct some_bytes overlap = { in memmove_test() local
181 ptr = &overlap.data[2]; in memmove_test()
182 memmove(ptr, overlap.data, 5); in memmove_test()
183 compare("overlapping write", overlap, overlap_expected); in memmove_test()
461 * Running all possible offset and overlap combinations takes a in memmove_overlap_test()
/linux/tools/testing/selftests/net/
H A Dip_defrag.c317 error(1, errno, "sendto overlap: %d", frag_len); in send_udp_frags()
319 error(1, 0, "sendto overlap: %d vs %d", (int)res, frag_len); in send_udp_frags()
372 * the full overlap test takes 20-30 seconds. in run_test()
382 * with a nested loop: the full non-overlap test takes in run_test()
/linux/arch/x86/mm/pat/
H A Dmemtype_interval.c30 * different regions which overlap. All the aliases have the same
92 dprintk("Overlap at 0x%Lx-0x%Lx\n", entry_match->start, entry_match->end); in memtype_check_conflict()
/linux/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S74 * don't partially overlap. We also assume (even more important)
77 * but aligned to some 10K's we shouldn't overlap.
/linux/arch/sparc/include/uapi/asm/
H A Dauxvec.h6 /* Avoid overlap with other AT_* values since they are consolidated in
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.h259 u8 scaling_split_overlap; /* split overlap for scaling */
260 u8 enh_split_overlap; /* split overlap for image enhancement */
315 u16 overlap; member
358 u16 left_crop, right_crop, overlap; member
/linux/drivers/video/
H A Daperture.c144 static bool overlap(resource_size_t base1, resource_size_t end1, in overlap() function
175 if (overlap(base, end, ap->base, ap->base + ap->size)) { in devm_aperture_acquire()
261 if (!overlap(base, end, ap->base, ap->base + ap->size)) in aperture_detach_devices()

12345678910>>...21