Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDvfs_vnops.c1410 saveheld = curthread_pflags_set(TDP_UIOHELD); in vn_io_fault1()
1559 if ((td->td_pflags & TDP_UIOHELD) == 0 || in vn_io_fault_uiomove()
1614 if ((td->td_pflags & TDP_UIOHELD) == 0 || in vn_io_fault_pgmove()
/freebsd-14-stable/sys/sys/
HDproc.h562 #define TDP_UIOHELD 0x10000000 /* Current uio has pages held in td_ma */ macro