Lines Matching refs:data

61     pub fn data(&self) -> u64 {  in data()  method
67 CycleNum(self.data() + other.data()) in add()
71 CycleNum(self.data() - other.data()) in div()
399 let data = self.clocksource_data(); in clocksource_dequeue_watchdog() localVariable
413 if ele_data.name.eq(&data.name) && ele_data.rating.eq(&data.rating) { in clocksource_dequeue_watchdog()
419 if data in clocksource_dequeue_watchdog()
429 } else if watchdog.name.eq(&data.name) && watchdog.rating.eq(&data.rating) { in clocksource_dequeue_watchdog()
447 if ele_data.name.eq(&data.name) && ele_data.rating.eq(&data.rating) in clocksource_dequeue_watchdog()
496 let data = self.clocksource_data(); in clocksource_dequeue() localVariable
500 if ele_data.name.eq(&data.name) && ele_data.rating.eq(&data.rating) { in clocksource_dequeue()
532 let mut data = self.clocksource_data(); in clocksource_change_rating() localVariable
534 data.set_rating(rating); in clocksource_change_rating()
535 self.update_clocksource_data(data) in clocksource_change_rating()
616 return (cycles.data() * mult as u64) >> shift; in clocksource_cyc2ns()
624 let data = ele.clocksource_data(); in clocksource_resume() localVariable
628 kdebug!("clocksource {:?} resume failed", data.name); in clocksource_resume()
640 let data = ele.clocksource_data(); in clocksource_suspend() localVariable
644 kdebug!("clocksource {:?} suspend failed", data.name); in clocksource_suspend()
665 let cur_wd_nowclock = cur_watchdog.as_ref().read().data(); in clocksource_watchdog()
667 let wd_last = cs_watchdog.last_check.data(); in clocksource_watchdog()
706 CycleNum(cs_now_clock.div(cs_data.watchdog_last).data() & cs_data.mask.bits), in clocksource_watchdog()
755 let data = ele.clocksource_data(); in clocksource_watchdog_kthread() localVariable
756 if data.flags.contains(ClocksourceFlags::CLOCK_SOURCE_UNSTABLE) { in clocksource_watchdog_kthread()