Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/time/
Dtimer.rs167 pub struct DoTimerSoftirq { struct
171 impl DoTimerSoftirq { argument
173 return DoTimerSoftirq { in new()
189 impl SoftirqVec for DoTimerSoftirq { implementation
239 let do_timer_softirq = Arc::new(DoTimerSoftirq::new()); in timer_init()