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