Searched refs:TF_BUSY_OUT (Results 1 – 2 of 2) sorted by relevance
138 #define TF_BUSY_OUT 0x40000 /* Process busy in write(). */ macro139 #define TF_BUSY (TF_BUSY_IN | TF_BUSY_OUT)
536 if (ioflag & IO_NDELAY && tp->t_flags & TF_BUSY_OUT) in ttydev_write()544 while (tp->t_flags & TF_BUSY_OUT) in ttydev_write()551 tp->t_flags |= TF_BUSY_OUT; in ttydev_write()559 tp->t_flags &= ~TF_BUSY_OUT; in ttydev_write()
Completed in 6 milliseconds