Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dbuffer.c339 b->prev_total = 0; in sndbuf_reset()
543 return b->prev_total / b->blksz; in sndbuf_getprevblocks()
559 return b->prev_total; in sndbuf_getprevtotal()
567 b->prev_total = b->total; in sndbuf_updateprevtotal()
731 …printf(" total: %ju, prev_total: %ju, xrun: %d", (uintmax_t)b->total, (uintmax_t)b->prev_total, b-… in sndbuf_dump()
H A Dbuffer.h45 volatile u_int64_t total, prev_total; member