Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ sched_estcpu
Function
sched_estcpu
freebsd/kern/sched_ule.c:2463–2468 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2461
}
2462
2463
u_int
2464
sched_estcpu(struct thread *td __unused)
2465
{
2466
2467
return (0);
2468
}
2469
2470
/*
2471
* Return whether the current CPU has runnable tasks. Used for in-kernel
Callers
2
fill_kinfo_aggregate
Function · 0.70
fill_kinfo_thread
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected