Searched refs:rbytes (Results 1 – 9 of 9) sorted by relevance
/external/ltp/testcases/kernel/io/disktest/ |
D | stats.c | 108 printf(CTRSTR, (env->hbeat_stats.rbytes), in print_stats() 115 ((double)(env->hbeat_stats.rbytes) / in print_stats() 132 printf(CTRSTR, (env->cycle_stats.rbytes), in print_stats() 139 ((double)(env->cycle_stats.rbytes) / in print_stats() 156 printf(TCTRSTR, (env->global_stats.rbytes), in print_stats() 163 ((double)(env->global_stats.rbytes) / in print_stats() 191 (env->hbeat_stats.rbytes), in print_stats() 203 (env->cycle_stats.rbytes), in print_stats() 216 (env->global_stats.rbytes)); in print_stats() 235 ((double)env->hbeat_stats.rbytes / in print_stats() [all …]
|
D | main.h | 199 OFF_T rbytes; member
|
D | childmain.c | 561 (env->hbeat_stats.rbytes) += target.trsiz * BLK_SIZE; in complete_io()
|
/external/ltp/testcases/kernel/syscalls/truncate/ |
D | truncate02.c | 102 int rbytes; /* bytes read from testfile */ in main() local 149 while ((rbytes = read(fd, tst_buff, in main() 151 read_len += rbytes; in main() 190 while ((rbytes = read(fd, tst_buff, in main() 192 for (i = 0; i < rbytes; i++) { in main()
|
/external/ltp/testcases/kernel/syscalls/ftruncate/ |
D | ftruncate02.c | 101 int rbytes, i; /* bytes read from testfile */ in main() local 149 while ((rbytes = read(fd, tst_buff, in main() 151 read_len += rbytes; in main() 183 while ((rbytes = read(fd, tst_buff, in main() 185 for (i = 0; i < rbytes; i++) { in main()
|
/external/curl/lib/ |
D | tftp.c | 139 int rbytes; member 632 if(state->rbytes < (ssize_t)state->blksize + 4) { in tftp_rx() 1114 state->rbytes = (int)recvfrom(state->sockfd, in tftp_receive_packet() 1126 if(state->rbytes < 4) { in tftp_receive_packet() 1139 if(state->rbytes > 4 && in tftp_receive_packet() 1143 state->rbytes-4); in tftp_receive_packet() 1148 k->bytecount += state->rbytes-4; in tftp_receive_packet() 1156 size_t strn = state->rbytes - 4; in tftp_receive_packet() 1167 state->rbytes-2); in tftp_receive_packet()
|
/external/bcc/tools/ |
D | filetop_example.txt | 150 -s {reads,writes,rbytes,wbytes}, --sort {reads,writes,rbytes,wbytes} 151 sort column, default rbytes
|
D | filetop.py | 200 v.rbytes / 1024, v.wbytes / 1024,
|
/external/python/cpython3/Lib/multiprocessing/ |
D | connection.py | 341 rbytes, err = ov.GetOverlappedResult(True) 343 assert rbytes == left
|