Home | History | Annotate | Download | only in kern

Lines Matching defs:kcpuset

52 #include <sys/kcpuset.h>
61 struct kcpuset {
69 struct kcpuset * kc_next;
71 struct kcpuset kc_field;
82 /* An array of noted early kcpuset creations and data. */
121 /* First, pre-allocate kcpuset entries. */
128 * Prepare to convert all early noted kcpuset uses to dynamic sets.
130 * must not be spinned yet. Since MD facilities can use kcpuset,
138 * Transfer the bits from early static storage to the kcpuset.
144 * Store the new pointer, pointing to the allocated kcpuset.
178 panic("kcpuset(9): all early-use entries exhausted; "