Searched refs:reads (Results 26 - 50 of 57) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dgrip.c61 int reads; member in struct:grip
84 * grip_gpp_read_packet() reads a Gravis GamePad Pro packet.
124 * grip_xt_read_packet() reads a Gravis Xterminator packet.
198 grip->reads++;
H A Dgrip_mp.c56 int reads; member in struct:grip_mp
371 grip->reads++;
H A Dtmdc.c129 int reads; member in struct:tmdc
135 * tmdc_read_packet() reads a ThrustMaster packet.
228 * tmdc_poll() reads and analyzes ThrustMaster joystick data.
238 tmdc->reads++;
H A Dadi.c132 int reads; member in struct:adi_port
136 * adi_read_packet() reads a Logitech ADI packet.
257 * adi_read() reads the data packet and decodes it.
284 port->reads++;
H A Dsidewinder.c126 int reads; member in struct:sw
131 * sw_read_packet() is a function which reads either a data packet, or an
421 * sw_read() reads SideWinder joystick data, and reinitializes
505 sw->reads++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Ddeadline-iosched.c22 static const int writes_starved = 2; /* max times reads can starve a write */
43 unsigned int starved; /* times reads have starved writes */
100 * set expire time (only used for reads) and add to fifo list
219 * deadline_check_fifo returns 0 if there are no expired reads on the fifo,
242 const int reads = !list_empty(&dd->fifo_list[READ]); local
248 * batches are currently reads XOR writes
272 if (reads) {
284 * there are either no reads or writes have been starved
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Dmodprobe.c230 * This function reads aliases and default module options from a configuration file
239 while (reads(fd, buffer, buflen)) {
357 while (reads(fd, buffer, sizeof(buffer))) {
551 while (reads(fd, buffer, sizeof(buffer))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/easy_tls/
H A Deasy-tls.c814 fd_set reads, writes; local
824 FD_ZERO(&reads);
846 FD_SET(fd, &reads);
860 select(maxfd + 1, &reads, &writes, (fd_set *) NULL, timeout_p);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Deasy-tls.c814 fd_set reads, writes; local
824 FD_ZERO(&reads);
846 FD_SET(fd, &reads);
860 select(maxfd + 1, &reads, &writes, (fd_set *) NULL, timeout_p);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dacornscsi.h308 unsigned int reads; member in struct:acornscsi_hostdata::__anon6464
H A Dfas216.h263 unsigned int reads; member in struct:__anon6476::__anon6478
H A Dfas216.c204 printk(" stats={ queues=%X removes=%X fins=%X reads=%X writes=%X miscs=%X\n"
207 info->stats.reads, info->stats.writes, info->stats.miscs,
1825 info->stats.reads += 1;
2985 info->stats.fins, info->stats.reads,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Deata_generic.h344 __u32 reads[13]; member in struct:hstd
H A Deata_pio.c757 memset(hd->reads, 0, sizeof(hd->reads));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dquota_v1.c56 dqstats.reads++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dquota.h197 int reads; member in struct:dqstats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dskeleton.S401 | the 68040 always reads the destination address and thus the page
442 | Like mem_write, mem_read always reads with a supervisor
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/vmstat/proc/
H A Dsysinfo.c48 * It also reads the current contents of the file into the global buf.
544 unsigned long vm_pgpgin; // kB disk reads (same as 1st num on /proc/stat page line)
546 unsigned long vm_pswpin; // swap reads (same as 1st num on /proc/stat swap line)
722 &(*disks)[cDisk].reads,
743 &(*partitions)[cPartition].reads,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dio.h457 static inline void reads##bwlq(volatile void __iomem *mem, void *addr, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dio.h457 static inline void reads##bwlq(volatile void __iomem *mem, void *addr, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dio.h173 static inline void reads##bwl(const volatile void __iomem *addr, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/lib/
H A Dcopy_user_memcpy.S15 ! Notes: Usually one wants to do small reads and write a longword, but
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D06-floor0.tex40 An end-of-packet condition during any of these bitstream reads renders
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm1704 Given a key (C<$key>) this method reads the value associated with it
1993 system. However, updates are still serial. Use for databases where reads
2003 updates and/or reads if the application follows the hints in the POD
2011 problems, if desired. Use for databases where updates are reads are
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S687 # to all the reads. With each IO taking a microsecond and

Completed in 243 milliseconds

123