Searched refs:Instant (Results 1 – 12 of 12) sorted by relevance
| /linux/rust/kernel/ |
| H A D | time.rs | 169 pub struct Instant<C: ClockSource> { struct 174 impl<C: ClockSource> Clone for Instant<C> { argument 180 impl<C: ClockSource> Copy for Instant<C> {} implementation 182 impl<C: ClockSource> Instant<C> { implementation 228 impl<C: ClockSource> ops::Sub for Instant<C> { implementation 233 fn sub(self, other: Instant<C>) -> Delta { in sub() 240 impl<T: ClockSource> ops::Add<Delta> for Instant<T> { implementation 260 impl<T: ClockSource> ops::Sub<Delta> for Instant<T> { implementation
|
| /linux/rust/kernel/time/ |
| H A D | hrtimer.rs | 70 use super::{ClockSource, Delta, Instant}; 78 pub type HrTimerInstant<T> = Instant<<<T as HasHrTimer<T>>::TimerMode as HrTimerMode>::Clock>; 242 Instant::from_ktime( in expires() 522 impl<C: ClockSource> HrTimerExpires for Instant<C> { implementation 525 Instant::<C>::as_nanos(self) in as_nanos() 574 type Expires = Instant<C>; 593 type Expires = Instant<C>; 611 type Expires = Instant<C>; 629 type Expires = Instant<C>; 647 type Expires = Instant<C>; [all …]
|
| /linux/rust/kernel/io/ |
| H A D | poll.rs | 17 Instant, 81 let start: Instant<Monotonic> = Instant::now(); in read_poll_timeout()
|
| /linux/lib/ |
| H A D | find_bit_benchmark_rust.rs | 9 use kernel::time::{Instant, Monotonic}; 21 let time = Instant::<Monotonic>::now(); in test_next_bit() 43 let time = Instant::<Monotonic>::now(); in test_next_zero_bit()
|
| /linux/drivers/android/binder/ |
| H A D | transaction.rs | 12 time::{Instant, Monotonic}, 56 start_time: Instant<Monotonic>, 122 start_time: Instant::now(), in new() 162 start_time: Instant::now(), in new_reply()
|
| /linux/Documentation/admin-guide/media/ |
| H A D | saa7134-cardlist.rst | 250 - ADS Tech Instant TV (saa7135) 366 - ADS Instant TV Duo Cardbus PTV331 622 - ADS Tech Instant HDTV
|
| H A D | cx88-cardlist.rst | 134 - ADS Tech Instant TV DVB-T PCI 246 - ADS Tech Instant Video PCI
|
| H A D | dvb-usb-dibusb-mb-cardlist.rst | 35 * - KWorld/ADSTech Instant DVB-T USB2.0
|
| H A D | gspca-cardlist.rst | 38 zc3xx 041e:4034 Creative Instant P0620 39 zc3xx 041e:4035 Creative Instant P0620D 240 spca506 06e1:a190 ADS Instant VCD
|
| H A D | si470x.rst | 53 - 06e1:a155: ADS/Tech FM Radio Receiver (formerly Instant FM Music) (RDX-155-EF)
|
| /linux/drivers/media/radio/si470x/ |
| H A D | Kconfig | 23 - 06e1:a155: ADS/Tech FM Radio Receiver (formerly Instant FM Music)
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | dvb-usb.rst | 99 - added support for the KWorld/ADSTech Instant DVB-T USB2.0.
|