TDF_UPIBLOCKED
td->td_flags |= TDF_UPIBLOCKED;
td->td_flags &= ~TDF_UPIBLOCKED;
#define TD_ON_UPILOCK(td) ((td)->td_flags & TDF_UPIBLOCKED)