Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/hyperv/
H A Dhv_apic.c108 bool exclude_self) in __send_ipi_mask_ex() argument
132 if (!cpumask_equal(mask, cpu_present_mask) || exclude_self) { in __send_ipi_mask_ex()
136 exclude_self ? cpu_is_self : NULL); in __send_ipi_mask_ex()
158 bool exclude_self) in __send_ipi_mask() argument
175 (exclude_self && weight == 1 && cpumask_test_cpu(this_cpu, mask))) in __send_ipi_mask()
204 if (exclude_self && cur_cpu == this_cpu) in __send_ipi_mask()
225 return __send_ipi_mask_ex(mask, vector, exclude_self); in __send_ipi_mask()