Home
last modified time | relevance | path

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

/freebsd-head/tests/sys/netinet/libalias/
HDperf.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()
HD2_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-head/sys/contrib/dev/mediatek/mt76/
HDmt76_connac_mcu.c2090 int i, n_chan, batch_size, idx = 0, tx_power, last_ch, err = 0; in mt76_connac_mcu_rate_txpower_band() local
2114 batch_size = DIV_ROUND_UP(n_chan, batch_len); in mt76_connac_mcu_rate_txpower_band()
2123 for (i = 0; i < batch_size; i++) { in mt76_connac_mcu_rate_txpower_band()
2128 num_ch = i == batch_size - 1 ? n_chan - i * batch_len : batch_len; in mt76_connac_mcu_rate_txpower_band()
/freebsd-head/sys/contrib/dev/mediatek/mt76/mt7925/
HDmcu.c3405 int i, sku_len, batch_size, batch_len = 3; in mt7925_mcu_rate_txpower_band() local
3460 batch_size = DIV_ROUND_UP(n_chan, batch_len); in mt7925_mcu_rate_txpower_band()
3472 for (i = 0; i < batch_size; i++) { in mt7925_mcu_rate_txpower_band()
3477 num_ch = i == batch_size - 1 ? n_chan % batch_len : batch_len; in mt7925_mcu_rate_txpower_band()
/freebsd-head/sys/contrib/openzfs/module/zfs/
HDdmu_recv.c2466 uint64_t batch_size = in receive_process_write_record() local
2470 drrw->drr_offset >= first_drrw->drr_offset + batch_size)) { in receive_process_write_record()