Lines Matching defs:hint
114 * cp is a hint CPU, against which CMT load balancing will be performed.
122 int hint, i, cpu, nsiblings;
162 hint = CPU_PSEUDO_RANDOM() % nsiblings;
166 * "hint" is a hint for where to start looking
168 i = hint;
187 } while (i != hint);
214 hint = CPU_PSEUDO_RANDOM() % tgt_size;
215 cpu = hint;
225 } while (cpu != hint);