/linux-6.12.1/include/linux/ceph/ |
D | ceph_features.h | 105 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-6.12.1/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_pipeline_state.c | 601 st->overlap = dflow->overlap; in komeda_splitter_validate() 920 * pixels (overlap) to both side, after split the left/right will be: 921 * - left: [0, src_length/2 + overlap] 922 * - right: [src_length/2 - overlap, src_length] 923 * The extra overlap do eliminate the edge problem, but which may also generates 935 * \ \<--overlap--->/ 937 * /<---overlap--->\ \ 952 u32 l_out, r_out, overlap; in komeda_split_data_flow() local 961 overlap = 0; in komeda_split_data_flow() 963 overlap += scaler->scaling_split_overlap; in komeda_split_data_flow() [all …]
|
/linux-6.12.1/net/netfilter/ |
D | nf_sockopt.c | 18 /* 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()
|
D | nft_set_rbtree.c | 321 * first element to walk the ordered elements to find possible overlap. in __nft_rbtree_insert() 349 /* Detect overlap by going through the list of valid tree nodes. in __nft_rbtree_insert() 361 /* perform garbage collection to avoid bogus overlap reports in __nft_rbtree_insert() 422 /* - new start element matching existing start element: full overlap in __nft_rbtree_insert() 431 /* - new end element matching existing end element: full overlap in __nft_rbtree_insert() 441 * being a start element: partial overlap, reported as -ENOTEMPTY. in __nft_rbtree_insert() 443 * are constant, skip them to avoid bogus overlap reports. in __nft_rbtree_insert() 450 * being a end element: partial overlap, reported as -ENOTEMPTY. in __nft_rbtree_insert() 457 * being an end element: partial overlap, reported as -ENOTEMPTY in __nft_rbtree_insert()
|
/linux-6.12.1/arch/x86/boot/compressed/ |
D | kaslr.c | 288 * regions that are unsafe to overlap with during decompression, and other 366 * Avoid the region that is unsafe to overlap during in mem_avoid_init() 404 * Does this memory vector overlap a known avoided area? If so, record the 405 * overlap region with the lowest address. 408 struct mem_vector *overlap) in mem_avoid_overlap() argument 418 *overlap = mem_avoid[i]; in mem_avoid_overlap() 419 earliest = overlap->start; in mem_avoid_overlap() 433 *overlap = avoid; in mem_avoid_overlap() 434 earliest = overlap->start; in mem_avoid_overlap() 444 *overlap = avoid; in mem_avoid_overlap() [all …]
|
/linux-6.12.1/drivers/block/drbd/ |
D | drbd_interval.c | 121 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-6.12.1/arch/x86/platform/intel-quark/ |
D | imr_selftest.c | 55 * Verify IMR self_test with some simple tests to verify overlap, 70 /* Test exact overlap. */ in imr_self_test() 74 /* Test overlap with base inside of existing. */ in imr_self_test() 79 /* Test overlap with end inside of existing. */ in imr_self_test()
|
/linux-6.12.1/drivers/pinctrl/ |
D | pinctrl-gemini.c | 637 /* The GPIO0A (0) pin overlap with TVC CLK and extended parallel flash */ 640 /* The GPIO0B (1-4) pins overlap with TVC and ICE */ 643 /* The GPIO0C (5-7) pins overlap with ICE */ 646 /* The GPIO0D (9,10) pins overlap with UART RX/TX */ 649 /* The GPIO0E (8,11-15) pins overlap with LPC, UART modem pins, SSP */ 652 /* The GPIO0F (16) pins overlap with LCD */ 655 /* The GPIO0G (17,18) pins overlap with NAND flash CE0, CE1 */ 658 /* The GPIO0H (19,20) pins overlap with parallel flash CE0, CE1 */ 661 /* The GPIO0I (21,22) pins overlap with serial flash CE0, CE1 */ 664 /* The GPIO0J (23) pins overlap with all flash */ [all …]
|
/linux-6.12.1/arch/alpha/boot/ |
D | bootpz.c | 85 /* 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-6.12.1/kernel/dma/ |
D | debug.c | 407 * count for the overlapping mappings. For now, the overlap tracking 437 int overlap = 0, i; in active_cacheline_read_overlap() local 441 overlap |= 1 << i; in active_cacheline_read_overlap() 442 return overlap; in active_cacheline_read_overlap() 445 static int active_cacheline_set_overlap(phys_addr_t cln, int overlap) in active_cacheline_set_overlap() argument 449 if (overlap > ACTIVE_CACHELINE_MAX_OVERLAP || overlap < 0) in active_cacheline_set_overlap() 450 return overlap; in active_cacheline_set_overlap() 453 if (overlap & 1 << i) in active_cacheline_set_overlap() 458 return overlap; in active_cacheline_set_overlap() 463 int overlap = active_cacheline_read_overlap(cln); in active_cacheline_inc_overlap() local [all …]
|
/linux-6.12.1/net/sched/ |
D | sch_mqprio_lib.c | 11 /* 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-6.12.1/tools/testing/selftests/powerpc/ptrace/ |
D | perf-hwbreak.c | 325 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()
|
D | ptrace-hwbreak.c | 205 /* 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-6.12.1/include/media/ |
D | v4l2-rect.h | 159 * 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-6.12.1/fs/xfs/ |
D | xfs_extent_busy.c | 98 * match. This is done so that a non-zero return indicates an overlap that 113 /* find closest start bno overlap */ in xfs_extent_busy_search() 119 /* may overlap, but exact start block is lower */ in xfs_extent_busy_search() 124 /* may overlap, but exact start block is higher */ in xfs_extent_busy_search() 140 * extent. If the overlap covers the beginning, the end, or all of the busy 379 /* start overlap */ in xfs_extent_busy_trim() 430 /* end overlap */ in xfs_extent_busy_trim() 451 /* middle overlap */ in xfs_extent_busy_trim()
|
/linux-6.12.1/drivers/video/fbdev/core/ |
D | syscopyarea.c | 103 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()
|
D | cfbcopyarea.c | 136 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-6.12.1/Documentation/devicetree/bindings/sound/ |
D | atmel,sama5d2-classd.yaml | 61 atmel,non-overlap-time: 104 atmel,non-overlap-time = <10>;
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | crash_dump.c | 109 * The crashkernel region will almost always overlap the RTAS region, so 127 /* Does this page overlap with the RTAS region? */ in crash_free_reserved_phys_range()
|
/linux-6.12.1/tools/testing/selftests/powerpc/tm/ |
D | tm-signal-context-chk-vsx.c | 66 * 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-6.12.1/arch/x86/kvm/mmu/ |
D | spte.h | 67 * must not overlap the A/D type mask. 87 * to not overlap the A/D type mask or the saved access bits of access-tracked 130 * The SPTE MMIO mask must NOT overlap the MMIO generation bits or the 137 * doesn't overlap legal PA bits), and bit 63 (carved out for future usage). 235 * shift bits of the GFN that overlap with shadow_nonpresent_or_rsvd_mask
|
/linux-6.12.1/drivers/nvdimm/ |
D | badrange.c | 115 * 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-6.12.1/drivers/pnp/ |
D | quirks.c | 237 * 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-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec.c | 95 u8 overlap; in mlx5e_ipsec_update_esn_state() local 122 overlap = sa_entry->esn_state.overlap; in mlx5e_ipsec_update_esn_state() 140 if (unlikely(overlap && seq_bottom < MLX5E_IPSEC_ESN_SCOPE_MID)) { in mlx5e_ipsec_update_esn_state() 141 sa_entry->esn_state.overlap = 0; in mlx5e_ipsec_update_esn_state() 143 } else if (unlikely(!overlap && in mlx5e_ipsec_update_esn_state() 145 sa_entry->esn_state.overlap = 1; in mlx5e_ipsec_update_esn_state() 352 attrs->replay_esn.overlap = sa_entry->esn_state.overlap; in mlx5e_ipsec_build_accel_xfrm_attrs()
|
/linux-6.12.1/tools/testing/selftests/kvm/ |
D | kvm_binary_stats_test.c | 59 * 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()
|