Home
last modified time | relevance | path

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

/linux/kernel/
H A Dtorture.c483 static int shuffle_idle_cpu; /* Force all torture tasks off this CPU */ variable
541 shuffle_idle_cpu = cpumask_next(shuffle_idle_cpu, shuffle_tmp_mask); in torture_shuffle_tasks()
542 if (shuffle_idle_cpu >= nr_cpu_ids) in torture_shuffle_tasks()
543 shuffle_idle_cpu = -1; in torture_shuffle_tasks()
545 cpumask_clear_cpu(shuffle_idle_cpu, shuffle_tmp_mask); in torture_shuffle_tasks()
582 shuffle_idle_cpu = -1; in torture_shuffle_init()