/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/sound/ |
D | atmel-classd.txt | 29 - atmel,non-overlap-time 51 atmel,non-overlap-time = <10>;
|
/linux-4.4.14/drivers/nvdimm/ |
D | region_devs.c | 190 resource_size_t blk_max_overlap = 0, available, overlap; in nd_region_available_dpa() local 197 overlap = blk_max_overlap; in nd_region_available_dpa() 208 nd_mapping, &overlap); in nd_region_available_dpa() 209 if (overlap > blk_max_overlap) { in nd_region_available_dpa() 210 blk_max_overlap = overlap; in nd_region_available_dpa()
|
D | dimm_devs.c | 424 struct nd_mapping *nd_mapping, resource_size_t *overlap) in nd_pmem_available_dpa() argument 436 blk_start = max(map_start, map_end + 1 - *overlap); in nd_pmem_available_dpa() 470 *overlap = map_end + 1 - blk_start; in nd_pmem_available_dpa()
|
D | nd-core.h | 71 struct nd_mapping *nd_mapping, resource_size_t *overlap);
|
/linux-4.4.14/drivers/iommu/ |
D | iova.c | 458 unsigned int overlap = 0; in reserve_iova() local 468 overlap = 1; in reserve_iova() 470 } else if (overlap) in reserve_iova()
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 19 CONFIG_RCU_FANOUT -- Cover hierarchy, but overlap with others.
|
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/iio/Documentation/ |
D | overview.txt | 12 devices. In some cases there is considerable overlap between these and
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | armada-xp-matrix.dts | 62 * RAM are not usable due to the overlap with the MBus
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event.h | 63 int overlap; member 257 .overlap = (o), \
|
D | perf_event.c | 765 if (c->overlap) in __perf_sched_find_counter()
|
/linux-4.4.14/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 | 1639 int rlen, overlap; in read_wbuf() local 1647 overlap = (lnum == wbuf->lnum && offs + len > wbuf->offs); in read_wbuf() 1648 if (!overlap) { in read_wbuf()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
D | entry.S | 201 ! overlap exception frame
|
/linux-4.4.14/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.4.14/Documentation/arm/ |
D | tcm.txt | 31 CPU so it is usually wise not to overlap any physical RAM with
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2/ |
D | entry.S | 253 ! overlap exception frame
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/prctl/ |
D | seccomp_filter.txt | 159 the numbers in the different calling conventions overlap, then checks in
|
/linux-4.4.14/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.4.14/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.4.14/drivers/block/ |
D | rbd.c | 4240 u64 overlap; in rbd_dev_v2_parent_info() local 4305 ceph_decode_64_safe(&p, end, overlap, out_err); in rbd_dev_v2_parent_info() 4326 if (!overlap) { in rbd_dev_v2_parent_info() 4337 rbd_dev->parent_overlap = overlap; in rbd_dev_v2_parent_info()
|
/linux-4.4.14/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
|
/linux-4.4.14/scripts/ |
D | analyze_suspend.py | 478 overlap = 0.0 483 if(o > overlap): 485 overlap = o
|
/linux-4.4.14/tools/perf/Documentation/ |
D | intel-pt.txt | 225 that does not overlap executable memory maps. 728 Note that last branch entries are cleared for each sample, so there is no overlap
|
/linux-4.4.14/drivers/mtd/nand/ |
D | Kconfig | 263 DOS drivers), your data might overlap the area Linux wants to use for
|
/linux-4.4.14/Documentation/cdrom/ |
D | ide-cd | 270 hardware, apparently because they never attempt to overlap CDROM
|
/linux-4.4.14/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.4.14/Documentation/virtual/kvm/ |
D | mmu.txt | 391 - if the spte will be writeable, the large page frame may not overlap any
|
D | api.txt | 936 resized. Slots may not overlap in guest physical address space. 2092 overlap the FPU registers:
|
/linux-4.4.14/drivers/md/ |
D | raid5.c | 2973 goto overlap; in add_stripe_bio() 2982 goto overlap; in add_stripe_bio() 2986 goto overlap; in add_stripe_bio() 3046 overlap: in add_stripe_bio()
|
D | md.c | 2989 int overlap = 0; in rdev_size_store() local 3002 overlap = 1; in rdev_size_store() 3005 if (overlap) { in rdev_size_store() 3011 if (overlap) { in rdev_size_store()
|
/linux-4.4.14/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.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 421 not overlap. */
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 418 not overlap. */
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c_shipped | 412 not overlap. */
|