Lines Matching refs:closing_wait
441 unsigned int close_delay, closing_wait; in serial_get_serial() local
446 closing_wait = tport->closing_wait; in serial_get_serial()
447 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in serial_get_serial()
448 closing_wait = jiffies_to_msecs(closing_wait) / 10; in serial_get_serial()
452 ss->closing_wait = closing_wait; in serial_get_serial()
466 unsigned int close_delay, closing_wait; in serial_set_serial() local
470 closing_wait = ss->closing_wait; in serial_set_serial()
471 if (closing_wait != ASYNC_CLOSING_WAIT_NONE) in serial_set_serial()
472 closing_wait = msecs_to_jiffies(closing_wait * 10); in serial_set_serial()
478 closing_wait != tport->closing_wait) { in serial_set_serial()
491 tport->closing_wait = closing_wait; in serial_set_serial()