Searched refs:buf_count (Results 1 - 6 of 6) sorted by relevance

/barrelfish-2018-10-04/lib/virtio/
H A Dvbuffer.h21 uint16_t buf_count; ///< the number of buffers member in struct:virtio_buffer_allocator
H A Dvbuffer.c101 vbuf_alloc->buf_count = nbufs;
191 vbuf_alloc->buf_count = bufcount,
256 if (alloc->top >= alloc->buf_count) {
296 *size = (alloc->buf_count * alloc->buf_size);
/barrelfish-2018-10-04/usr/bench/net_latency/elb/
H A Dbenchmark.c34 static size_t buf_count; variable
123 buf_count = buffer_count / 2;
125 assert(buf_count >= 8);
142 errval_t err3 = buffer_rx_add(buf_count + i);
338 size_t idx = (buf_cur + 1) % buf_count;
H A Dbenchmark_tcp.c27 static size_t buf_count; variable
128 buf_count = buffer_count;
/barrelfish-2018-10-04/usr/bench/bulk_transfer/
H A Dmicro_rtt.c47 static volatile uint32_t buf_count = 0; variable
72 buf_count++;
83 DEBUG("buffer_received: %"PRId32"\n", buf_count);
86 buf_count++;
H A Dmicro_throughput.c43 static volatile uint32_t buf_count = 0; variable
74 buf_count++;
84 DEBUG("buffer_received: %"PRId32" b=%p b->p=%p\n", buf_count, buffer,
88 buf_count++;

Completed in 48 milliseconds