Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/time/
Dtimer.rs185 let mut timer_list_front_guard = None; in run() localVariable
191 timer_list_front_guard = Some(x.unwrap()); in run()
193 if timer_list_front_guard.is_none() { in run()
196 let timer_list_front_guard = timer_list_front_guard.unwrap(); in run() localVariable
197 if timer_list_front_guard.expire_jiffies > TIMER_JIFFIES.load(Ordering::SeqCst) { in run()
198 drop(timer_list_front_guard); in run()
202 drop(timer_list_front_guard); in run()