Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h273 uptr batch_count = 0; in PrintStats() local
278 batch_count++; in PrintStats()
283 uptr quarantine_chunks_capacity = batch_count * QuarantineBatch::kSize; in PrintStats()
292 batch_count, total_bytes, total_quarantined_bytes, in PrintStats()
/freebsd/sys/dev/netmap/
H A Dif_ptnet.c1377 unsigned int batch_count = 0; in ptnet_drain_transmit_queue() local
1545 if (++batch_count == PTNET_TX_BATCH) { in ptnet_drain_transmit_queue()
1547 batch_count = 0; in ptnet_drain_transmit_queue()
1551 if (batch_count) { in ptnet_drain_transmit_queue()
1681 unsigned int batch_count = 0; in ptnet_rx_eof() local
1856 if (++batch_count >= PTNET_RX_BATCH) { in ptnet_rx_eof()
1861 batch_count = 0; in ptnet_rx_eof()
1886 if (batch_count) { in ptnet_rx_eof()