Lines Matching full:time
10 #include <linux/time.h>
64 /* TICK_USEC is the time between ticks in usec assuming SHIFTED_HZ */
67 /* USER_TICK_USEC is the time between ticks in usec assuming fake USER_HZ */
114 * time_after - returns true if the time a is after time b.
122 * Return: %true is time a is after time b, otherwise %false.
129 * time_before - returns true if the time a is before time b.
133 * Return: %true is time a is before time b, otherwise %false.
138 * time_after_eq - returns true if the time a is after or the same as time b.
142 * Return: %true is time a is after or the same as time b, otherwise %false.
149 * time_before_eq - returns true if the time a is before or the same as time b.
153 * Return: %true is time a is before or the same as time b, otherwise %false.
159 * @a: time to test
163 * Return: %true is time a is in the range [b, c], otherwise %false.
171 * @a: time to test
175 * Return: %true is time a is in the range [b, c), otherwise %false.
186 * time_after64 - returns true if the time a is after time b.
193 * Return: %true is time a is after time b, otherwise %false.
200 * time_before64 - returns true if the time a is before time b.
207 * Return: %true is time a is before time b, otherwise %false.
212 * time_after_eq64 - returns true if the time a is after or the same as time b.
219 * Return: %true is time a is after or the same as time b, otherwise %false.
226 * time_before_eq64 - returns true if the time a is before or the same as time b.
233 * Return: %true is time a is before or the same as time b, otherwise %false.
239 * @a: time to test
243 * Return: %true is time a is in the range [b, c], otherwise %false.
255 * @a: time (unsigned long) to compare to jiffies
257 * Return: %true is time a is before jiffies, otherwise %false.
262 * @a: time (__u64) to compare to jiffies_64
264 * Return: %true is time a is before jiffies_64, otherwise %false.
270 * @a: time (unsigned long) to compare to jiffies
272 * Return: %true is time a is after jiffies, otherwise %false.
277 * @a: time (__u64) to compare to jiffies_64
279 * Return: %true is time a is after jiffies_64, otherwise %false.
285 * @a: time (unsigned long) to compare to jiffies
287 * Return: %true is time a is before or the same as jiffies, otherwise %false.
292 * @a: time (__u64) to compare to jiffies_64
294 * Return: %true is time a is before or the same jiffies_64, otherwise %false.
300 * @a: time (unsigned long) to compare to jiffies
302 * Return: %true is time a is after or the same as jiffies, otherwise %false.
307 * @a: time (__u64) to compare to jiffies_64
309 * Return: %true is time a is after or the same as jiffies_64, otherwise %false.
336 * We want to do realistic conversions of time so we need to use the same
342 * constants and so are computed at compile time. SHIFT_HZ (computed in
359 * might calculate at compile time, however, the result will only have
374 * to capture as much precision as possible. At the same time we don't
388 * 64-bits to get the full range time in nanoseconds.
432 * Convert various time units to each other:
490 * @m: time in milliseconds
542 * @u: time in microseconds