Lines Matching refs:closing_wait
444 unsigned int close_delay, closing_wait; in serial_get_serial() local
449 closing_wait = tport->closing_wait; in serial_get_serial()
450 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in serial_get_serial()
451 closing_wait = jiffies_to_msecs(closing_wait) / 10; in serial_get_serial()
455 ss->closing_wait = closing_wait; in serial_get_serial()
469 unsigned int close_delay, closing_wait; in serial_set_serial() local
473 closing_wait = ss->closing_wait; in serial_set_serial()
474 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in serial_set_serial()
475 closing_wait = msecs_to_jiffies(closing_wait * 10); in serial_set_serial()
481 closing_wait != tport->closing_wait) { in serial_set_serial()
494 tport->closing_wait = closing_wait; in serial_set_serial()