Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ maybe_yield
Function
maybe_yield
freebsd/kern/kern_synch.c:648–654 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
646
}
647
648
void
649
maybe_yield(void)
650
{
651
652
if (should_yield())
653
kern_yield(PRI_USER);
654
}
655
656
void
657
kern_yield(int prio)
Callers
15
uiomove_fromphys
Function · 0.85
uiomove_fromphys
Function · 0.85
_vm_gla2gpa
Function · 0.85
pmap_large_map_wb_large
Function · 0.85
uiomove_fromphys
Function · 0.85
uiomove_fromphys
Function · 0.85
uiomove_fromphys
Function · 0.85
__umtx_op_nwake_private_native
Function · 0.85
__umtx_op_nwake_private_compat32
Function · 0.85
bufspace_daemon
Function · 0.85
flushbufqueues
Function · 0.85
vn_fallocate
Function · 0.85
Calls
2
should_yield
Function · 0.85
kern_yield
Function · 0.70
Tested by
no test coverage detected