Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ sched_pin
Function
sched_pin
freebsd/sys/sched.h:172–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
#endif
171
172
static __inline void
173
sched_pin(void)
174
{
175
curthread->td_pinned++;
176
atomic_interrupt_fence();
177
}
178
179
static __inline void
180
sched_unpin(void)
Callers
15
pmap_invalidate_page_int
Function · 0.85
pmap_invalidate_range_int
Function · 0.85
pmap_invalidate_all_int
Function · 0.85
pmap_update_pde
Function · 0.85
__CONCAT(PMTYPE, remove)
Function · 0.85
__CONCAT(PMTYPE, remove_all)
Function · 0.85
__CONCAT(PMTYPE, protect)
Function · 0.85
__CONCAT(PMTYPE, enter)
Function · 0.85
pmap_enter_quick_locked
Function · 0.85
__CONCAT(PMTYPE, unwire)
Function · 0.85
__CONCAT(PMTYPE, copy)
Function · 0.85
__CONCAT(PMTYPE, zero_page)
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected