Lines Matching refs:closing_wait
897 unsigned int close_delay, closing_wait;
901 closing_wait = state->tport.closing_wait;
902 if (closing_wait != ASYNC_CLOSING_WAIT_NONE)
903 closing_wait = jiffies_to_msecs(closing_wait) / 10;
911 ss->closing_wait = closing_wait;
923 unsigned int close_delay, closing_wait;
935 closing_wait = ss->closing_wait;
936 if (closing_wait != ASYNC_CLOSING_WAIT_NONE)
937 closing_wait = msecs_to_jiffies(closing_wait * 10);
942 (closing_wait != port->closing_wait) ||
969 port->closing_wait = closing_wait;