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

/arch/x86/platform/uv/
H A Dtlb_uv.c77 "numuvhubs: number of hubs targeted with shootdown",
78 "numuvhubs16: number times 16 or more hubs targeted",
79 "numuvhubs8: number times 8 or more hubs targeted",
80 "numuvhubs4: number times 4 or more hubs targeted",
81 "numuvhubs2: number times 2 or more hubs targeted",
990 static void record_send_statistics(struct ptc_stats *stat, int locals, int hubs, argument
999 hubs = bau_uvhub_weight(&bau_desc->distribution);
1002 stat->s_ntargremoteuvhub += (hubs - 1);
1004 stat->s_ntargremoteuvhub += hubs;
1006 stat->s_ntarguvhub += hubs;
1086 int hubs = 0; local
[all...]

Completed in 64 milliseconds