Home
last modified time | relevance | path

Searched refs:batch_size (Results 1 – 4 of 4) sorted by relevance

/freebsd/tests/sys/netinet/libalias/
H A Dperf.c80 int max_seconds = 90, batch_size = 2000, in main() local
91 if (argc > 2 && (batch_size = atoi(argv[2])) < 0) usage(); in main()
98 printf(" Amount of valid connections (batch_size) = %d\n", batch_size); in main()
133 if (NULL == (batch = calloc(batch_size, sizeof(*batch)))) { in main()
149 for (cnt = i = 0; i < batch_size; i++, cnt++) { in main()
221 qsort(batch, batch_size, sizeof(*batch), randcmp); in main()
224 for (cnt = i = 0; i < batch_size; i++) { in main()
233 if (k >= batch_size) in main()
H A D2_natout.c257 size_t const batch_size = 1200; variable
266 batch = calloc(batch_size, sizeof(*batch));
269 for (i = 0; i < batch_size; i++) {
285 for (i = 0; i < batch_size; i++) {
293 qsort(batch, batch_size, sizeof(*batch), randcmp);
295 for (i = 0; i < batch_size; i++) {
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.c2167 int i, n_chan, batch_size, idx = 0, tx_power, last_ch; in mt76_connac_mcu_rate_txpower_band() local
2187 batch_size = DIV_ROUND_UP(n_chan, batch_len); in mt76_connac_mcu_rate_txpower_band()
2196 for (i = 0; i < batch_size; i++) { in mt76_connac_mcu_rate_txpower_band()
2201 num_ch = i == batch_size - 1 ? n_chan % batch_len : batch_len; in mt76_connac_mcu_rate_txpower_band()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_recv.c2415 uint64_t batch_size = in receive_process_write_record() local
2419 drrw->drr_offset >= first_drrw->drr_offset + batch_size)) { in receive_process_write_record()