Searched refs:flush_mask (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/arch/x86/platform/uv/ |
D | tlb_uv.c | 871 int uv_flush_send_and_wait(struct cpumask *flush_mask, struct bau_control *bcp) in uv_flush_send_and_wait() argument 1017 static int set_distrib_bits(struct cpumask *flush_mask, struct bau_control *bcp, in set_distrib_bits() argument 1025 for_each_cpu(cpu, flush_mask) { in set_distrib_bits() 1078 struct cpumask *flush_mask; in uv_flush_tlb_others() local 1100 flush_mask = (struct cpumask *)per_cpu(uv_flush_tlb_mask, cpu); in uv_flush_tlb_others() 1102 cpumask_andnot(flush_mask, cpumask, cpumask_of(cpu)); in uv_flush_tlb_others() 1110 if (set_distrib_bits(flush_mask, bcp, bau_desc, &locals, &remotes)) in uv_flush_tlb_others() 1121 if (!uv_flush_send_and_wait(flush_mask, bcp)) in uv_flush_tlb_others()
|