Home
last modified time | relevance | path

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

/arch/x86/hyperv/
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()
163 bool exclude_self) in __send_ipi_mask() argument
180 (exclude_self && weight == 1 && cpumask_test_cpu(this_cpu, mask))) in __send_ipi_mask()
209 if (exclude_self && cur_cpu == this_cpu) in __send_ipi_mask()
230 return __send_ipi_mask_ex(mask, vector, exclude_self); in __send_ipi_mask()

Completed in 3 milliseconds