TF_MORETOCOME
if (idle && (tp->t_flags & TF_MORETOCOME))
if (!(tp->t_flags & TF_MORETOCOME) && /* normal case */
tp->t_flags |= TF_MORETOCOME;
tp->t_flags &= ~TF_MORETOCOME;