Searched refs:npackets (Results 1 – 7 of 7) sorted by relevance
176 long npackets; /* max packets to transmit */ variable286 npackets = ultmp; in main()711 if (npackets > 0) { in main()712 snpackets = npackets; in main()713 npackets = 0; in main()797 if (npackets != 0 && preload > npackets) in main()798 preload = npackets; in main()868 (npackets && nreceived >= npackets)) in main()881 if (!npackets || ntransmitted < npackets) in main()
659 size_t npackets; in recv_loop_with_match() local695 npackets = 0; in recv_loop_with_match()707 npackets++; in recv_loop_with_match()712 "non-blocked sources: %d\n", (int)npackets); in recv_loop_with_match()
58 int npackets; member326 ws.npackets++; in supply_write()699 ws.npackets = 0; in supply()804 if (ws.npackets == 0 in supply()
235 long npackets; /* max packets to transmit */ variable412 npackets = strtol(optarg, &e, 10); in main()413 if (npackets <= 0 || *optarg == '\0' || *e != '\0') in main()1091 if (npackets && ntransmitted >= npackets) in main()1188 (npackets > 0 && nreceived >= npackets)) in main()1299 if (npackets && ntransmitted >= npackets) in pinger()
71 int npackets[] = { variable346 header = (packets == 0 || packets % npackets[system] == 0); in dvsend()
159 int npackets; /* total packets to send */ member732 int i, rx = 0, n = targ->g->npackets; in pinger_body()836 int i, rx = 0, sent = 0, n = targ->g->npackets; in ponger_body()983 int i, n = targ->g->npackets / targ->g->nthreads; in sender_body()1586 g.npackets = atoi(optarg); in main()
3851 uint16_t npackets /* number of data bytes that were added in the doorbell */; member3869 uint16_t npackets /* number of data bytes that were added in the doorbell */;