Home
last modified time | relevance | path

Searched refs:TDP_UIOHELD (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_vnops.c1303 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()
/f-stack/freebsd/sys/
H A Dproc.h519 #define TDP_UIOHELD 0x10000000 /* Current uio has pages held in td_ma */ macro