Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ksched_getscheduler
Function
ksched_getscheduler
freebsd/kern/ksched.c:209–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
}
208
209
int
210
ksched_getscheduler(struct ksched *ksched, struct thread *td, int *policy)
211
{
212
213
return (getscheduler(ksched, td, policy));
214
}
215
216
/* ksched_yield: Yield the CPU. */
217
int
Callers
1
kern_sched_getscheduler
Function · 0.85
Calls
1
getscheduler
Function · 0.85
Tested by
no test coverage detected