Searched refs:timer_set_oneshot (Results 1 – 4 of 4) sorted by relevance
| /kernel/lib/watchdog/ |
| A D | watchdog.cpp | 63 timer_set_oneshot(&dog->expire_timer, deadline, watchdog_timer_callback, dog); in watchdog_set_enabled() 80 timer_set_oneshot(&dog->expire_timer, deadline, watchdog_timer_callback, dog); in watchdog_pet() 88 timer_set_oneshot(timer, in hw_watchdog_timer_callback() 110 timer_set_oneshot(&hw_watchdog_timer, in watchdog_hw_set_enabled()
|
| /kernel/include/kernel/ |
| A D | timer.h | 96 static inline void timer_set_oneshot( in timer_set_oneshot() function
|
| /kernel/vm/ |
| A D | pmm.cpp | 116 timer_set_oneshot(t, deadline, &pmm_dump_timer, nullptr); in pmm_dump_timer()
|
| /kernel/arch/x86/hypervisor/ |
| A D | vmexit.cpp | 629 timer_set_oneshot(&local_apic_state->timer, deadline, deadline_callback, local_apic_state); in update_timer()
|
Completed in 15 milliseconds