Home | History | Annotate | Download | only in audio

Lines Matching refs:hiwat

7142  * ai.{hiwat,lowat}			(R/W)
7292 if (SPECIFIED(ai->hiwat))
7293 SPRINTF(buf, ",hiwat=%d", ai->hiwat);
7461 if (SPECIFIED(ai->hiwat) || SPECIFIED(ai->lowat)) {
7593 if (SPECIFIED(ai->hiwat)) {
7594 blks = ai->hiwat;
7607 if (SPECIFIED(ai->hiwat) || SPECIFIED(ai->lowat)) {
7878 * XXX hiwat/lowat is a playback-only parameter. What should I
7884 ai->hiwat = track->usrbuf_usedhigh / track->usrbuf_blksize;
7899 ai->hiwat = ai->play.buffer_size / ai->blocksize;
7900 ai->lowat = ai->hiwat * 3 / 4;