Home
last modified time | relevance | path

Searched refs:wbytes (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
Dstats.c110 printf(CTWSTR, (env->hbeat_stats.wbytes), in print_stats()
120 ((double)(env->hbeat_stats.wbytes) / in print_stats()
134 printf(CTWSTR, (env->cycle_stats.wbytes), in print_stats()
144 ((double)(env->cycle_stats.wbytes) / in print_stats()
158 printf(TCTWSTR, (env->global_stats.wbytes), in print_stats()
168 ((double)(env->global_stats.wbytes) / in print_stats()
196 (env->hbeat_stats.wbytes), in print_stats()
208 (env->cycle_stats.wbytes), in print_stats()
221 (env->global_stats.wbytes)); in print_stats()
245 ((double)env->hbeat_stats.wbytes / in print_stats()
[all …]
Dmain.h199 OFF_T wbytes; member
Dchildmain.c551 (env->hbeat_stats.wbytes) += target.trsiz * BLK_SIZE; in complete_io()
/external/ltp/testcases/kernel/syscalls/truncate/
Dtruncate02.c233 int wbytes; /* bytes written to testfile */ in setup() local
261 if ((wbytes = write(fd, tst_buff, sizeof(tst_buff))) <= 0) { in setup()
266 write_len += wbytes; in setup()
/external/skqp/tests/
DAAClipTest.cpp39 size_t wbytes = a.fBounds.width(); in operator ==() local
42 wbytes = (wbytes + 7) >> 3; in operator ==()
48 wbytes <<= 1; in operator ==()
51 wbytes <<= 2; in operator ==()
62 if (memcmp(aptr, bptr, wbytes)) { in operator ==()
65 aptr += wbytes; in operator ==()
66 bptr += wbytes; in operator ==()
/external/skia/tests/
DAAClipTest.cpp39 size_t wbytes = a.fBounds.width(); in operator ==() local
42 wbytes = (wbytes + 7) >> 3; in operator ==()
48 wbytes <<= 1; in operator ==()
51 wbytes <<= 2; in operator ==()
62 if (0 != memcmp(aptr, bptr, wbytes)) { in operator ==()
65 aptr += wbytes; in operator ==()
66 bptr += wbytes; in operator ==()
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
Depoll-test.c316 int wbytes, wcurr; in eph_write_data() local
318 for (wbytes = 0; wbytes < nbyte;) { in eph_write_data()
319 if ((wcurr = eph_write(conn, buf + wbytes, nbyte - wbytes)) < 0) in eph_write_data()
321 wbytes += wcurr; in eph_write_data()
324 return wbytes; in eph_write_data()
/external/bcc/tools/
Dfiletop.py200 v.rbytes / 1024, v.wbytes / 1024,
Dfiletop_example.txt150 -s {reads,writes,rbytes,wbytes}, --sort {reads,writes,rbytes,wbytes}