Lines Matching +full:no +full:- +full:idle
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (C) 2000-2004 The FreeBSD Project. All rights reserved.
18 * ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
46 * Set up per-cpu idle process contexts. The AP's shouldn't be running or
47 * accessing their idle processes at this point, so don't bother with
60 p = NULL; /* start with no idle process */ in idle_setup()
66 RFSTOPPED | RFHIGHPID, 0, "idle", "idle: cpu%d", pc->pc_cpuid); in idle_setup()
67 pc->pc_idlethread = td; in idle_setup()
70 RFSTOPPED | RFHIGHPID, 0, "idle", "idle"); in idle_setup()
78 td->td_flags |= TDF_IDLETD | TDF_NOLOAD; in idle_setup()