Home | History | Annotate | Download | only in src

Lines Matching refs:FINUSE

765 		old_inuse = tp->flag & FINUSE;
766 tp->flag |= FINUSE;
784 tp->flag = (tp->flag & ~FINUSE) | old_inuse;
790 if ((tp->flag & (FDELETE|FINUSE)) == FDELETE) {
1078 if (tp->flag & FINUSE) {