Lines Matching refs:clone
150 self.last_check = self.watchdog.as_ref().unwrap().clone().read(); in clocksource_start_watchdog()
339 cs.update_clocksource_data(cs_data.clone())?; in clocksource_enqueue_watchdog()
344 list_guard.push_back(cs.clone()); in clocksource_enqueue_watchdog()
353 .clone() in clocksource_enqueue_watchdog()
403 .clone() in clocksource_dequeue_watchdog()
456 let watchdog = locked_watchdog.get_watchdog().clone(); in clocksource_dequeue_watchdog()
467 let new_wd = temp_list.front().unwrap().clone(); in clocksource_dequeue_watchdog()
663 let cur_watchdog = cs_watchdog.watchdog.as_ref().unwrap().clone(); in clocksource_watchdog()
700 cs.update_clocksource_data(cs_data.clone())?; in clocksource_watchdog()
712 cs.update_clocksource_data(cs_data.clone())?; in clocksource_watchdog()
758 del_clocks.push(ele.clone()); in clocksource_watchdog_kthread()
798 let mut best = list_guard.front().unwrap().clone(); in clocksource_select()
806 best = ele.clone(); in clocksource_select()
813 let cur_clocksource = CUR_CLOCKSOURCE.lock().as_ref().unwrap().clone(); in clocksource_select()