Lines Matching refs:closing_wait
443 unsigned int close_delay, closing_wait;
448 closing_wait = tport->closing_wait;
449 if (closing_wait != ASYNC_CLOSING_WAIT_NONE)
450 closing_wait = jiffies_to_msecs(closing_wait) / 10;
454 ss->closing_wait = closing_wait;
468 unsigned int close_delay, closing_wait;
472 closing_wait = ss->closing_wait;
473 if (closing_wait != ASYNC_CLOSING_WAIT_NONE)
474 closing_wait = msecs_to_jiffies(closing_wait * 10);
480 closing_wait != tport->closing_wait) {
493 tport->closing_wait = closing_wait;