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 */
117 * time_after - returns true if the time a is after time b.
125 * Return: %true is time a is after time b, otherwise %false.
132 * time_before - returns true if the time a is before time b.
136 * Return: %true is time a is before time b, otherwise %false.
141 * time_after_eq - returns true if the time a is after or the same as time b.
145 * Return: %true is time a is after or the same as time b, otherwise %false.
152 * time_before_eq - returns true if the time a is before or the same as time b.
156 * Return: %true is time a is before or the same as time b, otherwise %false.
162 * @a: time to test
166 * Return: %true is time a is in the range [b, c], otherwise %false.
174 * @a: time to test
178 * Return: %true is time a is in the range [b, c), otherwise %false.
189 * time_after64 - returns true if the time a is after time b.
196 * Return: %true is time a is after time b, otherwise %false.
203 * time_before64 - returns true if the time a is before time b.
210 * Return: %true is time a is before time b, otherwise %false.
215 * time_after_eq64 - returns true if the time a is after or the same as time b.
222 * Return: %true is time a is after or the same as time b, otherwise %false.
229 * time_before_eq64 - returns true if the time a is before or the same as time b.
236 * Return: %true is time a is before or the same as time b, otherwise %false.
242 * @a: time to test
246 * Return: %true is time a is in the range [b, c], otherwise %false.
258 * @a: time (unsigned long) to compare to jiffies
260 * Return: %true is time a is before jiffies, otherwise %false.
265 * @a: time (__u64) to compare to jiffies_64
267 * Return: %true is time a is before jiffies_64, otherwise %false.
273 * @a: time (unsigned long) to compare to jiffies
275 * Return: %true is time a is after jiffies, otherwise %false.
280 * @a: time (__u64) to compare to jiffies_64
282 * Return: %true is time a is after jiffies_64, otherwise %false.
288 * @a: time (unsigned long) to compare to jiffies
290 * Return: %true is time a is before or the same as jiffies, otherwise %false.
295 * @a: time (__u64) to compare to jiffies_64
297 * Return: %true is time a is before or the same jiffies_64, otherwise %false.
303 * @a: time (unsigned long) to compare to jiffies
305 * Return: %true is time a is after or the same as jiffies, otherwise %false.
310 * @a: time (__u64) to compare to jiffies_64
312 * Return: %true is time a is after or the same as jiffies_64, otherwise %false.
339 * We want to do realistic conversions of time so we need to use the same
345 * constants and so are computed at compile time. SHIFT_HZ (computed in
362 * might calculate at compile time, however, the result will only have
377 * to capture as much precision as possible. At the same time we don't
391 * 64-bits to get the full range time in nanoseconds.
435 * Convert various time units to each other:
493 * @m: time in milliseconds
545 * @u: time in microseconds