Home
last modified time | relevance | path

Searched refs:timer_set_oneshot (Results 1 – 4 of 4) sorted by relevance

/kernel/lib/watchdog/
A Dwatchdog.cpp63 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 Dtimer.h96 static inline void timer_set_oneshot( in timer_set_oneshot() function
/kernel/vm/
A Dpmm.cpp116 timer_set_oneshot(t, deadline, &pmm_dump_timer, nullptr); in pmm_dump_timer()
/kernel/arch/x86/hypervisor/
A Dvmexit.cpp629 timer_set_oneshot(&local_apic_state->timer, deadline, deadline_callback, local_apic_state); in update_timer()

Completed in 15 milliseconds