Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Dtimer.rs220 pub struct DoTimerSoftirq { struct
224 impl DoTimerSoftirq { implementation
226 return DoTimerSoftirq { in new()
242 impl SoftirqVec for DoTimerSoftirq { implementation
279 let do_timer_softirq = Arc::new(DoTimerSoftirq::new()); in timer_init()