Home
last modified time | relevance | path

Searched refs:batch_size (Results 1 – 5 of 5) 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.c2156 int i, n_chan, batch_size, idx = 0, tx_power, last_ch, err = 0; in mt76_connac_mcu_rate_txpower_band() local
2180 batch_size = DIV_ROUND_UP(n_chan, batch_len); in mt76_connac_mcu_rate_txpower_band()
2189 for (i = 0; i < batch_size; i++) { in mt76_connac_mcu_rate_txpower_band()
2194 num_ch = i == batch_size - 1 ? n_chan - i * batch_len : batch_len; in mt76_connac_mcu_rate_txpower_band()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmcu.c3656 int i, sku_len, batch_size, batch_len = 3; in mt7925_mcu_rate_txpower_band() local
3711 batch_size = DIV_ROUND_UP(n_chan, batch_len); in mt7925_mcu_rate_txpower_band()
3723 for (i = 0; i < batch_size; i++) { in mt7925_mcu_rate_txpower_band()
3728 num_ch = i == batch_size - 1 ? n_chan % batch_len : batch_len; in mt7925_mcu_rate_txpower_band()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_recv.c2470 uint64_t batch_size = in receive_process_write_record() local
2474 drrw->drr_offset >= first_drrw->drr_offset + batch_size)) { in receive_process_write_record()