Lines Matching defs:xrun
86 unsigned int xrun; /* bytes lost by xruns */
469 sc->play.pos = sc->play.xrun = 0;
474 sc->rec.pos = sc->rec.xrun = 0;
525 sc->play.xrun += sc->play.blksz;
606 sc->rec.xrun += sc->rec.blksz;
704 sc->play.xrun = sc->play.pos = sc->rec.xrun = sc->rec.pos = 0;
1259 sc->play.pos = sc->play.xrun = sc->rec.pos = sc->rec.xrun = 0;
1518 int error, xrun;
1555 xrun = sc->play.xrun;
1556 while (sc->play.xrun == xrun) {
1557 DPRINTF("%s: drain: used = %zu, xrun = %d\n",
1558 DEVNAME(sc), sc->play.used, sc->play.xrun);
1759 ap->play_xrun = sc->play.xrun;
1761 ap->rec_xrun = sc->rec.xrun;