Lines Matching refs:poke
204 * a CPU and poke except the ones which are already poked.
213 cpuset_t poke;
220 CPUSET_ZERO(poke);
260 * We want to poke CPUs having similar
270 CPUSET_ADD(poke, cpuid);
274 CPUSET_ADD(poke, cp->cpu_id);
278 /* if we found a CPU which suits best to poke */
280 CPUSET_ZERO(poke);
281 CPUSET_ADD(poke, cpuid);
284 if (CPUSET_ISNULL(poke)) {
290 * We first set the bit in cpuset and then poke.
292 CPUSET_XOR(*softcall_cpuset, poke);
298 * because we are just going to poke CPUs now or at most
302 siron_poke_cpu(poke);
357 * Did we poke less than a second ago?
361 * We did, increment the poke count and
376 * poke rate has dropped off, reset the poke monitor