Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/time/
Dtimer.rs139 pub struct DoTimerSoftirq { struct
143 impl DoTimerSoftirq { impl
145 return DoTimerSoftirq { in new()
165 impl SoftirqVec for DoTimerSoftirq { implementation
214 let do_timer_softirq = Arc::new(DoTimerSoftirq::new()); in timer_init()