Searched refs:smp_vcpu_scheduled (Results 1 – 3 of 3) sorted by relevance
55 if (!smp_vcpu_scheduled(~owner)) { in arch_spin_lock_wait()95 if (!smp_vcpu_scheduled(~owner)) { in arch_spin_lock_wait_flags()148 if (owner && !smp_vcpu_scheduled(~owner)) in _raw_read_lock_wait()194 if (owner && !smp_vcpu_scheduled(~owner)) in _raw_write_lock_wait()224 if (owner && !smp_vcpu_scheduled(~owner)) in _raw_write_lock_wait()268 if (MACHINE_IS_LPAR && smp_vcpu_scheduled(~cpu)) in arch_lock_relax()
32 extern int smp_vcpu_scheduled(int cpu);54 static inline int smp_vcpu_scheduled(int cpu) { return 1; } in smp_vcpu_scheduled() function
370 int smp_vcpu_scheduled(int cpu) in smp_vcpu_scheduled() function