Searched refs:reads (Results 1 - 25 of 57) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/
H A Dubc.S37 mov.b @r1, r0 ! Two dummy reads ..
49 mov.b @r1, r0 ! Two more dummy reads ..
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_posix.c538 fd_set reads, writes; local
554 FD_ZERO(&reads);
561 FD_SET((u_int)db_rep->listen_fd, &reads);
564 FD_SET((u_int)db_rep->read_pipe, &reads);
590 FD_SET((u_int)conn->fd, &reads);
607 FD_SET((u_int)conn->fd, &reads);
626 &reads, &writes, NULL, select_timeout_p)) == -1) {
656 conn, &reads, &writes, flow_control)) != 0)
665 if (FD_ISSET((u_int)db_rep->read_pipe, &reads)) {
677 if (FD_ISSET((u_int)db_rep->listen_fd, &reads)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlock003.tcl18 set reads 65
46 # $testdir $iter $objs $wait $ldegree $reads &"
49 $testdir $iter $objs $wait $ldegree $reads &]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/vmstat/proc/
H A Dsysinfo.h100 unsigned reads; member in struct:disk_stat
109 unsigned reads; member in struct:partition_stat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dselect.h95 int tpf_select_libcurl(int maxfds, fd_set* reads, fd_set* writes,
H A Dselect.c481 int tpf_select_libcurl(int maxfds, fd_set* reads, fd_set* writes, argument
486 rc = tpf_select_bsd(maxfds, reads, writes, excepts, tv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-delay.c4 * A target that delays reads and/or writes and can send
32 unsigned reads; member in struct:delay_c
96 delayed->context->reads--;
128 * With separate write parameters, the first set is only used for reads.
147 dc->reads = dc->writes = 0;
247 dc->reads++;
302 DMEMIT("%u %u", dc->reads, dc->writes);
H A Ddm-raid1.c127 struct bio_list reads; member in struct:mirror_set
728 static void do_reads(struct mirror_set *ms, struct bio_list *reads) argument
734 while ((bio = bio_list_pop(reads))) {
882 struct bio_list reads, writes; local
885 reads = ms->reads;
887 bio_list_init(&ms->reads);
893 do_reads(ms, &reads);
1172 bl = (rw == WRITE) ? &ms->writes : &ms->reads;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dguillemot.c73 int reads; member in struct:guillemot
84 * guillemot_read_packet() reads Guillemot joystick data.
121 * guillemot_poll() reads and analyzes Guillemot joystick data.
131 guillemot->reads++;
271 printk(KERN_INFO "guillemot.c: Failed %d reads out of %d on %s\n", guillemot->reads, guillemot->bads, guillemot->phys);
H A Dcobra.c53 int reads; member in struct:cobra
120 cobra->reads++;
H A Dinteract.c60 int reads; member in struct:interact
91 * interact_read_packet() reads and InterAct joystick data.
128 * interact_poll() reads and analyzes InterAct joystick data.
138 interact->reads++;
H A Dgf2k.c86 int reads; member in struct:gf2k
94 * gf2k_read_packet() reads a Genius Flight2000 packet.
205 * gf2k_poll() reads and analyzes Genius joystick data.
213 gf2k->reads++;
H A Danalog.c126 int reads; member in struct:analog_port
226 * analog_cooked_read() reads analog joystick data.
322 port->reads++;
327 port->reads++;
695 printk(KERN_INFO "analog.c: %d out of %d reads (%d%%) on %s failed\n",
696 port->bads, port->reads, port->reads ? (port->bads * 100 / port->reads) : 0,
H A Da3d.c65 int reads; member in struct:a3d
71 * a3d_read_packet() reads an Assassin 3D packet.
178 * a3d_poll() reads and analyzes A3D joystick data.
186 a3d->reads++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dread.c25 * This does multiple reads as necessary.
70 char *reads(int fd, char *buffer, size_t size) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/vmstat/
H A Dvmstat.c298 printf("%-10s %10s %10s %10s %10s\n",partition_name, "reads ", "read sectors", "writes ", "requested writes");
329 current_partition->reads,current_partition->reads_sectors,current_partition->writes,current_partition->requested_writes);
348 current_partition->reads,current_partition->reads_sectors,current_partition->writes,current_partition->requested_writes);
359 printf("disk- ------------reads------------ ------------writes----------- -----IO------\n");
381 disks[k].reads,
404 disks[i].reads,
484 unsigned long reads, merged_reads, read_sectors, milli_reading, writes, local
488 reads=merged_reads=read_sectors=milli_reading=writes=merged_writes= \
499 reads+=disks[i].reads;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsamba_linux_quota.h78 u_int32_t reads; member in struct:v1_dqstats
314 u_int32_t reads; member in struct:v2_dqstats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/tunala/
H A Dtunala.c38 fd_set reads, sends, excepts; /* As passed to select() */ member in struct:_select_sets_t
825 FD_ZERO(&s->reads);
842 FD_SET(fd, &s->next_select.reads);
889 &selector->last_selected.reads,
900 if(!FD_ISSET(fd, &selector->last_selected.reads))
1021 c_r = FD_ISSET(item->clean_read, &selector->last_selected.reads);
1025 d_r = FD_ISSET(item->dirty_read, &selector->last_selected.reads);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtunala.c38 fd_set reads, sends, excepts; /* As passed to select() */ member in struct:_select_sets_t
839 FD_ZERO(&s->reads);
856 FD_SET(fd, &s->next_select.reads);
903 &selector->last_selected.reads,
914 if(!FD_ISSET(fd, &selector->last_selected.reads))
1035 c_r = FD_ISSET(item->clean_read, &selector->last_selected.reads);
1039 d_r = FD_ISSET(item->dirty_read, &selector->last_selected.reads);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/doc/
H A Dsmbldap-migrate-accounts199 This command reads from stdin account entries as created by pwdump,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dunix.h185 u_int32_t reads; member in struct:dqstats_v2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dunix.h186 u_int32_t reads; member in struct:dqstats_v2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/chips/
H A Dm41t00.c104 u8 reads = 0; local
140 } while ((++reads < m41t00_chip->read_limit) && ((sec != sec1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D03-codebook.tex77 The decoder first reads one additional bit flag, the
117 a length for every codeword, the encoder reads the number of
136 After all codeword lengths have been decoded, the decoder reads the
161 number of lookup values to be read. Lookup type one reads a list of
164 type two builds the same vector list, but reads each scalar for each
373 bit-unpacking convention; a specific codebook reads a
391 reads bits until the accumulated bits match a codeword in the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Das-iosched.c39 * read_batch_expire describes how long we will allow a stream of reads to
625 * any new reads.
882 * as_fifo_expired returns 0 if there are no expired reads on the fifo,
912 * is a set of reads or a set of writes.
984 const int reads = !list_empty(&ad->fifo_list[REQ_SYNC]); local
1018 if (ad->batch_data_dir == REQ_ASYNC && !reads) {
1023 if (!(reads || writes)
1029 if (!(reads && writes && as_batch_expired(ad))) {
1031 * batch is still running or no reads or no writes
1047 if (reads
[all...]

Completed in 166 milliseconds

123