| /kernel/linux/linux-5.10/include/linux/ceph/ |
| D | ceph_features.h | 104 DEFINE_CEPH_FEATURE(21, 2, RESEND_ON_SPLIT) // overlap 105 DEFINE_CEPH_FEATURE(21, 2, RADOS_BACKOFF) // overlap 106 DEFINE_CEPH_FEATURE(21, 2, OSDMAP_PG_UPMAP) // overlap 107 DEFINE_CEPH_FEATURE(21, 2, CRUSH_CHOOSE_ARGS) // overlap 131 DEFINE_CEPH_FEATURE(38, 1, OSD_OSD_TMAP2OMAP) // overlap 135 DEFINE_CEPH_FEATURE(41, 1, OSD_PRIMARY_AFFINITY) // overlap 142 DEFINE_CEPH_FEATURE_RETIRED(46, 1, OSD_REPOP, JEWEL, LUMINOUS) // overlap 143 DEFINE_CEPH_FEATURE_RETIRED(46, 1, OSD_OBJECT_DIGEST, JEWEL, LUMINOUS) // overlap 144 DEFINE_CEPH_FEATURE_RETIRED(46, 1, OSD_TRANSACTION_MAY_LAYOUT, JEWEL, LUMINOUS) // overlap 149 DEFINE_CEPH_FEATURE_RETIRED(49, 1, OSD_PROXY_FEATURES, JEWEL, LUMINOUS) // overlap [all …]
|
| /kernel/linux/linux-4.19/include/linux/ceph/ |
| D | ceph_features.h | 104 DEFINE_CEPH_FEATURE(21, 2, RESEND_ON_SPLIT) // overlap 105 DEFINE_CEPH_FEATURE(21, 2, RADOS_BACKOFF) // overlap 106 DEFINE_CEPH_FEATURE(21, 2, OSDMAP_PG_UPMAP) // overlap 107 DEFINE_CEPH_FEATURE(21, 2, CRUSH_CHOOSE_ARGS) // overlap 131 DEFINE_CEPH_FEATURE(38, 1, OSD_OSD_TMAP2OMAP) // overlap 135 DEFINE_CEPH_FEATURE(41, 1, OSD_PRIMARY_AFFINITY) // overlap 142 DEFINE_CEPH_FEATURE_RETIRED(46, 1, OSD_REPOP, JEWEL, LUMINOUS) // overlap 143 DEFINE_CEPH_FEATURE_RETIRED(46, 1, OSD_OBJECT_DIGEST, JEWEL, LUMINOUS) // overlap 144 DEFINE_CEPH_FEATURE_RETIRED(46, 1, OSD_TRANSACTION_MAY_LAYOUT, JEWEL, LUMINOUS) // overlap 149 DEFINE_CEPH_FEATURE_RETIRED(49, 1, OSD_PROXY_FEATURES, JEWEL, LUMINOUS) // overlap [all …]
|
| /kernel/linux/linux-4.19/Documentation/ide/ |
| D | ide-tape.txt | 47 1. Support for the ATAPI overlap protocol. 50 overlap method which enables ide.c to service requests from the 52 DSC overlap method involves polling the tape's status register 58 implement the ATAPI overlap protocol, which is used for the 62 ATAPI overlap is likely to be supported in most new ATAPI
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
| D | perf-hwbreak.c | 195 printf("TESTED: No overlap\n"); in runtest_dar_outside() 197 printf("FAILED: No overlap: %lld != 0\n", breaks); in runtest_dar_outside() 210 printf("TESTED: Partial overlap\n"); in runtest_dar_outside() 212 printf("FAILED: Partial overlap: %lld != 2\n", breaks); in runtest_dar_outside() 225 printf("TESTED: Partial overlap\n"); in runtest_dar_outside() 227 printf("FAILED: Partial overlap: %lld != 2\n", breaks); in runtest_dar_outside() 240 printf("TESTED: No overlap\n"); in runtest_dar_outside() 242 printf("FAILED: No overlap: %lld != 0\n", breaks); in runtest_dar_outside() 255 printf("TESTED: Full overlap\n"); in runtest_dar_outside() 257 printf("FAILED: Full overlap: %lld != 2\n", breaks); in runtest_dar_outside()
|
| /kernel/linux/linux-5.10/Documentation/ide/ |
| D | ide-tape.rst | 50 1. Support for the ATAPI overlap protocol. 53 overlap method which enables ide.c to service requests from the 55 DSC overlap method involves polling the tape's status register 61 implement the ATAPI overlap protocol, which is used for the 65 ATAPI overlap is likely to be supported in most new ATAPI
|
| /kernel/linux/linux-4.19/arch/x86/boot/compressed/ |
| D | kaslr.c | 302 * regions that are unsafe to overlap with during decompression, and other 381 * Avoid the region that is unsafe to overlap during in mem_avoid_init() 428 * Does this memory vector overlap a known avoided area? If so, record the 429 * overlap region with the lowest address. 432 struct mem_vector *overlap) in mem_avoid_overlap() argument 442 *overlap = mem_avoid[i]; in mem_avoid_overlap() 443 earliest = overlap->start; in mem_avoid_overlap() 457 *overlap = avoid; in mem_avoid_overlap() 458 earliest = overlap->start; in mem_avoid_overlap() 580 struct mem_vector region, overlap; in process_mem_region() local [all …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-5.10/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 | 221 bool overlap = false, dup_end_left = false, dup_end_right = false; in __nft_rbtree_insert() local 250 * tree before we can conclude the new start isn't causing an overlap in __nft_rbtree_insert() 270 * This way, request for insertion of an exact overlap isn't reported as in __nft_rbtree_insert() 275 * we need to report a partial overlap. This is a local condition that in __nft_rbtree_insert() 296 overlap = false; in __nft_rbtree_insert() 301 overlap = nft_rbtree_interval_end(rbe) && in __nft_rbtree_insert() 306 if (overlap) { in __nft_rbtree_insert() 318 overlap = nft_rbtree_interval_end(rbe) && in __nft_rbtree_insert() 323 if (overlap) { in __nft_rbtree_insert() 329 overlap = nft_rbtree_interval_end(rbe); in __nft_rbtree_insert() [all …]
|
| /kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
| D | kaslr.c | 317 * regions that are unsafe to overlap with during decompression, and other 395 * Avoid the region that is unsafe to overlap during in mem_avoid_init() 433 * Does this memory vector overlap a known avoided area? If so, record the 434 * overlap region with the lowest address. 437 struct mem_vector *overlap) in mem_avoid_overlap() argument 447 *overlap = mem_avoid[i]; in mem_avoid_overlap() 448 earliest = overlap->start; in mem_avoid_overlap() 462 *overlap = avoid; in mem_avoid_overlap() 463 earliest = overlap->start; in mem_avoid_overlap() 473 *overlap = avoid; in mem_avoid_overlap() [all …]
|
| /kernel/linux/linux-4.19/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()
|
| /kernel/linux/linux-5.10/drivers/block/drbd/ |
| D | drbd_interval.c | 115 struct drbd_interval *overlap = NULL; in drbd_find_overlap() local 126 /* Overlap if any must be on left side */ in drbd_find_overlap() 130 overlap = here; in drbd_find_overlap() 133 /* Overlap if any must be on right side */ in drbd_find_overlap() 138 return overlap; in drbd_find_overlap()
|
| /kernel/linux/linux-4.19/drivers/block/drbd/ |
| D | drbd_interval.c | 138 struct drbd_interval *overlap = NULL; in drbd_find_overlap() local 149 /* Overlap if any must be on left side */ in drbd_find_overlap() 153 overlap = here; in drbd_find_overlap() 156 /* Overlap if any must be on right side */ in drbd_find_overlap() 161 return overlap; in drbd_find_overlap()
|
| /kernel/linux/linux-4.19/arch/x86/platform/intel-quark/ |
| D | imr_selftest.c | 53 * Verify IMR self_test with some simple tests to verify overlap, 68 /* Test exact overlap. */ in imr_self_test() 72 /* Test overlap with base inside of existing. */ in imr_self_test() 77 /* Test overlap with end inside of existing. */ in imr_self_test()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-4.19/block/ |
| D | badblocks.c | 59 * plus the start/length of the first bad section we overlap. 116 * the start, so they must overlap in badblocks_check() 254 /* full overlap */ in badblocks_set() 375 /* p[lo] is the last range that could overlap the in badblocks_clear() 376 * current range. Earlier ranges could also overlap, in badblocks_clear() 377 * but only this one can overlap the end of the range. in badblocks_clear() 381 /* Partial overlap, leave the tail of this range */ in badblocks_clear() 398 /* there is no longer an overlap */ in badblocks_clear() 405 /* This range does overlap */ in badblocks_clear() 412 /* now low doesn't overlap, so.. */ in badblocks_clear()
|
| /kernel/linux/linux-5.10/block/ |
| D | badblocks.c | 51 * plus the start/length of the first bad section we overlap. 108 * the start, so they must overlap in badblocks_check() 246 /* full overlap */ in badblocks_set() 367 /* p[lo] is the last range that could overlap the in badblocks_clear() 368 * current range. Earlier ranges could also overlap, in badblocks_clear() 369 * but only this one can overlap the end of the range. in badblocks_clear() 373 /* Partial overlap, leave the tail of this range */ in badblocks_clear() 390 /* there is no longer an overlap */ in badblocks_clear() 397 /* This range does overlap */ in badblocks_clear() 404 /* now low doesn't overlap, so.. */ in badblocks_clear()
|
| /kernel/linux/linux-5.10/kernel/dma/ |
| D | debug.c | 438 * count for the overlapping mappings. For now, the overlap tracking 465 int overlap = 0, i; in active_cacheline_read_overlap() local 469 overlap |= 1 << i; in active_cacheline_read_overlap() 470 return overlap; in active_cacheline_read_overlap() 473 static int active_cacheline_set_overlap(phys_addr_t cln, int overlap) in active_cacheline_set_overlap() argument 477 if (overlap > ACTIVE_CACHELINE_MAX_OVERLAP || overlap < 0) in active_cacheline_set_overlap() 478 return overlap; in active_cacheline_set_overlap() 481 if (overlap & 1 << i) in active_cacheline_set_overlap() 486 return overlap; in active_cacheline_set_overlap() 491 int overlap = active_cacheline_read_overlap(cln); in active_cacheline_inc_overlap() local [all …]
|
| /kernel/linux/linux-4.19/kernel/dma/ |
| D | debug.c | 456 * count for the overlapping mappings. For now, the overlap tracking 486 int overlap = 0, i; in active_cacheline_read_overlap() local 490 overlap |= 1 << i; in active_cacheline_read_overlap() 491 return overlap; in active_cacheline_read_overlap() 494 static int active_cacheline_set_overlap(phys_addr_t cln, int overlap) in active_cacheline_set_overlap() argument 498 if (overlap > ACTIVE_CACHELINE_MAX_OVERLAP || overlap < 0) in active_cacheline_set_overlap() 499 return overlap; in active_cacheline_set_overlap() 502 if (overlap & 1 << i) in active_cacheline_set_overlap() 507 return overlap; in active_cacheline_set_overlap() 512 int overlap = active_cacheline_read_overlap(cln); in active_cacheline_inc_overlap() local [all …]
|
| /kernel/linux/linux-4.19/arch/x86/mm/ |
| D | pat_rbtree.c | 31 * different regions which overlap. All the aliases have the same 86 /* Lowest overlap if any must be on left side */ in RB_DECLARE_CALLBACKS() 92 /* Lowest overlap if any must be on right side */ in RB_DECLARE_CALLBACKS() 98 return last_lower; /* Returns NULL if there is no overlap */ in RB_DECLARE_CALLBACKS() 149 dprintk("Overlap at 0x%Lx-0x%Lx\n", match->start, match->end); in memtype_rb_check_conflict()
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| D | ipsec.c | 119 u8 overlap; in mlx5e_ipsec_update_esn_state() local 129 overlap = sa_entry->esn_state.overlap; in mlx5e_ipsec_update_esn_state() 136 if (unlikely(overlap && seq_bottom < MLX5E_IPSEC_ESN_SCOPE_MID)) { in mlx5e_ipsec_update_esn_state() 138 sa_entry->esn_state.overlap = 0; in mlx5e_ipsec_update_esn_state() 140 } else if (unlikely(!overlap && in mlx5e_ipsec_update_esn_state() 142 sa_entry->esn_state.overlap = 1; in mlx5e_ipsec_update_esn_state() 184 if (sa_entry->esn_state.overlap) in mlx5e_ipsec_build_accel_xfrm_attrs()
|
| /kernel/linux/linux-4.19/drivers/pinctrl/ |
| D | pinctrl-gemini.c | 635 /* The GPIO0A (0) pin overlap with TVC CLK and extended parallel flash */ 638 /* The GPIO0B (1-4) pins overlap with TVC and ICE */ 641 /* The GPIO0C (5-7) pins overlap with ICE */ 644 /* The GPIO0D (9,10) pins overlap with UART RX/TX */ 647 /* The GPIO0E (8,11-15) pins overlap with LPC, UART modem pins, SSP */ 650 /* The GPIO0F (16) pins overlap with LCD */ 653 /* The GPIO0G (17,18) pins overlap with NAND flash CE0, CE1 */ 656 /* The GPIO0H (19,20) pins overlap with parallel flash CE0, CE1 */ 659 /* The GPIO0I (21,22) pins overlap with serial flash CE0, CE1 */ 662 /* The GPIO0J (23) pins overlap with all flash */ [all …]
|
| /kernel/linux/linux-5.10/drivers/pinctrl/ |
| D | pinctrl-gemini.c | 635 /* The GPIO0A (0) pin overlap with TVC CLK and extended parallel flash */ 638 /* The GPIO0B (1-4) pins overlap with TVC and ICE */ 641 /* The GPIO0C (5-7) pins overlap with ICE */ 644 /* The GPIO0D (9,10) pins overlap with UART RX/TX */ 647 /* The GPIO0E (8,11-15) pins overlap with LPC, UART modem pins, SSP */ 650 /* The GPIO0F (16) pins overlap with LCD */ 653 /* The GPIO0G (17,18) pins overlap with NAND flash CE0, CE1 */ 656 /* The GPIO0H (19,20) pins overlap with parallel flash CE0, CE1 */ 659 /* The GPIO0I (21,22) pins overlap with serial flash CE0, CE1 */ 662 /* The GPIO0J (23) pins overlap with all flash */ [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| D | ipsec.c | 115 u8 overlap; in mlx5e_ipsec_update_esn_state() local 127 overlap = sa_entry->esn_state.overlap; in mlx5e_ipsec_update_esn_state() 134 if (unlikely(overlap && seq_bottom < MLX5E_IPSEC_ESN_SCOPE_MID)) { in mlx5e_ipsec_update_esn_state() 136 sa_entry->esn_state.overlap = 0; in mlx5e_ipsec_update_esn_state() 138 } else if (unlikely(!overlap && in mlx5e_ipsec_update_esn_state() 140 sa_entry->esn_state.overlap = 1; in mlx5e_ipsec_update_esn_state() 182 if (sa_entry->esn_state.overlap) in mlx5e_ipsec_build_accel_xfrm_attrs()
|
| /kernel/linux/linux-4.19/arch/alpha/boot/ |
| D | bootpz.c | 86 /* do some range checking for detecting an overlap... */ in check_range() 93 srm_printk("OVERLAP: vaddr 0x%lx kaddr 0x%lx" in check_range() 246 we move it to the final position, in case of overlap. This will be 249 Regardless of overlap, we move the INITRD image to the end of this 328 * pages occupied by that image do NOT overlap the physical in start_kernel() 352 srm_printk("FATAL ERROR: overlap of bootstrapper code\n"); in start_kernel() 366 srm_printk("OVERLAP: cannot decompress in place\n"); in start_kernel()
|