/linux-4.1.27/tools/perf/scripts/perl/ |
D | rw-by-pid.pl | 21 my %reads; 31 $reads{$common_pid}{bytes_read} += $ret; 33 if (!defined ($reads{$common_pid}{bytes_read})) { 34 $reads{$common_pid}{bytes_read} = 0; 36 $reads{$common_pid}{errors}{$ret}++; 46 $reads{$common_pid}{bytes_requested} += $count; 47 $reads{$common_pid}{total_reads}++; 48 $reads{$common_pid}{comm} = $common_comm; 82 foreach my $pid (sort { ($reads{$b}{bytes_read} || 0) <=> 83 ($reads{$a}{bytes_read} || 0) } keys %reads) { [all …]
|
D | rwtop.pl | 27 my %reads; 44 $reads{$common_pid}{bytes_read} += $ret; 46 if (!defined ($reads{$common_pid}{bytes_read})) { 47 $reads{$common_pid}{bytes_read} = 0; 49 $reads{$common_pid}{errors}{$ret}++; 61 $reads{$common_pid}{bytes_requested} += $count; 62 $reads{$common_pid}{total_reads}++; 63 $reads{$common_pid}{comm} = $common_comm; 136 foreach my $pid (sort { ($reads{$b}{bytes_read} || 0) <=> 137 ($reads{$a}{bytes_read} || 0) } keys %reads) { [all …]
|
D | rw-by-file.pl | 25 my %reads; 34 $reads{$fd}{bytes_requested} += $count; 35 $reads{$fd}{total_reads}++; 57 foreach my $fd (sort {$reads{$b}{bytes_requested} <=> 58 $reads{$a}{bytes_requested}} keys %reads) { 59 my $total_reads = $reads{$fd}{total_reads}; 60 my $bytes_requested = $reads{$fd}{bytes_requested};
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | zylonite-wm97xx.c | 37 u8 reads; /* number of coord reads per read cycle */ member 93 int reads = 0; in wm97xx_acc_pen_down() local 115 if (reads) in wm97xx_acc_pen_down() 137 reads++; in wm97xx_acc_pen_down() 138 } while (reads < cinfo[sp_idx].reads); in wm97xx_acc_pen_down()
|
D | mainstone-wm97xx.c | 42 u8 reads; /* number of coord reads per read cycle */ member 128 int reads = 0; in wm97xx_acc_pen_down() local 149 if (reads) in wm97xx_acc_pen_down() 171 reads++; in wm97xx_acc_pen_down() 172 } while (reads < cinfo[sp_idx].reads); in wm97xx_acc_pen_down()
|
D | atmel-wm97xx.c | 69 u8 reads; /* number of coord reads per read cycle */ member
|
/linux-4.1.27/Documentation/device-mapper/ |
D | delay.txt | 4 Device-Mapper's "delay" target delays reads and/or writes 10 With separate write parameters, the first set is only used for reads. 24 # splitting reads and writes to different devices $1 $2
|
D | dm-flakey.txt | 13 which can delay reads and writes and/or send them to different 42 <direction>: Either 'r' to corrupt reads or 'w' to corrupt writes.
|
D | zero.txt | 5 zero'd data on reads and silently drops writes. This is similar behavior to
|
D | statistics.txt | 116 1. the number of reads completed 117 2. the number of reads merged
|
D | cache.txt | 86 to be coherent with the origin device, then all reads are served from 87 the origin device (all reads miss the cache) and all writes are
|
D | verity.txt | 131 It only reads the hash blocks which directly follow the header.
|
D | thin-provisioning.txt | 374 read-only snapshot origin: reads to unprovisioned areas of the
|
/linux-4.1.27/Documentation/ |
D | iostats.txt | 60 Field 1 -- # of reads completed 61 This is the total number of reads completed successfully. 62 Field 2 -- # of reads merged, field 6 -- # of writes merged 64 efficiency. Thus two 4K reads may become one 8K read before it is 70 This is the total number of milliseconds spent by all reads (as 118 Field 1 -- # of reads issued 119 This is the total number of reads issued to this partition. 132 words, the number of reads for partitions is counted slightly before time 137 reads/writes before merges for partitions and after for disks. Since a 139 the number of reads/writes issued can be several times higher than the [all …]
|
D | io_ordering.txt | 5 chipset to flush pending writes to the device before any reads are posted. A 45 Here, the reads from safe_register will cause the I/O chipset to flush any
|
D | DMA-attributes.txt | 28 DMA_ATTR_WEAK_ORDERING specifies that reads and writes to the mapping 29 may be weakly ordered, that is that reads and writes may pass each other.
|
D | bcache.txt | 115 - For reads from the cache, if they error we just retry the read from the 152 But if you want to benchmark reads from cache, and you start out with fio 177 The default is 2000 us (2 milliseconds) for reads, and 20000 for writes. 224 1M, it will round cache miss reads up to that size, but without overlapping 287 Amount of IO (both reads and writes) that has bypassed the cache
|
D | Intel-IOMMU.txt | 15 ZLR - Zero length reads from PCI devices
|
D | md-cluster.txt | 130 - reads the bitmap of the failed node
|
D | cachetlb.txt | 301 sure that kernel reads of these pages will see the most recent 402 physical pages. This is only necessary for data reads into the
|
D | xillybus.txt | 23 -- Host never reads from the FPGA 235 Host never reads from the FPGA
|
D | atomic_ops.txt | 26 plain reads. 66 which simply reads the counter value currently visible to the calling thread.
|
D | kernel-doc-nano-HOWTO.txt | 321 * want it to do, at any time. It reads your mind. Here's how it works.
|
D | vme_api.txt | 162 In addition to simple reads and writes, a function is provided to do a
|
D | nommu-mmap.txt | 130 from which reads can take place). This spreads out the time it takes to
|
D | kernel-docs.txt | 181 series. This latest one's introduction reads: "This is the last of 657 release. What's new, what's better, what's changed. Myrdraal reads
|
D | kmemcheck.txt | 167 produce 32-bit reads from 16-bit variables where the upper 16 bits are 297 Since this was a read (kmemcheck usually warns about reads only, though it can
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | procfs-diskstats | 11 4 - reads completed successfully 12 5 - reads merged
|
D | sysfs-devices-platform-docg3 | 9 The protection has information embedded whether it blocks reads, 24 The protection has information embedded whether it blocks reads,
|
D | sysfs-class-net-grcan | 7 Hardware configuration of physical interface 0. This file reads 19 Hardware configuration of physical interface 1. This file reads
|
D | sysfs-firmware-memmap | 6 kernel reads. The resources from that memory map are registered
|
D | sysfs-block-bcache | 55 Sum of all reads and writes that have bypassed the cache (due 65 writethrough mode; reads and writes will be added to the
|
D | sysfs-block-zram | 30 reads (failed or successful) done on this device. 51 failed reads happened on this device.
|
D | sysfs-wusb_cbaf | 26 5. The CM reads the wusb_cdid file.
|
D | sysfs-block | 7 1 - reads completed successfully 8 2 - reads merged
|
D | dev-kmsg | 42 Subsequent reads() will return available records again.
|
D | sysfs-power | 193 returned by reads from /sys/power/state. If that happens, a 211 those wakeup sources is active, reads from the
|
/linux-4.1.27/drivers/md/ |
D | dm-delay.c | 31 unsigned reads; member 93 delayed->context->reads--; in flush_delayed_bios() 144 dc->reads = dc->writes = 0; in delay_ctr() 246 dc->reads++; in delay_bio() 301 DMEMIT("%u %u", dc->reads, dc->writes); in delay_status()
|
D | dm-raid1.c | 56 struct bio_list reads; member 125 bl = (rw == WRITE) ? &ms->writes : &ms->reads; in queue_bio() 548 static void do_reads(struct mirror_set *ms, struct bio_list *reads) in do_reads() argument 554 while ((bio = bio_list_pop(reads))) { in do_reads() 836 struct bio_list reads, writes, failures; in do_mirror() local 840 reads = ms->reads; in do_mirror() 843 bio_list_init(&ms->reads); in do_mirror() 850 do_reads(ms, &reads); in do_mirror() 875 bio_list_init(&ms->reads); in alloc_context()
|
D | Kconfig | 305 reads over writes. 375 reads. Useful in some recovery situations. 411 A target that delays reads and/or writes and can send
|
/linux-4.1.27/Documentation/filesystems/ |
D | dax.txt | 7 The page cache is usually used to buffer reads and writes to files. 13 extra copy by performing reads and writes directly to the storage device. 66 - ensuring that there is sufficient locking between reads, writes, 91 reads/writes to those memory ranges from a non-DAX file will fail (note 92 that O_DIRECT reads/writes _of a DAX file_ do work, it is the memory
|
D | gfs2.txt | 8 iSCSI, NBD, etc). GFS reads and writes to the block device like a local
|
D | spufs.txt | 119 reads from its PPE mailbox channel. When data has been read success- 179 subsequent reads from the same file descriptor will result in 249 quent reads from the same file descriptor will result in com-
|
D | mandatory-locking.txt | 108 mandatory locks, so reads and writes to locked files always block when they
|
D | sysfs.txt | 188 This allows userspace to do partial reads and forward seeks
|
D | seq_file.txt | 20 multiple reads (and seeks) requires careful attention to the reader's
|
/linux-4.1.27/drivers/input/joystick/ |
D | guillemot.c | 70 int reads; member 128 guillemot->reads++; in guillemot_poll() 268 …printk(KERN_INFO "guillemot.c: Failed %d reads out of %d on %s\n", guillemot->reads, guillemot->ba… in guillemot_disconnect()
|
D | analog.c | 128 int reads; member 344 port->reads++; in analog_poll() 349 port->reads++; in analog_poll() 726 port->bads, port->reads, port->reads ? (port->bads * 100 / port->reads) : 0, in analog_disconnect()
|
D | cobra.c | 50 int reads; member 117 cobra->reads++; in cobra_poll()
|
D | interact.c | 57 int reads; member 135 interact->reads++; in interact_poll()
|
D | gf2k.c | 83 int reads; member 210 gf2k->reads++; in gf2k_poll()
|
D | a3d.c | 62 int reads; member 183 a3d->reads++; in a3d_poll()
|
D | grip.c | 58 int reads; member 195 grip->reads++; in grip_poll()
|
D | tmdc.c | 137 int reads; member 246 tmdc->reads++; in tmdc_poll()
|
D | grip_mp.c | 53 int reads; member 368 grip->reads++; in get_and_decode_packet()
|
D | adi.c | 131 int reads; member 283 port->reads++; in adi_poll()
|
D | sidewinder.c | 125 int reads; member 504 sw->reads++; in sw_poll()
|
/linux-4.1.27/Documentation/block/ |
D | deadline-iosched.txt | 51 device dispatch queue, we always give a preference to reads. However, we 53 how many times we give preference to reads over writes. When that has been 55 same criteria as reads.
|
D | ioprio.txt | 9 priorities are supported for reads on files. This enables users to io nice
|
D | queue-sysfs.txt | 89 this amount, since it applies only to reads or writes (not the accumulated
|
D | cfq-iosched.txt | 231 sequential reads (next read will come on only after completion of previous
|
/linux-4.1.27/Documentation/i2c/ |
D | smbus-protocol | 64 This reads a single byte from a device, without specifying a device 88 This reads a single byte from a device, from a designated register. 108 available for reads where the two data bytes are the other way 144 16 bits of data to it, and reads 16 bits of data in return. 155 This command reads a block of up to 32 bytes from a device, from a 184 1 to 31 bytes of data to it, and reads 1 to 31 bytes of data in return. 254 This command reads a block of bytes from a device, from a
|
D | i2c-stub | 19 operations. This allows for continuous byte reads like those supported by
|
D | slave-interface | 155 byte when it reads from us. We could make this an optional event if the need 173 on writes an action should be immediately triggered. For reads, the data in
|
/linux-4.1.27/drivers/devfreq/ |
D | Kconfig | 77 It reads PPMU counters of memory controllers and adjusts 88 It reads PPMU counters of memory controllers and adjusts the 98 It reads ACTMON counters of memory controllers and adjusts the
|
/linux-4.1.27/Documentation/ABI/removed/ |
D | net_dma | 5 Formerly the lower limit, in bytes, of the size of socket reads
|
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti-tsc-adc.txt | 12 readout is enough but multiple reads can 14 A value of 5 means, 5 reads for X, 5 for
|
/linux-4.1.27/Documentation/gpio/ |
D | sysfs.txt | 61 "direction" ... reads as either "in" or "out". This value may 72 "value" ... reads as either 0 (low) or 1 (high). If the GPIO 86 "edge" ... reads as either "none", "rising", "falling", or 93 "active_low" ... reads as either 0 (false) or 1 (true). Write
|
D | gpio-legacy.txt | 680 "direction" ... reads as either "in" or "out". This value may 691 "value" ... reads as either 0 (low) or 1 (high). If the GPIO 705 "edge" ... reads as either "none", "rising", "falling", or 712 "active_low" ... reads as either 0 (false) or 1 (true). Write
|
/linux-4.1.27/drivers/net/ethernet/davicom/ |
D | Kconfig | 22 costly MII PHY reads. Note, this will not work if the chip is
|
/linux-4.1.27/Documentation/input/ |
D | gameport-programming.txt | 44 it is faster, allowing more reads per second. Registering such a gameport 135 Raw mode speed of the gameport reads in thousands of reads per second.
|
D | joystick-api.txt | 167 high system load may contribute to space those reads even more. 169 If time between reads is enough to fill the queue and lose an event,
|
D | input.txt | 269 You can use blocking and nonblocking reads, also select() on the
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-inject.txt | 15 perf-inject reads a perf-record event stream and repipes it to stdout. At any
|
D | perf-kvm.txt | 89 Guest os /proc/kallsyms file copy. 'perf' kvm' reads it to get guest 92 Guest os /proc/modules file copy. 'perf' kvm' reads it to get guest
|
D | perf-annotate.txt | 15 This command reads the input file and displays an annotated version of the
|
D | perf-timechart.txt | 28 Upper bar shows incoming events (disk reads, ingress network packets).
|
D | perf-script-perl.txt | 17 built-in Perl interpreter. It reads and processes the input file and
|
D | perf-script.txt | 19 This command reads the input file and displays the trace recorded.
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | Kconfig | 35 Compile in support for logging register reads/writes in a format
|
D | NOTES | 85 parse logged register reads/writes (both from downstream android fbdev
|
/linux-4.1.27/Documentation/vm/ |
D | zswap.txt | 7 significant performance improvement if reads from the compressed cache are 8 faster than reads from a swap device.
|
D | cleancache.txt | 105 and thus disk reads. 110 Disallowing direct kernel or userland reads/writes to tmem
|
/linux-4.1.27/Documentation/w1/masters/ |
D | ds2490 | 46 - The ds2490 specification doesn't cover short bulk in reads in 52 should match reads and writes as well as data sizes. Reads and
|
/linux-4.1.27/Documentation/w1/slaves/ |
D | w1_ds28e04 | 22 A read operation on the "eeprom" file reads the given amount of bytes
|
/linux-4.1.27/fs/gfs2/ |
D | Kconfig | 11 that is shared between them (with FC, iSCSI, NBD, etc...). GFS reads
|
/linux-4.1.27/Documentation/mtd/nand/ |
D | pxa3xx-nand.txt | 22 The driver reads the data and spare portions independently and builds an internal 29 Also, for the READOOB command the driver disables the ECC and reads a 'spare + ECC'
|
/linux-4.1.27/block/ |
D | deadline-iosched.c | 246 const int reads = !list_empty(&dd->fifo_list[READ]); in deadline_dispatch_requests() local 268 if (reads) { in deadline_dispatch_requests()
|
/linux-4.1.27/Documentation/hwmon/ |
D | abituguru-datasheet | 107 more input (max 250 reads). 117 which indicates that the uGuru is ready to be read (max 250 reads) and once 136 which indicates that the uGuru is ready to be written (max 250 reads) and 139 Once all bytes have been written wait for DATA to hold 0x01 (max 250 reads) 154 turned up which do not hold 0x08 at DATA within 250 reads after writing the
|
D | lm90 | 253 value differs from what the SMBus master expects, and all reads fail. 267 usage (+33% for writes, +25% for reads) in normal conditions. With the need 268 to use two SMBus transaction for reads, this overhead jumps to +50%. Worse,
|
D | ltc4245 | 94 then they will be sampled in round-robin fashion. If userspace reads too
|
D | smsc47b397 | 136 The Device Rev currently reads 0x01
|
D | w83791d | 111 The driver reads the hardware chip values at most once every three seconds.
|
D | pc87360 | 91 set, say, fan1_min to 2900 and it finally reads 2909.
|
/linux-4.1.27/Documentation/ABI/obsolete/ |
D | sysfs-block-zram | 6 reads (failed or successful) done on this device. 30 failed reads happened on this device.
|
/linux-4.1.27/Documentation/misc-devices/ |
D | ad525x_dpot.txt | 43 You can use simple reads/writes to access these files:
|
D | max6875 | 21 At reset, the MAX6875 reads the configuration EEPROM into its configuration
|
D | eeprom | 71 does not respond to byte reads. If this register is present, the lower 128
|
/linux-4.1.27/Documentation/usb/ |
D | dwc3.txt | 31 reads the event and tries to process it. Everything that requires
|
D | gadget_configfs.txt | 319 Whenever a user reads/writes the "sa" file, a function is called
|
/linux-4.1.27/Documentation/infiniband/ |
D | user_mad.txt | 44 Example for normal MAD (non RMPP) reads: 53 Example for RMPP reads:
|
/linux-4.1.27/drivers/scsi/arm/ |
D | acornscsi.h | 308 unsigned int reads; member
|
D | fas216.h | 261 unsigned int reads; member
|
D | fas216.c | 208 info->stats.reads, info->stats.writes, info->stats.miscs, in fas216_dumpinfo() 1836 info->stats.reads += 1; in fas216_allocate_tag() 2982 info->stats.fins, info->stats.reads, in fas216_print_stats()
|
D | acornscsi.c | 773 host->stats.reads += 1; in acornscsi_kick() 2827 host->stats.fins, host->stats.reads, in acornscsi_show_info()
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | fwserial.h | 170 unsigned reads[DISTRIBUTION_MAX_INDEX + 1]; member
|
D | fwserial.c | 157 sum += stats->reads[j]; in fwtty_dump_profile() 160 seq_printf(m, "%6d", stats->reads[j]); in fwtty_dump_profile() 547 fwtty_profile_data(port->stats.reads, n); in fwtty_rx()
|
/linux-4.1.27/Documentation/scsi/ |
D | dtc3x80.txt | 39 of=/dev/null if=/dev/sdb". It reads ok for a while, then hangs.
|
D | scsi-changer.txt | 21 and one for the device which actually reads and writes the data. The 38 data transfer - this is the device which reads/writes, i.e. the
|
D | libsas.txt | 98 to a port -- the LLDD only reads this. It points to the 112 reads them. They should be self explanatory. 357 where to send the task(s) to. A SAS LLDD only reads the
|
D | ChangeLog.sym53c8xx | 158 condition - to remove any reads of the sbdl 256 - Add some redundant PCI reads in order to deal with common 465 - Reduce a bit the number of IO register reads for phase mismatch
|
D | st.txt | 69 of the physical block on tape. When reading, the drive reads the next 86 returning zero bytes for two consecutive reads.
|
D | sym53c8xx_2.txt | 564 The driver just reads SCSI lines and checks all lines read FALSE except RESET. 572 devices, ... may cause a SCSI signal to be wrong when te driver reads it.
|
D | LICENSE.qla4xxx | 114 c) If the modified program normally reads commands interactively
|
D | LICENSE.qla2xxx | 115 c) If the modified program normally reads commands interactively
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-sis96x | 52 * The driver does not support SMBus block reads/writes; I may add them if a
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | zynq-7000.txt | 10 The clock controller is a logical abstraction of Zynq's clock tree. It reads
|
/linux-4.1.27/drivers/mmc/card/ |
D | Kconfig | 63 Development driver that performs a series of reads and writes
|
/linux-4.1.27/Documentation/blockdev/ |
D | zram.txt | 111 num_reads RO the number of reads 112 failed_reads RO the number of failed reads
|
/linux-4.1.27/Documentation/rapidio/ |
D | sysfs.txt | 49 config - reads from and writes to the device configuration registers. 91 errlog - reads contents of device error log until it is empty.
|
/linux-4.1.27/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 71 from the card to the system), and it will cause all reads to 72 return all-ff's (0xff, 0xffff, 0xffffffff for 8/16/32-bit reads). 144 a large number of 0xff reads are part of the bus scan procedure. 315 Ext3fs seems to be tolerant, retrying reads/writes until it does
|
D | ptrace.txt | 101 - set a watchpoint which triggers on reads in the second watchpoint register
|
/linux-4.1.27/drivers/scsi/ |
D | eata_generic.h | 344 __u32 reads[13]; member
|
D | eata_pio.c | 709 memset(hd->reads, 0, sizeof(hd->reads)); in register_pio_HBA()
|
/linux-4.1.27/Documentation/arm/ |
D | uefi.txt | 41 Instead, the kernel reads the UEFI memory map.
|
/linux-4.1.27/Documentation/video4linux/ |
D | cpia2_overview.txt | 35 of contiguous registers. Random mode reads or writes random registers with
|
D | pxa_camera.txt | 168 Note: if DMA stops just after pxa_camera_check_link_miss() reads DDADR()
|
/linux-4.1.27/lib/ |
D | Kconfig.kmemcheck | 81 32-bit reads from 16-bit variables where the upper 16 bits are
|
D | Kconfig.kgdb | 87 0x0002 - allow arbitrary reads from memory and symbol lookup
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | gpmc-nor.txt | 15 - gpmc,cs-rd-off-ns: Chip-select de-assertion time for reads
|
D | gpmc-nand.txt | 107 slight CPU penalty when too many bit-flips are detected during reads.
|
/linux-4.1.27/tools/perf/tests/attr/ |
D | README | 27 This is the python script that does all the hard work. It reads
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | README | 100 cat sleepparams: reads the current sleepclock configuration 236 cat hostsleep: reads the current hostsleep state
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | skeleton.S | 401 | the 68040 always reads the destination address and thus the page 442 | Like mem_write, mem_read always reads with a supervisor
|
/linux-4.1.27/Documentation/s390/ |
D | zfcpdump.txt | 44 reads from /proc/vmcore or zcore/mem and writes the system dump to a SCSI disk.
|
D | monreader.txt | 174 use polling for non-blocking reads.
|
/linux-4.1.27/drivers/staging/vme/devices/ |
D | vme_user.c | 108 unsigned long reads; member 175 statistics.reads = 0; in reset_counters()
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | ti-omap-hsmmc.txt | 76 In suspend the fclk is off and the module is disfunctional. Even register reads
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | gpmc-eth.txt | 30 - gpmc,cs-rd-off-ns: Chip-select de-assertion time for reads
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | ti,omap-dss.txt | 18 DISPC is the display controller, which reads pixels from the memory and outputs
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-dma.txt | 34 - The driver reads the transfer type, offset and size from Mailbox #10.
|
/linux-4.1.27/Documentation/mn10300/ |
D | ABI.txt | 41 instruction reads from the TOS word of the stack, but doesn't move the stack
|
/linux-4.1.27/arch/mn10300/mm/ |
D | Kconfig.cache | 11 Write-Back caching mode involves the all reads and writes causing
|
/linux-4.1.27/Documentation/mmc/ |
D | mmc-async-req.txt | 24 performance gain is 5% for large writes and 10% on large reads on a L2 cache
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | io.h | 186 static inline void reads##bwl(const volatile void __iomem *addr, \
|
/linux-4.1.27/fs/affs/ |
D | Changes | 13 reads basically work (but all files are of size 0). 195 - Removed support for old-style directory reads.
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig.debug | 90 bool "Catch NULL pointer reads/writes" 93 Say Y here to catch reads/writes to anywhere in the memory range
|
D | Kconfig | 948 If a FIFO is sitting on the end of the read, it will see two reads, 953 To solve this, interrupts are turned off before reads occur to
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | CHANGES | 35 reads the required bytes.
|
/linux-4.1.27/arch/mips/include/asm/ |
D | io.h | 499 static inline void reads##bwlq(volatile void __iomem *mem, void *addr, \
|
/linux-4.1.27/arch/sh/include/asm/ |
D | io.h | 102 static inline void pfx##reads##bwlq(volatile void __iomem *mem, \
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | ti-gpmc.txt | 112 - gpmc,wait-on-read Enables wait monitoring on reads.
|
/linux-4.1.27/arch/sh/lib64/ |
D | memcpy.S | 17 ! Notes: Usually one wants to do small reads and write a longword, but
|
D | copy_user_memcpy.S | 15 ! Notes: Usually one wants to do small reads and write a longword, but
|
/linux-4.1.27/Documentation/PCI/ |
D | pci.txt | 252 that will just result in a PCI Bus Master Abort and config reads 407 This guarantee allows the driver to omit MMIO reads to flush 630 Configuration space reads to flush the writel(). This will gracefully 633 MMIO reads to master abort (a.k.a. "Soft Fail") and return garbage
|
/linux-4.1.27/Documentation/power/ |
D | swsusp-dmcrypt.txt | 51 you create an initrd that reads the required dm-crypt setup
|
D | userland-swsusp.txt | 156 file system operations (including reads) on the file systems
|
/linux-4.1.27/fs/jffs2/ |
D | Kconfig | 45 bool "Verify JFFS2 write-buffer reads"
|
/linux-4.1.27/drivers/acpi/ |
D | Kconfig | 90 An Embedded Controller typically is available on laptops and reads 130 A daemon reads events from input devices or via netlink and
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 190 access, as they could corrupt kernel reads and writes of CMOS memory). 270 extra overhead incurred from extra reads of memory-mapped I/O or additional 523 it may be necessary for an implementation to guard against "backwards" reads of 535 Due to non-serialized reads, you may actually end up with a range which
|
D | ppc-pv.txt | 75 instruction reads the first field of the magic page:
|
/linux-4.1.27/Documentation/devicetree/ |
D | of_unittest.txt | 103 at first it reads the flattened device tree data linked into the kernel image
|
/linux-4.1.27/fs/befs/ |
D | ChangeLog | 83 * Added byteswapping to all metadata reads from disk. 189 * Fixed a thinko that was corrupting file reads after the first block_run
|
/linux-4.1.27/tools/perf/ |
D | design.txt | 161 * reads on the counter should return the indicated quantities, 210 'error' state, where reads return end-of-file (i.e. read() returns 0)
|
/linux-4.1.27/Documentation/fb/ |
D | sisfb.txt | 57 the parameter format reads mode=none or mode=1024x768x16 (or whatever mode you
|
D | sstfb.txt | 98 reads and writes are discarded.
|
/linux-4.1.27/fs/squashfs/ |
D | Kconfig | 207 SquashFS uses less memory at the expense of extra reads from disk.
|
/linux-4.1.27/Documentation/locking/ |
D | spinlocks.txt | 64 .. critical section that only reads the info ...
|
/linux-4.1.27/Documentation/dmaengine/ |
D | provider.txt | 38 or destination, can group the reads or writes in memory into a buffer, 42 reads/writes it's allowed to do without the controller splitting the
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | fscache.txt | 396 R Show objects that have outstanding reads 397 r Show objects that don't have outstanding reads
|
D | netfs-api.txt | 539 never reads from the cache. It will return 0 if a block has been allocated, 620 Otherwise, if all pages had reads dispatched, then 0 will be returned, the 623 (4) end_io_func will be called once for each page being read as the reads
|
D | backend-api.txt | 645 This changes the state of an object to permit reads pending on lookup 664 this object, that there may be data available, and that reads can
|
/linux-4.1.27/Documentation/ioctl/ |
D | cdrom.txt | 372 reads a cdrom_msf structure and writes a buffer of data to 531 Same as CDROMREADCOOKED, but reads 2646 bytes.
|
/linux-4.1.27/arch/frv/ |
D | Kconfig | 162 Write-Back caching mode involves the all reads and writes causing
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | hdspm.txt | 69 where DMA reads/writes. Since of the bulk mode of PCI it is only
|
/linux-4.1.27/Documentation/arm/pxa/ |
D | mfp.txt | 266 which reads GPIO94 can be configured as SSP3_RXD, with alternate function
|
/linux-4.1.27/Documentation/RCU/ |
D | listRCU.txt | 189 concurrent reads while doing a copy to perform an update, is what gives
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | philips.txt | 58 frames from the cam. This will help if the process that reads images from
|
/linux-4.1.27/Documentation/sysctl/ |
D | net.txt | 68 Low latency busy poll timeout for socket reads. (needs CONFIG_NET_RX_BUSY_POLL)
|
/linux-4.1.27/Documentation/hid/ |
D | uhid.txt | 153 there is actually no other process that reads your data so there is no need to
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 154 Successive reads will return successive requests.
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoint-analysis.txt | 200 Simplistically, the script just reads STDIN and counts up events but it
|
D | ring-buffer-design.txt | 19 head - where new reads happen in the ring buffer. 25 consumer - the task that reads from the buffer (same as reader)
|
D | ftrace.txt | 107 sequential reads to display more current data. Once 444 reads will always produce different data. 2490 trace_pipe is consumed. This means that subsequent reads will be 2602 System"). Both reads snapshot and tracing are executable
|
/linux-4.1.27/arch/arm/kvm/ |
D | interrupts_head.S | 28 @ If FPEXC_EX is 0, then FPINST/FPINST2 reads are upredictable, so
|
/linux-4.1.27/Documentation/frv/ |
D | features.txt | 90 The kernel reads the size of the SDRAM from the memory bus controller
|
/linux-4.1.27/drivers/char/hw_random/ |
D | Kconfig | 376 http://sourceforge.net/projects/gkernel/). rngd periodically reads
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 107 * 3.17 Sep 17, 1996 -- Tweak audio reads for some drives.
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 379 opens and reads the credential file specified in order 448 reads bigger than page size without rereading the same data) 450 behavior which caches reads (readahead) and writes
|
/linux-4.1.27/arch/x86/kernel/ |
D | entry_32.S | 694 * We can't call C functions using the ESPFIX stack. This code reads
|
/linux-4.1.27/drivers/usb/gadget/ |
D | Kconfig | 447 program reads and writes the device file /dev/g_printer<X> to
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig-language.txt | 334 This reads the specified configuration file. This file is always parsed.
|
/linux-4.1.27/sound/oss/ |
D | CHANGELOG | 198 /etc/soundconf. "make oldconfig" reads /etc/soundconf and produces
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | Kconfig | 308 program reads and writes the device file /dev/g_printer to
|
/linux-4.1.27/Documentation/networking/ |
D | LICENSE.qlge | 113 c) If the modified program normally reads commands interactively
|
D | ixgb.txt | 197 # set mmrbc to 4k reads, modify only Intel 10GbE device IDs
|
D | LICENSE.qlcnic | 113 c) If the modified program normally reads commands interactively
|
/linux-4.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 82 Above will put a limit of 1MB/second on reads happening for root group
|
/linux-4.1.27/arch/x86/math-emu/ |
D | README | 151 3.1. (The program simply reads data from a valid address).
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 3491 * Incrementing index for reads of SINDIR and the destination (low byte only) 3534 * All reads to this register return the value 0xFF. 3545 * All reads to this register return the value 0.
|