/linux-4.1.27/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
|
D | ChangeLog.ide-cd.1994-2004 | 134 * 4.03 Dec 04, 1996 -- Added DSC overlap support.
|
D | ChangeLog.ide-tape.1995-2002 | 149 * Use ide_stall_queue() for DSC overlap.
|
/linux-4.1.27/lib/ |
D | dma-debug.c | 471 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/ |
D | drbd_interval.c | 137 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/ |
D | nf_sockopt.c | 18 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/ |
D | iova.c | 442 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/ |
D | TREE_RCU-kconfig.txt | 20 CONFIG_RCU_FANOUT -- Cover hierarchy as currently, but overlap with others.
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | hisilicon-hip04-net.txt | 23 Have 2048 recv channels shared by all ethernet controllers, only if no overlap.
|
/linux-4.1.27/drivers/scsi/ |
D | u14-34f.c | 1584 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()
|
D | eata.c | 2105 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/ |
D | overview.txt | 12 devices. In some cases there is considerable overlap between these and
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | armada-xp-matrix.dts | 62 * RAM are not usable due to the overlap with the MBus
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event.h | 62 int overlap; member 243 .overlap = (o), \
|
D | perf_event.c | 747 if (c->overlap) in __perf_sched_find_counter()
|
/linux-4.1.27/fs/ubifs/ |
D | io.c | 901 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()
|
D | tnc.c | 1640 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/ |
D | entry.S | 201 ! overlap exception frame
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | main.h | 166 s8 overlap; member
|
D | main.c | 4009 wlc->protection->overlap = (s8) val; in brcms_c_protection_upd()
|
/linux-4.1.27/Documentation/arm/ |
D | tcm.txt | 31 CPU so it is usually wise not to overlap any physical RAM with
|
/linux-4.1.27/arch/sh/kernel/cpu/sh2/ |
D | entry.S | 253 ! overlap exception frame
|
/linux-4.1.27/Documentation/cgroups/ |
D | cpusets.txt | 209 - 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/ |
D | pcnet32.c | 545 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/ |
D | seccomp_filter.txt | 159 the numbers in the different calling conventions overlap, then checks in
|
/linux-4.1.27/Documentation/filesystems/ |
D | squashfs.txt | 115 boundaries, therefore inodes overlap compressed blocks. Inodes are identified
|
D | ext4.txt | 358 extents which might overlap with filesystem metadata
|
/linux-4.1.27/Documentation/vm/ |
D | numa_memory_policy.txt | 227 With this flag, if the user-specified nodes overlap with the 230 overlap, the Default policy is used.
|
/linux-4.1.27/drivers/block/ |
D | rbd.c | 4230 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/ |
D | rbtree.txt | 251 interval ranges like [lo:hi] and do a quick lookup for any overlap with a new
|
D | IPMI.txt | 334 channel bitmasks do not overlap.
|
D | memory-barriers.txt | 226 (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/ |
D | analyze_suspend.py | 478 overlap = 0.0 483 if(o > overlap): 485 overlap = o
|
/linux-4.1.27/drivers/mtd/nand/ |
D | Kconfig | 266 DOS drivers), your data might overlap the area Linux wants to use for
|
/linux-4.1.27/Documentation/cdrom/ |
D | ide-cd | 270 hardware, apparently because they never attempt to overlap CDROM
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_fc_transport.txt | 349 the adapter and detects an overlap - return VPCERR_BAD_WWN.
|
D | ChangeLog.megaraid | 176 support overlap in the megaraid drivers.
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | mmu.txt | 385 - if the spte will be writeable, the large page frame may not overlap any
|
D | api.txt | 912 resized. Slots may not overlap in guest physical address space. 2056 overlap the FPU registers:
|
/linux-4.1.27/drivers/md/ |
D | raid5.c | 2975 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()
|
D | md.c | 2891 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/ |
D | netfs-api.txt | 903 This bit does not overlap with such as PG_private. This means that FS-Cache
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 409 not overlap. */
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c_shipped | 399 not overlap. */
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 411 not overlap. */
|