Searched refs:TDP_UIOHELD (Results 1 – 2 of 2) sorted by relevance
1388 saveheld = curthread_pflags_set(TDP_UIOHELD); in vn_io_fault1()1537 if ((td->td_pflags & TDP_UIOHELD) == 0 || in vn_io_fault_uiomove()1592 if ((td->td_pflags & TDP_UIOHELD) == 0 || in vn_io_fault_pgmove()
563 #define TDP_UIOHELD 0x10000000 /* Current uio has pages held in td_ma */ macro