Searched refs:remaining_packets (Results 1 – 1 of 1) sorted by relevance
1054 unsigned int remaining_packets, packets, packets_per_page, i; in alloc_stream_buffers() local1069 remaining_packets = stream->queue_length; in alloc_stream_buffers()1072 packets = min(remaining_packets, packets_per_page); in alloc_stream_buffers()1080 remaining_packets -= packets; in alloc_stream_buffers()1081 if (!remaining_packets) in alloc_stream_buffers()1084 if (remaining_packets) { in alloc_stream_buffers()