Searched refs:uv_rtc_timer_head (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/platform/uv/
H A Duv_time.c60 struct uv_rtc_timer_head { struct
73 * Access to uv_rtc_timer_head via blade id.
75 static struct uv_rtc_timer_head **blade_info __read_mostly;
170 struct uv_rtc_timer_head *head = blade_info[bid]; for_each_present_cpu()
173 head = kmalloc_node(sizeof(struct uv_rtc_timer_head) + for_each_present_cpu()
195 static void uv_rtc_find_next_timer(struct uv_rtc_timer_head *head, int pnode) uv_rtc_find_next_timer()
229 struct uv_rtc_timer_head *head = blade_info[bid]; uv_rtc_set_timer()
265 struct uv_rtc_timer_head *head = blade_info[bid]; uv_rtc_unset_timer()

Completed in 31 milliseconds