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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dvwsnd.c1431 HW_BUSY = 1 << 2, enumerator in enum:vwsnd_port_flags
1908 * wport->flags & HW_BUSY. Afterward, it reacquires wport->lock, and
1911 * If another thread calls pcm_output() while HW_BUSY is set, it
1912 * returns immediately, knowing that the thread that set HW_BUSY will
1934 if (wport->flags & HW_BUSY) {
1944 wport->flags |= HW_BUSY;
1979 * We gave up the port lock, but we have the HW_BUSY flag.
2020 wport->flags &= ~HW_BUSY;
2032 * rport->flags & HW_BUSY. Afterward, it reacquires rport->lock, and
2035 * If another thread calls pcm_input() while HW_BUSY i
[all...]

Completed in 103 milliseconds