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

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/
H A Drwtop.pl26 my %reads;
43 $reads{$common_pid}{bytes_read} += $ret;
45 if (!defined ($reads{$common_pid}{bytes_read})) {
46 $reads{$common_pid}{bytes_read} = 0;
48 $reads{$common_pid}{errors}{$ret}++;
60 $reads{$common_pid}{bytes_requested} += $count;
61 $reads{$common_pid}{total_reads}++;
62 $reads{$common_pid}{comm} = $common_comm;
128 "# reads", "bytes_req", "bytes_read");
132 foreach my $pid (sort { ($reads{
[all...]
H A Drw-by-file.pl25 my %reads;
34 $reads{$fd}{bytes_requested} += $count;
35 $reads{$fd}{total_reads}++;
54 printf("%6s %10s %10s\n", "fd", "# reads", "bytes_requested");
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};
H A Drw-by-pid.pl21 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;
78 "# reads", "bytes_requested", "bytes_read");
82 foreach my $pid (sort { ($reads{
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dzylonite-wm97xx.c37 u8 reads; /* number of coord reads per read cycle */ member in struct:continuous
93 int reads = 0; local
115 if (reads)
137 reads++;
138 } while (reads < cinfo[sp_idx].reads);
H A Dmainstone-wm97xx.c43 u8 reads; /* number of coord reads per read cycle */ member in struct:continuous
129 int reads = 0; local
150 if (reads)
172 reads++;
173 } while (reads < cinfo[sp_idx].reads);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dsocks.c131 fd_set reads; local
135 FD_ZERO (&reads);
136 FD_SET (sd, &reads);
140 status = select (sd + 1, &reads, NULL, NULL, &tv);
205 fd_set reads; local
209 FD_ZERO (&reads);
210 FD_SET (sd, &reads);
214 status = select (sd + 1, &reads, NULL, NULL, &tv);
304 fd_set reads; local
308 FD_ZERO (&reads);
[all...]
H A Dsocket.c843 fd_set reads; local
846 FD_ZERO (&reads);
847 FD_SET (sd, &reads);
851 status = select (sd + 1, &reads, NULL, NULL, &tv);
1089 overlapped_io_init (&sock->reads, frame, FALSE, false);
1091 sock->rw_handle.read = sock->reads.overlapped.hEvent;
1099 &sock->reads.buf_init,
1797 overlapped_io_close (&sock->reads);
1964 overlapped_io_state_ascii (&s->reads));
2620 len = socket_finalize (sock->sd, &sock->reads, bu
[all...]
H A Dtun.h160 struct overlapped_io reads; member in struct:tuntap
398 return tun_finalize (tt->hand, &tt->reads, buf);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/vmstat/proc/
H A Dsysinfo.h100 unsigned reads; member in struct:disk_stat
109 unsigned reads; member in struct:partition_stat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hd-idle-1.04/
H A Dhd-idle.c53 * - Use %u in dprintf() when reporting number of reads and writes (the
144 unsigned int reads; member in struct:DISKSTATS
263 tmp.name, &tmp.reads, &tmp.writes) == 3) {
275 dprintf("probing %s: reads: %u, writes: %u\n", tmp.name, tmp.reads, tmp.writes);
304 } else if (ds->reads == tmp.reads && ds->writes == tmp.writes) {
328 ds->reads = tmp.reads;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsistream.tex14 This class implements an input stream which reads data from a string. It
H A Dstrmsock.tex17 This class implements an input stream which reads data from
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dselect.h93 int tpf_select_libcurl(int maxfds, fd_set* reads, fd_set* writes,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/perfcounter/
H A Dperf_writer_disk.c51 "The number of reads of that disk per second.",
136 long reads, writes, discard; local
152 &reads,
157 p->readsPerSec = reads;
160 reads, writes);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-delay.c4 * A target that delays reads and/or writes and can send
31 unsigned reads; member in struct:delay_c
95 delayed->context->reads--;
127 * With separate write parameters, the first set is only used for reads.
146 dc->reads = dc->writes = 0;
249 dc->reads++;
304 DMEMIT("%u %u", dc->reads, dc->writes);
H A Ddm-raid1.c58 struct bio_list reads; member in struct:mirror_set
125 bl = (rw == WRITE) ? &ms->writes : &ms->reads;
549 static void do_reads(struct mirror_set *ms, struct bio_list *reads) argument
555 while ((bio = bio_list_pop(reads))) {
821 struct bio_list reads, writes, failures; local
825 reads = ms->reads;
828 bio_list_init(&ms->reads);
835 do_reads(ms, &reads);
862 bio_list_init(&ms->reads);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dguillemot.c71 int reads; member in struct:guillemot
82 * guillemot_read_packet() reads Guillemot joystick data.
119 * guillemot_poll() reads and analyzes Guillemot joystick data.
129 guillemot->reads++;
269 printk(KERN_INFO "guillemot.c: Failed %d reads out of %d on %s\n", guillemot->reads, guillemot->bads, guillemot->phys);
H A Dcobra.c51 int reads; member in struct:cobra
118 cobra->reads++;
H A Dinteract.c58 int reads; member in struct:interact
89 * interact_read_packet() reads and InterAct joystick data.
126 * interact_poll() reads and analyzes InterAct joystick data.
136 interact->reads++;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/
H A Dvmstat.c297 printf("%-10s %10s %10s %10s %10s\n",partition_name, "reads ", "read sectors", "writes ", "requested writes");
328 current_partition->reads,current_partition->reads_sectors,current_partition->writes,current_partition->requested_writes);
347 current_partition->reads,current_partition->reads_sectors,current_partition->writes,current_partition->requested_writes);
358 printf("disk- ------------reads------------ ------------writes----------- -----IO------\n");
380 disks[k].reads,
403 disks[i].reads,
483 unsigned long reads, merged_reads, read_sectors, milli_reading, writes, local
487 reads=merged_reads=read_sectors=milli_reading=writes=merged_writes= \
498 reads+=disks[i].reads;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dtunala.c48 fd_set reads, sends, excepts; /* As passed to select() */ member in struct:_select_sets_t
892 FD_ZERO(&s->reads);
910 FD_SET(fd, &s->next_select.reads);
961 &selector->last_selected.reads,
975 if (!FD_ISSET(fd, &selector->last_selected.reads))
1103 c_r = FD_ISSET(item->clean_read, &selector->last_selected.reads);
1107 d_r = FD_ISSET(item->dirty_read, &selector->last_selected.reads);

Completed in 242 milliseconds

1234