Searched refs:wakeup_cpu (Results 1 – 1 of 1) sorted by relevance
37 unsigned int wakeup_cpu; member134 wqv->wakeup_cpu = smp_processor_id(); in __prepare_to_wait()136 if ( vcpu_set_hard_affinity(curr, cpumask_of(wqv->wakeup_cpu)) ) in __prepare_to_wait()180 if ( unlikely(smp_processor_id() != wqv->wakeup_cpu) ) in check_wakeup_from_wait()185 if ( vcpu_set_hard_affinity(curr, cpumask_of(wqv->wakeup_cpu)) ) in check_wakeup_from_wait()
Completed in 3 milliseconds