Home
last modified time | relevance | path

Searched refs:batch_count (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h278 uptr batch_count = 0; in PrintStats() local
283 batch_count++; in PrintStats()
288 uptr quarantine_chunks_capacity = batch_count * QuarantineBatch::kSize; in PrintStats()
297 batch_count, total_bytes, total_quarantined_bytes, in PrintStats()
/freebsd-13.1/sys/dev/netmap/
H A Dif_ptnet.c1395 unsigned int batch_count = 0; in ptnet_drain_transmit_queue() local
1563 if (++batch_count == PTNET_TX_BATCH) { in ptnet_drain_transmit_queue()
1565 batch_count = 0; in ptnet_drain_transmit_queue()
1569 if (batch_count) { in ptnet_drain_transmit_queue()
1699 unsigned int batch_count = 0; in ptnet_rx_eof() local
1874 if (++batch_count >= PTNET_RX_BATCH) { in ptnet_rx_eof()
1879 batch_count = 0; in ptnet_rx_eof()
1904 if (batch_count) { in ptnet_rx_eof()