Home
last modified time | relevance | path

Searched refs:TDP2_SBPAGES (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/fs/nfsclient/
HDnfs_clbio.c484 save2 = curthread_pflags2_set(TDP2_SBPAGES); in ncl_bioread()
748 if ((curthread->td_pflags2 & TDP2_SBPAGES) == 0) { in ncl_bioread()
968 save2 = curthread_pflags2_set(TDP2_SBPAGES); in ncl_write()
HDnfs_clport.c646 (curthread->td_pflags2 & TDP2_SBPAGES) == 0) in ncl_pager_setsize()
/freebsd-14-stable/sys/sys/
HDproc.h567 #define TDP2_SBPAGES 0x00000001 /* Owns sbusy on some pages */ macro