Home
last modified time | relevance | path

Searched refs:curthread_pflags_set (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/sys/amd64/amd64/
Dmem.c88 sflags = curthread_pflags_set(TDP_DEVMEMIO); in memrw()
/freebsd-9-stable/sys/ufs/ffs/
Dffs_balloc.c238 saved_inbdflush = curthread_pflags_set(TDP_INBDFLUSH); in ffs_balloc_ufs1()
799 saved_inbdflush = curthread_pflags_set(TDP_INBDFLUSH); in ffs_balloc_ufs2()
/freebsd-9-stable/sys/kern/
Dsubr_uio.c242 save = curthread_pflags_set(newflags); in uiomove_faultflag()
Dvfs_vnops.c955 saveheld = curthread_pflags_set(TDP_UIOHELD); in vn_io_fault()
Dvfs_subr.c3833 save = curthread_pflags_set(TDP_SYNCIO); in sync_fsync()
Dvfs_syscalls.c144 save = curthread_pflags_set(TDP_SYNCIO);
/freebsd-9-stable/sys/sys/
Dproc.h971 curthread_pflags_set(int flags) in curthread_pflags_set() function
/freebsd-9-stable/sys/vm/
Dvm_fault.c1562 return (curthread_pflags_set(TDP_NOFAULTING | TDP_RESETSPUR)); in vm_fault_disable_pagefaults()
/freebsd-9-stable/sys/geom/journal/
Dg_journal.c2937 save = curthread_pflags_set(TDP_SYNCIO); in g_journal_do_switch()