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

Function sched_load_add

freebsd/kern/sched_4bsd.c:283–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281 "struct proc *");
282
283static __inline void
284sched_load_add(void)
285{
286
287 sched_tdcnt++;
288 KTR_COUNTER0(KTR_SCHED, "load", "global load", sched_tdcnt);
289 SDT_PROBE2(sched, , , load__change, NOCPU, sched_tdcnt);
290}
291
292static __inline void
293sched_load_rem(void)

Callers 3

sched_setupFunction · 0.85
sched_addFunction · 0.85
sched_4bsd.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected