Lines Matching full:cpus
20 Such advances require CPUs available to a kernel to be removed either for
33 Restrict boot time CPUs to *n*. Say if you have four CPUs, using
35 other CPUs later online.
38 Restrict the total amount of CPUs the kernel will support. If the number
39 supplied here is lower than the number of physically available CPUs, then
40 those CPUs can not be brought online later.
43 Use this to limit hotpluggable CPUs. This option sets
62 Bitmap of possible CPUs that can ever be available in the
64 that aren't designed to grow/shrink as CPUs are made available or removed.
70 Bitmap of all CPUs currently online. Its set in ``__cpu_up()``
77 Bitmap of CPUs currently present in the system. Not all
89 Never use anything other than ``cpumask_t`` to represent bitmap of CPUs.
128 The CPU is usable again. This should work on all CPUs. CPU0 is often special
151 * All processes are migrated away from this outgoing CPU to new CPUs.
153 a subset of all online CPUs.
163 or clean up functions based on the number of available CPUs: ::
171 will be invoked during registration on all online CPUs. If an error
173 invoked on all CPUs on which the online callback was previously invoked.
206 (*Y_online*) on all online CPUs. The *node* element is a ``struct
213 CPUs.