Searched refs:TF_BUSY_OUT (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dtty.h88 #define TF_BUSY_OUT 0x40000 /* Process busy in write(). */ macro
89 #define TF_BUSY (TF_BUSY_IN|TF_BUSY_OUT)
/freebsd-11-stable/usr.sbin/pstat/
H A Dpstat.c331 { TF_BUSY_OUT, 'o' },
/freebsd-11-stable/sys/kern/
H A Dtty.c512 if (ioflag & IO_NDELAY && tp->t_flags & TF_BUSY_OUT) {
517 while (tp->t_flags & TF_BUSY_OUT) {
523 tp->t_flags |= TF_BUSY_OUT;
525 tp->t_flags &= ~TF_BUSY_OUT;
2249 { TF_BUSY_OUT, 'o' },

Completed in 73 milliseconds