MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sched_unpin

Function sched_unpin

freebsd/sys/sched.h:179–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179static __inline void
180sched_unpin(void)
181{
182 atomic_interrupt_fence();
183 curthread->td_pinned--;
184}
185
186/* sched_add arguments (formerly setrunqueue) */
187#define SRQ_BORING 0x0000 /* No special circumstances. */

Callers 15

pmap_invalidate_page_intFunction · 0.85
pmap_invalidate_all_intFunction · 0.85
pmap_update_pdeFunction · 0.85
__CONCAT(PMTYPE, remove)Function · 0.85
__CONCAT(PMTYPE, enter)Function · 0.85
pmap_enter_quick_lockedFunction · 0.85
__CONCAT(PMTYPE, unwire)Function · 0.85
__CONCAT(PMTYPE, copy)Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected