Searched refs:numpkts (Results 1 – 1 of 1) sorted by relevance
136 const int numpkts = totalsize / pktsize; in test_eagain() local150 for(i=0; i < numpkts; i++) { in test_eagain()217 int numpkts; in test_pipe_simulator() local233 numpkts = MAX(sndbufsize, rcvbufsize) * 8 / pktsize; in test_pipe_simulator()235 num_sent < numpkts || num_received < numpkts; ) { in test_pipe_simulator()236 if (currently_sending && num_sent < numpkts) { in test_pipe_simulator()265 ATF_REQUIRE_MSG(num_sent < numpkts, in test_pipe_simulator()290 int numpkts; member302 for(i=0; i < td->numpkts; i++) { in test_pipe_writer()325 for(i=0; i < td->numpkts; i++) { in test_pipe_reader()[all …]