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