| /linux/arch/x86/boot/compressed/ |
| H A D | kaslr.c | 404 struct mem_vector *overlap) in mem_avoid_overlap() argument 414 *overlap = mem_avoid[i]; in mem_avoid_overlap() 415 earliest = overlap->start; in mem_avoid_overlap() 429 *overlap = avoid; in mem_avoid_overlap() 430 earliest = overlap->start; in mem_avoid_overlap() 440 *overlap = avoid; in mem_avoid_overlap() 441 earliest = overlap->start; in mem_avoid_overlap() 555 struct mem_vector region, overlap; in __process_mem_region() local 579 if (!mem_avoid_overlap(®ion, &overlap)) { in __process_mem_region() 585 if (overlap.start >= region.start + image_size) { in __process_mem_region() [all …]
|
| /linux/net/netfilter/ |
| H A D | nf_sockopt.c | 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()
|
| /linux/kernel/dma/ |
| H A D | debug.c | 430 int overlap = 0, i; in active_cacheline_read_overlap() local 434 overlap |= 1 << i; in active_cacheline_read_overlap() 435 return overlap; in active_cacheline_read_overlap() 438 static int active_cacheline_set_overlap(phys_addr_t cln, int overlap) in active_cacheline_set_overlap() argument 442 if (overlap > ACTIVE_CACHELINE_MAX_OVERLAP || overlap < 0) in active_cacheline_set_overlap() 443 return overlap; in active_cacheline_set_overlap() 446 if (overlap & 1 << i) in active_cacheline_set_overlap() 451 return overlap; in active_cacheline_set_overlap() 456 int overlap = active_cacheline_read_overlap(cln); in active_cacheline_inc_overlap() local 458 overlap = active_cacheline_set_overlap(cln, ++overlap); in active_cacheline_inc_overlap() [all …]
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_interval.c | 121 struct drbd_interval *overlap = NULL; in drbd_find_overlap() local 136 overlap = here; in drbd_find_overlap() 144 return overlap; in drbd_find_overlap()
|
| /linux/drivers/video/ |
| H A D | aperture.c | 144 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()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec_offload.c | 169 MLX5_SET(ipsec_obj, obj, esn_overlap, attrs->replay_esn.overlap); in mlx5_create_ipsec_obj() 283 MLX5_SET(ipsec_obj, obj, esn_overlap, attrs->replay_esn.overlap); in mlx5_modify_ipsec_obj() 321 sa_entry->esn_state.overlap = 0; in mlx5e_ipsec_update_esn_state() 323 sa_entry->esn_state.overlap = 1; in mlx5e_ipsec_update_esn_state()
|
| H A D | ipsec.h | 75 u8 overlap : 1; member 266 u8 overlap: 1; member
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-xp-matrix.dts | 25 * RAM are not usable due to the overlap with the MBus
|
| /linux/block/partitions/ |
| H A D | core.c | 410 bool overlap = false; in partition_overlaps() local 418 overlap = true; in partition_overlaps() 424 return overlap; in partition_overlaps()
|
| /linux/Documentation/driver-api/iio/ |
| H A D | intro.rst | 15 In some cases there is considerable overlap between these and IIO.
|
| /linux/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_pipeline.h | 315 u16 overlap; member 358 u16 left_crop, right_crop, overlap; member
|
| /linux/drivers/s390/cio/ |
| H A D | qdio_main.c | 1212 int overlap; in handle_inbound() local 1217 overlap = min_t(int, count - sub_buf(q->u.in.batch_start, bufnr), in handle_inbound() 1219 if (overlap > 0) { in handle_inbound() 1220 q->u.in.batch_start = add_buf(q->u.in.batch_start, overlap); in handle_inbound() 1221 q->u.in.batch_count -= overlap; in handle_inbound()
|
| /linux/tools/testing/selftests/rcutorture/doc/ |
| H A D | TREE_RCU-kconfig.txt | 16 CONFIG_RCU_FANOUT -- Cover hierarchy, but overlap with others.
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-vsp1-hgt.rst | 59 When two consecutive areas don't overlap (n+1L is equal to nU) the boundary
|
| H A D | vidioc-enumstd.rst | 313 The supported standards may overlap and we need an unambiguous set to
|
| /linux/fs/ubifs/ |
| H A D | io.c | 1018 int err, rlen, overlap; in ubifs_read_node_wbuf() local 1028 overlap = (lnum == wbuf->lnum && offs + len > wbuf->offs); in ubifs_read_node_wbuf() 1029 if (!overlap) { in ubifs_read_node_wbuf()
|
| /linux/arch/sh/kernel/cpu/sh2a/ |
| H A D | entry.S | 198 ! overlap exception frame
|
| /linux/Documentation/arch/arm/ |
| H A D | tcm.rst | 33 CPU so it is usually wise not to overlap any physical RAM with
|
| /linux/Documentation/arch/x86/x86_64/ |
| H A D | mm.rst | 176 range must not overlap with anything except the KASAN shadow area, which is
|
| /linux/arch/sh/kernel/cpu/sh2/ |
| H A D | entry.S | 269 ! overlap exception frame
|
| /linux/arch/arm/boot/dts/gemini/ |
| H A D | gemini.dtsi | 115 * GMAC1 will overlap with 8 GPIO lines
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | cpusets.rst | 213 - If its cpu or memory is exclusive, they may not overlap any sibling. 404 no two sched domains overlap; some CPUs might not be in any sched 460 overlap and each CPU is in at most one sched domain. 631 mempolicy MPOL_BIND, and the nodes to which it was bound overlap with
|
| /linux/Documentation/networking/ |
| H A D | tcp_ao.rst | 68 >> The IDs of MKTs MUST NOT overlap where their TCP connection 69 identifiers overlap.
|
| /linux/arch/arm/boot/dts/microchip/ |
| H A D | at91-sama5d2_xplained.dts | 690 atmel,non-overlap-time = <10>;
|
| H A D | at91-sam9x60ek.dts | 130 atmel,non-overlap-time = <10>;
|