Lines Matching refs:source

9 If you grep through the kernel source you will find a number of architecture-
14 To provide timekeeping for your platform, the clock source provides
18 provide an accurate delay source using hardware counters.
24 The purpose of the clock source is to provide a timeline for the system that
26 a Linux system will eventually read the clock source to determine exactly
29 Typically the clock source is a monotonic, atomic counter which will provide
34 The clock source shall have as high resolution as possible, and the frequency
45 When the wall-clock accuracy of the clock source isn't satisfactory, there
49 the clock source, which provides the fundamental timeline for the system.
50 These measures does not affect the clock source per se, they only adapt the
53 The clock source struct shall provide means to translate the provided counter
62 You will find a number of helper functions in the clock source code intended
67 factors using the frequency of the clock source as the only input.
76 seconds, the code handling the clock source will have to compensate for this.
77 That is the reason why the clock source struct also contains a 'mask'
78 member telling how many bits of the source are valid. This way the timekeeping
124 between accuracy compared to the clock source, you may sacrifice accuracy
126 characteristics as the clock source, i.e. it should be monotonic.
149 same counter that is also used as clock source is used for this purpose.
156 that makes sched_clock() different from the ordinary clock source.