Searched refs:inflight_bytes (Results 1 – 2 of 2) sorted by relevance
171 unsigned int inflight_bytes; /* in-flight data bytes on buffer (for playback) */ member
41 queued = bytes_to_frames(runtime, subs->inflight_bytes); in snd_usb_pcm_delay()673 subs->inflight_bytes = 0; in snd_usb_pcm_prepare()1343 subs->inflight_bytes += bytes; in urb_ctx_queue_advance()1613 if (subs->inflight_bytes >= ctx->queued) in retire_playback_urb()1614 subs->inflight_bytes -= ctx->queued; in retire_playback_urb()1616 subs->inflight_bytes = 0; in retire_playback_urb()