Searched refs:total_buf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_gem.c603 uint32_t i, total_buf; local
606 total_buf = rcv_desc->rx_buf_total;
608 for (i = 0; i < total_buf; i++) {
615 kmem_free(rcv_desc->rx_buf_pool, sizeof (unm_rx_buffer_t) * total_buf);
629 uint32_t total_buf; local
636 total_buf = rcv_desc->rx_buf_total = rcv_desc->MaxRxDescCount * 2;
639 total_buf, KM_SLEEP);
641 for (i = 0; i < total_buf; i++) {
667 for (i = 0; i < (total_buf - 1); i++) {
673 rcv_desc->rx_buf_free = total_buf;
[all...]
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c3884 char processed_buf[7], examined_buf[7], total_buf[7], rate_buf[7]; local
3960 zfs_nicenum(total, total_buf, sizeof (total_buf));
3967 examined_buf, total_buf, rate_buf);

Completed in 55 milliseconds