Lines Matching refs:hubs
990 static void record_send_statistics(struct ptc_stats *stat, int locals, int hubs, in record_send_statistics() argument
999 hubs = bau_uvhub_weight(&bau_desc->distribution); in record_send_statistics()
1002 stat->s_ntargremoteuvhub += (hubs - 1); in record_send_statistics()
1004 stat->s_ntargremoteuvhub += hubs; in record_send_statistics()
1006 stat->s_ntarguvhub += hubs; in record_send_statistics()
1008 if (hubs >= 16) in record_send_statistics()
1010 else if (hubs >= 8) in record_send_statistics()
1012 else if (hubs >= 4) in record_send_statistics()
1014 else if (hubs >= 2) in record_send_statistics()
1086 int hubs = 0; in uv_flush_tlb_others() local
1138 record_send_statistics(stat, locals, hubs, remotes, bau_desc); in uv_flush_tlb_others()