Home
last modified time | relevance | path

Searched refs:overlap (Results 1 – 25 of 59) sorted by relevance

123

/linux/arch/x86/boot/compressed/
H A Dkaslr.c404 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(&region, &overlap)) { in __process_mem_region()
585 if (overlap.start >= region.start + image_size) { in __process_mem_region()
[all …]
/linux/net/netfilter/
H A Dnf_sockopt.c19 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 Ddebug.c430 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 Ddrbd_interval.c121 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 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()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_offload.c169 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 Dipsec.h75 u8 overlap : 1; member
266 u8 overlap: 1; member
/linux/arch/arm/boot/dts/marvell/
H A Darmada-xp-matrix.dts25 * RAM are not usable due to the overlap with the MBus
/linux/block/partitions/
H A Dcore.c410 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 Dintro.rst15 In some cases there is considerable overlap between these and IIO.
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.h315 u16 overlap; member
358 u16 left_crop, right_crop, overlap; member
/linux/drivers/s390/cio/
H A Dqdio_main.c1212 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 DTREE_RCU-kconfig.txt16 CONFIG_RCU_FANOUT -- Cover hierarchy, but overlap with others.
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-vsp1-hgt.rst59 When two consecutive areas don't overlap (n+1L is equal to nU) the boundary
H A Dvidioc-enumstd.rst313 The supported standards may overlap and we need an unambiguous set to
/linux/fs/ubifs/
H A Dio.c1018 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 Dentry.S198 ! overlap exception frame
/linux/Documentation/arch/arm/
H A Dtcm.rst33 CPU so it is usually wise not to overlap any physical RAM with
/linux/Documentation/arch/x86/x86_64/
H A Dmm.rst176 range must not overlap with anything except the KASAN shadow area, which is
/linux/arch/sh/kernel/cpu/sh2/
H A Dentry.S269 ! overlap exception frame
/linux/arch/arm/boot/dts/gemini/
H A Dgemini.dtsi115 * GMAC1 will overlap with 8 GPIO lines
/linux/Documentation/admin-guide/cgroup-v1/
H A Dcpusets.rst213 - 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 Dtcp_ao.rst68 >> The IDs of MKTs MUST NOT overlap where their TCP connection
69 identifiers overlap.
/linux/arch/arm/boot/dts/microchip/
H A Dat91-sama5d2_xplained.dts690 atmel,non-overlap-time = <10>;
H A Dat91-sam9x60ek.dts130 atmel,non-overlap-time = <10>;

123