Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ curthread_pflags_restore
Function
curthread_pflags_restore
freebsd/sys/proc.h:1198–1203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1196
}
1197
1198
static __inline void
1199
curthread_pflags_restore(int save)
1200
{
1201
1202
curthread->td_pflags &= save;
1203
}
1204
1205
static __inline int
1206
curthread_pflags2_set(int flags)
Callers
5
vn_io_fault1
Function · 0.85
sync_fsync
Function · 0.85
uiomove_faultflag
Function · 0.85
kern_sync
Function · 0.85
vm_fault_enable_pagefaults
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected