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

Function sched_setup

freebsd/kern/sched_4bsd.c:638–646  ·  view source on GitHub ↗

ARGSUSED */

Source from the content-addressed store, hash-verified

636
637/* ARGSUSED */
638static void
639sched_setup(void *dummy)
640{
641
642 setup_runqs();
643
644 /* Account for thread0. */
645 sched_load_add();
646}
647
648/*
649 * This routine determines time constants after stathz and hz are setup.

Callers

nothing calls this directly

Calls 2

setup_runqsFunction · 0.85
sched_load_addFunction · 0.85

Tested by

no test coverage detected