Searched refs:event_high_res_timer (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | time.c | 19 static timer_t event_high_res_timer = 0; variable 39 timer_t *t = &event_high_res_timer; in os_timer_create() 57 if (timer_settime(event_high_res_timer, 0, &its, NULL) == -1) in os_timer_set_interval() 73 timer_settime(event_high_res_timer, 0, &its, NULL); in os_timer_one_shot() 85 timer_settime(event_high_res_timer, 0, &its, NULL); in os_timer_disable() 110 timer_gettime(event_high_res_timer, &its); in os_idle_sleep()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | time.c | 18 static timer_t event_high_res_timer = 0; variable 44 timer_t *t = &event_high_res_timer; in os_timer_create() 62 if (timer_settime(event_high_res_timer, 0, &its, NULL) == -1) in os_timer_set_interval() 78 timer_settime(event_high_res_timer, 0, &its, NULL); in os_timer_one_shot() 90 timer_settime(event_high_res_timer, 0, &its, NULL); in os_timer_disable()
|
Completed in 2 milliseconds