Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/sound/pcm/
H A Dchannel.c97 static int chn_timeout = CHN_TIMEOUT; variable
104 val = chn_timeout; in sysctl_hw_snd_timeout()
111 chn_timeout = val; in sysctl_hw_snd_timeout()
463 timeout = chn_timeout * hz; in chn_write()
601 timeout = chn_timeout * hz; in chn_read()
1164 if (chn_timeout < CHN_TIMEOUT_MIN || chn_timeout > CHN_TIMEOUT_MAX) in chn_init()
1165 chn_timeout = CHN_TIMEOUT; in chn_init()