Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/ide/
Dide-tape.txt47 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
DChangeLog.ide-cd.1994-2004134 * 4.03 Dec 04, 1996 -- Added DSC overlap support.
DChangeLog.ide-tape.1995-2002149 * Use ide_stall_queue() for DSC overlap.
/linux-4.1.27/lib/
Ddma-debug.c471 int overlap = 0, i; in active_cacheline_read_overlap() local
475 overlap |= 1 << i; in active_cacheline_read_overlap()
476 return overlap; in active_cacheline_read_overlap()
479 static int active_cacheline_set_overlap(phys_addr_t cln, int overlap) in active_cacheline_set_overlap() argument
483 if (overlap > ACTIVE_CACHELINE_MAX_OVERLAP || overlap < 0) in active_cacheline_set_overlap()
484 return overlap; in active_cacheline_set_overlap()
487 if (overlap & 1 << i) in active_cacheline_set_overlap()
492 return overlap; in active_cacheline_set_overlap()
497 int overlap = active_cacheline_read_overlap(cln); in active_cacheline_inc_overlap() local
499 overlap = active_cacheline_set_overlap(cln, ++overlap); in active_cacheline_inc_overlap()
[all …]
/linux-4.1.27/drivers/block/drbd/
Ddrbd_interval.c137 struct drbd_interval *overlap = NULL; in drbd_find_overlap() local
152 overlap = here; in drbd_find_overlap()
160 return overlap; in drbd_find_overlap()
/linux-4.1.27/net/netfilter/
Dnf_sockopt.c18 static inline int overlap(int min1, int max1, int min2, int max2) in overlap() function
32 && (overlap(ops->set_optmin, ops->set_optmax, in nf_register_sockopt()
34 || overlap(ops->get_optmin, ops->get_optmax, in nf_register_sockopt()
/linux-4.1.27/drivers/iommu/
Diova.c442 unsigned int overlap = 0; in reserve_iova() local
452 overlap = 1; in reserve_iova()
454 } else if (overlap) in reserve_iova()
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt20 CONFIG_RCU_FANOUT -- Cover hierarchy as currently, but overlap with others.
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dhisilicon-hip04-net.txt23 Have 2048 recv channels shared by all ethernet controllers, only if no overlap.
/linux-4.1.27/drivers/scsi/
Du14-34f.c1584 unsigned int input_only = TRUE, overlap = FALSE; in reorder() local
1647 || (rev && ((sl[n] + ll[n]) > sl[n - 1]))) overlap = TRUE; in reorder()
1650 if (overlap) sort(pl, il, n_ready, FALSE); in reorder()
1656 if (overlap) { ovlcount++; seeksorted += iseek / 1024; } in reorder()
1663 if (link_statistics && (overlap || !(flushcount % link_statistics))) in reorder()
1672 YESNO(overlap), cpp->xdir); in reorder()
1675 return overlap; in reorder()
Deata.c2105 unsigned int input_only = 1, overlap = 0; in reorder() local
2188 overlap = 1; in reorder()
2191 if (overlap) in reorder()
2204 if (overlap) { in reorder()
2219 if (link_statistics && (overlap || !(flushcount % link_statistics))) in reorder()
2232 YESNO(overlap), cpp->din); in reorder()
2235 return overlap; in reorder()
/linux-4.1.27/drivers/staging/iio/Documentation/
Doverview.txt12 devices. In some cases there is considerable overlap between these and
/linux-4.1.27/arch/arm/boot/dts/
Darmada-xp-matrix.dts62 * RAM are not usable due to the overlap with the MBus
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.h62 int overlap; member
243 .overlap = (o), \
Dperf_event.c747 if (c->overlap) in __perf_sched_find_counter()
/linux-4.1.27/fs/ubifs/
Dio.c901 int err, rlen, overlap; in ubifs_read_node_wbuf() local
911 overlap = (lnum == wbuf->lnum && offs + len > wbuf->offs); in ubifs_read_node_wbuf()
912 if (!overlap) { in ubifs_read_node_wbuf()
Dtnc.c1640 int rlen, overlap; in read_wbuf() local
1648 overlap = (lnum == wbuf->lnum && offs + len > wbuf->offs); in read_wbuf()
1649 if (!overlap) { in read_wbuf()
/linux-4.1.27/arch/sh/kernel/cpu/sh2a/
Dentry.S201 ! overlap exception frame
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Dmain.h166 s8 overlap; member
Dmain.c4009 wlc->protection->overlap = (s8) val; in brcms_c_protection_upd()
/linux-4.1.27/Documentation/arm/
Dtcm.txt31 CPU so it is usually wise not to overlap any physical RAM with
/linux-4.1.27/arch/sh/kernel/cpu/sh2/
Dentry.S253 ! overlap exception frame
/linux-4.1.27/Documentation/cgroups/
Dcpusets.txt209 - If its cpu or memory is exclusive, they may not overlap any sibling.
388 no two sched domains overlap; some CPUs might not be in any sched
443 overlap and each CPU is in at most one sched domain.
605 mempolicy MPOL_BIND, and the nodes to which it was bound overlap with
/linux-4.1.27/drivers/net/ethernet/amd/
Dpcnet32.c545 int new, overlap; in pcnet32_realloc_rx_ring() local
564 overlap = min(entries, lp->rx_ring_size); in pcnet32_realloc_rx_ring()
565 for (new = 0; new < overlap; new++) { in pcnet32_realloc_rx_ring()
/linux-4.1.27/Documentation/prctl/
Dseccomp_filter.txt159 the numbers in the different calling conventions overlap, then checks in
/linux-4.1.27/Documentation/filesystems/
Dsquashfs.txt115 boundaries, therefore inodes overlap compressed blocks. Inodes are identified
Dext4.txt358 extents which might overlap with filesystem metadata
/linux-4.1.27/Documentation/vm/
Dnuma_memory_policy.txt227 With this flag, if the user-specified nodes overlap with the
230 overlap, the Default policy is used.
/linux-4.1.27/drivers/block/
Drbd.c4230 u64 overlap; in rbd_dev_v2_parent_info() local
4295 ceph_decode_64_safe(&p, end, overlap, out_err); in rbd_dev_v2_parent_info()
4316 if (!overlap) { in rbd_dev_v2_parent_info()
4327 rbd_dev->parent_overlap = overlap; in rbd_dev_v2_parent_info()
/linux-4.1.27/Documentation/
Drbtree.txt251 interval ranges like [lo:hi] and do a quick lookup for any overlap with a new
DIPMI.txt334 channel bitmasks do not overlap.
Dmemory-barriers.txt226 (Loads and stores overlap if they are targeted at overlapping pieces of
1887 With smp_mb__after_unlock_lock(), the two critical sections cannot overlap.
/linux-4.1.27/scripts/
Danalyze_suspend.py478 overlap = 0.0
483 if(o > overlap):
485 overlap = o
/linux-4.1.27/drivers/mtd/nand/
DKconfig266 DOS drivers), your data might overlap the area Linux wants to use for
/linux-4.1.27/Documentation/cdrom/
Dide-cd270 hardware, apparently because they never attempt to overlap CDROM
/linux-4.1.27/Documentation/scsi/
Dscsi_fc_transport.txt349 the adapter and detects an overlap - return VPCERR_BAD_WWN.
DChangeLog.megaraid176 support overlap in the megaraid drivers.
/linux-4.1.27/Documentation/virtual/kvm/
Dmmu.txt385 - if the spte will be writeable, the large page frame may not overlap any
Dapi.txt912 resized. Slots may not overlap in guest physical address space.
2056 overlap the FPU registers:
/linux-4.1.27/drivers/md/
Draid5.c2975 goto overlap; in add_stripe_bio()
2984 goto overlap; in add_stripe_bio()
2988 goto overlap; in add_stripe_bio()
3048 overlap: in add_stripe_bio()
Dmd.c2891 int overlap = 0; in rdev_size_store() local
2904 overlap = 1; in rdev_size_store()
2907 if (overlap) { in rdev_size_store()
2913 if (overlap) { in rdev_size_store()
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt903 This bit does not overlap with such as PG_private. This means that FS-Cache
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped409 not overlap. */
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c_shipped399 not overlap. */
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped411 not overlap. */