Searched defs:flush_mask (Results 1 - 1 of 1) sorted by relevance

/arch/x86/platform/uv/
H A Dtlb_uv.c866 * The flush_mask contains the cpus the broadcast is to be sent to including
873 int uv_flush_send_and_wait(struct cpumask *flush_mask, struct bau_control *bcp, argument
1024 static int set_distrib_bits(struct cpumask *flush_mask, struct bau_control *bcp, argument
1032 for_each_cpu(cpu, flush_mask) {
1088 struct cpumask *flush_mask; local
1125 flush_mask = (struct cpumask *)per_cpu(uv_flush_tlb_mask, cpu);
1127 cpumask_andnot(flush_mask, cpumask, cpumask_of(cpu));
1135 if (set_distrib_bits(flush_mask, bcp, bau_desc, &locals, &remotes))
1149 if (!uv_flush_send_and_wait(flush_mask, bcp, bau_desc))

Completed in 115 milliseconds