Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dsched_rt.c1224 cpumask_t not_tickled; in runq_tickle() local
1231 cpumask_and(&not_tickled, online, new->vcpu->cpu_hard_affinity); in runq_tickle()
1232 cpumask_andnot(&not_tickled, &not_tickled, &prv->tickled); in runq_tickle()
1239 cpu = cpumask_test_or_cycle(new->vcpu->processor, &not_tickled); in runq_tickle()
1254 cpumask_clear_cpu(cpu, &not_tickled); in runq_tickle()
1255 cpu = cpumask_cycle(cpu, &not_tickled); in runq_tickle()

Completed in 6 milliseconds