Lines Matching defs:cpus
106 * - intrablade process migration between cpus is not frequent but is
285 * use by blade-local cpus
286 * - the rest are used by off-blade cpus. This usage is
290 * has less tan or equal to 16 cpus, each cpu has a unique handle that it can
297 int cpus, shift = 0, n;
299 cpus = uv_blade_nr_possible_cpus(gru->gs_blade_id);
301 /* n = cpus rounded up to next power of 2 */
302 if (cpus) {
303 n = 1 << fls(cpus - 1);
307 * 0 if cpus <= MAX_LOCAL_TGH,
308 * 1 if cpus <= 2*MAX_LOCAL_TGH,
316 gru->gs_tgh_first_remote = (cpus + (1 << shift) - 1) >> shift;