Searched refs:LOWWAIT (Results 1 – 3 of 3) sorted by relevance
69 #define LOWWAIT 0x2 macro
591 if ((ch->statusflags & LOWWAIT) == 0) { in pc_write()592 ch->statusflags |= LOWWAIT; in pc_write()628 if (remain && (ch->statusflags & LOWWAIT) == 0) { in pc_write_room()629 ch->statusflags |= LOWWAIT; in pc_write_room()1536 if (ch->statusflags & LOWWAIT) { in doevent()1537 ch->statusflags &= ~LOWWAIT; in doevent()2299 if (ch->statusflags & LOWWAIT) in pc_start()
155 #define LOWWAIT 2 macro1219 set_bit(LOWWAIT, &ch->statusflags); in moxa_write()1385 if (test_bit(LOWWAIT, &p->statusflags) && !tty->stopped && in moxa_poll_port()1387 clear_bit(LOWWAIT, &p->statusflags); in moxa_poll_port()