Home
last modified time | relevance | path

Searched refs:remaining_packets (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/sound/usb/misc/
Dua101.c1052 unsigned int remaining_packets, packets, packets_per_page, i; in alloc_stream_buffers() local
1067 remaining_packets = stream->queue_length; in alloc_stream_buffers()
1070 packets = min(remaining_packets, packets_per_page); in alloc_stream_buffers()
1078 remaining_packets -= packets; in alloc_stream_buffers()
1079 if (!remaining_packets) in alloc_stream_buffers()
1082 if (remaining_packets) { in alloc_stream_buffers()