Lines Matching refs:TimeSpec
6 use crate::sys::time::TimeSpec;
744 ScmTimestampns(TimeSpec),
843 pub system: TimeSpec,
845 pub hw_trans: TimeSpec,
847 pub hw_raw: TimeSpec,
895 ControlMessageOwned::ScmTimestampns(TimeSpec::from(ts))
901 let system = TimeSpec::from(ts);
903 let hw_trans = TimeSpec::from(ts);
905 let hw_raw = TimeSpec::from(ts);
1684 mut timeout: Option<crate::sys::time::TimeSpec>,
1876 let t = sys::time::TimeSpec::from_duration(std::time::Duration::from_secs(10));