Lines Matching refs:closing_wait
144 ss->closing_wait = port->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ?
146 jiffies_to_msecs(port->port.closing_wait) / 10;
155 unsigned int closing_wait, close_delay;
159 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ?
161 msecs_to_jiffies(ss->closing_wait * 10);
167 (closing_wait != port->port.closing_wait))
173 port->port.closing_wait = closing_wait;