Searched refs:total_alloc (Results 1 – 2 of 2) sorted by relevance
460 int total_alloc = 0; in mlx5e_refill_rx_wqes() local471 mlx5e_free_rx_wqes(rq, ix + total_alloc, refill); in mlx5e_refill_rx_wqes()472 refill_alloc = mlx5e_alloc_rx_wqes(rq, ix + total_alloc, refill); in mlx5e_refill_rx_wqes()476 total_alloc += refill_alloc; in mlx5e_refill_rx_wqes()480 return total_alloc; in mlx5e_refill_rx_wqes()483 mlx5e_free_rx_wqes(rq, ix, total_alloc + refill_alloc); in mlx5e_refill_rx_wqes()485 for (int i = 0; i < total_alloc + refill; i++) { in mlx5e_refill_rx_wqes()
7573 unsigned long total_alloc; in test_ringbuffer() local7586 total_alloc = data->bytes_alloc + data->bytes_alloc_nested; in test_ringbuffer()7595 pr_info(" alloced bytes: %ld\n", total_alloc); in test_ringbuffer()7634 if (RB_WARN_ON(buffer, total_len != total_alloc || in test_ringbuffer()