Home
last modified time | relevance | path

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

/freebsd-head/sys/kern/
HDvfs_vnops.c1449 saveheld = curthread_pflags_set(TDP_UIOHELD); in vn_io_fault1()
1598 if ((td->td_pflags & TDP_UIOHELD) == 0 || in vn_io_fault_uiomove()
1653 if ((td->td_pflags & TDP_UIOHELD) == 0 || in vn_io_fault_pgmove()
/freebsd-head/sys/sys/
HDproc.h563 #define TDP_UIOHELD 0x10000000 /* Current uio has pages held in td_ma */ macro