Searched refs:not_tickled (Results 1 – 1 of 1) sorted by relevance
1177 cpumask_t *not_tickled = cpumask_scratch_cpu(smp_processor_id()); in runq_tickle() local1184 cpumask_and(not_tickled, online, new->unit->cpu_hard_affinity); in runq_tickle()1185 cpumask_andnot(not_tickled, not_tickled, &prv->tickled); in runq_tickle()1192 cpu = cpumask_test_or_cycle(sched_unit_master(new->unit), not_tickled); in runq_tickle()1207 cpumask_clear_cpu(cpu, not_tickled); in runq_tickle()1208 cpu = cpumask_cycle(cpu, not_tickled); in runq_tickle()
Completed in 5 milliseconds