FreeBSD kernel kern code
|
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/kthread.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/proc.h>
#include <sys/resourcevar.h>
#include <sys/sched.h>
#include <sys/unistd.h>
Go to the source code of this file.
Functions | |
__FBSDID ("$BSDSUniX$") | |
static void | idle_setup (void *dummy) |
SYSINIT (idle_setup, SI_SUB_SCHED_IDLE, SI_ORDER_FIRST, idle_setup, NULL) | |
__FBSDID | ( | "$BSDSUniX$" | ) |
|
static |
Definition at line 52 of file kern_idle.c.
References kproc_kthread_add(), panic(), sched_class(), sched_idletd(), and sched_prio().
SYSINIT | ( | idle_setup | , |
SI_SUB_SCHED_IDLE | , | ||
SI_ORDER_FIRST | , | ||
idle_setup | , | ||
NULL | |||
) |