MCPcopy 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
1198static __inline void
1199curthread_pflags_restore(int save)
1200{
1201
1202 curthread->td_pflags &= save;
1203}
1204
1205static __inline int
1206curthread_pflags2_set(int flags)

Callers 5

vn_io_fault1Function · 0.85
sync_fsyncFunction · 0.85
uiomove_faultflagFunction · 0.85
kern_syncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected