Searched refs:hvsi_write_room (Results 1 – 1 of 1) sorted by relevance
893 static unsigned int hvsi_write_room(struct tty_struct *tty) in hvsi_write_room() function930 while ((count > 0) && (hvsi_write_room(tty) > 0)) { in hvsi_write()931 size_t chunksize = min_t(size_t, count, hvsi_write_room(tty)); in hvsi_write()1030 .write_room = hvsi_write_room,