Searched refs:out_water (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/dev/sound/midi/
H A Dsequencer.c132 int out_water; /* Sequence output threshould */ member in struct:seq_softc
458 if (MIDIQ_AVAIL(scp->out_q) < scp->out_water) {
812 scp->out_water = MIDIQ_SIZE(scp->out_q) / 2;
1386 scp->out_water = *(int *)arg;
1448 lim = scp->out_water;

Completed in 159 milliseconds