Searched refs:FINUSE (Results 1 – 3 of 3) sorted by relevance
772 old_inuse = tp->flag & FINUSE; in comexec()773 tp->flag |= FINUSE; in comexec()791 tp->flag = (tp->flag & ~FINUSE) | old_inuse; in comexec()797 if ((tp->flag & (FDELETE|FINUSE)) == FDELETE) { in comexec()1086 if (tp->flag & FINUSE) { in define()
1786 } else if (!(tblp->flag & FINUSE)) { in tgrow()
1751 #define FINUSE BIT(9) /* function being executed */ macro