Home
last modified time | relevance | path

Searched refs:rd_cnt (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/pipe/
Dpipe10.c22 int wr_cnt, rd_cnt; in run() local
30 rd_cnt = SAFE_READ(1, fds[0], rdbuf, wr_cnt); in run()
31 TST_EXP_EQ_LU(wr_cnt, rd_cnt); in run()
/third_party/ltp/testcases/kernel/fs/doio/
Dgrowfiles.c2701 int rd_cnt; in check_file() local
2770 rd_cnt = 0; in check_file()
2771 while (rd_cnt < fsize) { in check_file()
2772 rd_size = MIN(MAX_FC_READ, fsize - rd_cnt); in check_file()
2796 datapidchk(STATIC_NUM, buf, rd_size, rd_cnt, in check_file()
2800 datapidchk(Pid, buf, rd_size, rd_cnt, in check_file()
2804 dataasciichk(NULL, buf, rd_size, rd_cnt, in check_file()
2809 databinchk('a', buf, rd_size, rd_cnt, in check_file()
2813 databinchk('c', buf, rd_size, rd_cnt, in check_file()
2817 databinchk('C', buf, rd_size, rd_cnt, in check_file()
[all …]