Lines Matching refs:CPU

32  * has been introduced to keep track of which CPU-like and memory-like hardware
61 * to dispatch a thread on a CPU in its home lgroup. Physical memory
139 * averages (cp_lgrploads). The list is allocated after the first CPU is brought
153 * on some architectures (x86) it's possible for the slave CPU startup thread
165 * a thread is trying to allocate memory close to a CPU that has no lgrp.
209 * lgroup CPU event handlers
223 * lgroup CPU partition event handlers
417 lgrp_config(LGRP_CONFIG_CPU_ADD, (uintptr_t)CPU, 0);
418 lgrp_config(LGRP_CONFIG_CPU_ONLINE, (uintptr_t)CPU, 0);
438 cpu_t *cp = CPU;
474 * Notify the PG subsystem that the CPU's lgrp
556 * Handle lgroup (re)configuration events (eg. addition of CPU, etc.)
576 * Initialize the new CPU's lgrp related next/prev
726 * initially added to an lgroup, the root's CPU resource
727 * set can never be empty, since the system's last CPU
795 * Update existing lgroup and lgroups containing it with CPU
824 * link the CPU into the lgrp's CPU list
921 * the boot CPU, cpu_lock must be held
1025 * Called when a CPU is off-lined.
1052 * Removing last CPU in lgroup, so update lgroup topology
1062 * Remove this lgroup from its lgroup CPU resources and remove
1076 * This lgroup isn't empty, so just remove it from CPU
1252 * Grab CPU lock (if we haven't already)
1396 * Grab CPU lock (if we haven't already)
1631 * Return the leaf lgroup containing the given CPU
2064 * Given a CPU-partition, verify that the lpl topology in the CPU-partition
2876 if (lpl->lpl_cpus == CPU) {
2877 ASSERT(CPU->cpu_lpl == lpl);
2878 CPU->cpu_lpl = target_lpl;
2922 * This provides the desired behaviour for an uninitialized CPU.
2923 * It shouldn't see any other CPU to either dispatch to or steal
2998 * be bound to a CPU or processor set.
3005 * disabled, or thread_lock held (at splhigh) to protect against the CPU
3410 * the worst case case (100% CPU-bound thread). This
3699 * Return lgroup of current CPU which faulted on memory
3700 * If the CPU isn't currently in an lgrp, then opt to
3704 * the current CPU from going away before lgrp is found.
3706 if (LGRP_CPU_HAS_NO_LGRP(CPU)) {
3710 lgrp = lgrp_cpu_to_lgrp(CPU);