Searched refs:shuffle_idle_cpu (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Dtorture.c480 static int shuffle_idle_cpu; /* Force all torture tasks off this CPU */ variable
520 /* Shuffle tasks such that we allow shuffle_idle_cpu to become idle.
521 * A special case is when shuffle_idle_cpu = -1, in which case we allow
538 shuffle_idle_cpu = cpumask_next(shuffle_idle_cpu, shuffle_tmp_mask);
539 if (shuffle_idle_cpu >= nr_cpu_ids)
540 shuffle_idle_cpu = -1;
542 cpumask_clear_cpu(shuffle_idle_cpu, shuffle_tmp_mask);
579 shuffle_idle_cpu = -1;

Completed in 153 milliseconds