Searched refs:out_total (Results 1 – 1 of 1) sorted by relevance
2455 unsigned int total_bufs, in_total, out_total; in vu_queue_get_avail_bytes() local2460 total_bufs = in_total = out_total = 0; in vu_queue_get_avail_bytes()2524 out_total += le32toh(desc[i].len); in vu_queue_get_avail_bytes()2526 if (in_total >= max_in_bytes && out_total >= max_out_bytes) { in vu_queue_get_avail_bytes()2550 *out_bytes = out_total; in vu_queue_get_avail_bytes()2555 in_total = out_total = 0; in vu_queue_get_avail_bytes()2563 unsigned int in_total, out_total; in vu_queue_avail_bytes() local2565 vu_queue_get_avail_bytes(dev, vq, &in_total, &out_total, in vu_queue_avail_bytes()2568 return in_bytes <= in_total && out_bytes <= out_total; in vu_queue_avail_bytes()