Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
H A Dchannel.c792 int ret, count, hcount, minflush, resid, residp, syncdelay, blksz; in chn_sync() local
844 residp = resid; in chn_sync()
874 if (resid == residp) { in chn_sync()
883 } else if (resid < residp && count < hcount) { in chn_sync()
901 residp = resid; in chn_sync()
912 __func__, c->timeout, count, hcount, resid, residp, in chn_sync()