Searched refs:chn_timeout (Results 1 – 1 of 1) sorted by relevance
97 static int chn_timeout = CHN_TIMEOUT; variable104 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()