Searched refs:timer_list_front_guard (Results 1 – 1 of 1) sorted by relevance
185 let mut timer_list_front_guard = None; in run() localVariable191 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() localVariable197 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()