Lines Matching full:time
7 #include <linux/time.h>
58 /* TICK_NSEC is the time between ticks in nsec assuming real ACTHZ */
63 /* TICK_USEC is the time between ticks in usec assuming fake USER_HZ */
66 /* TICK_USEC_TO_NSEC is the time between ticks in nsec assuming real ACTHZ and */
100 * time_after(a,b) returns true if the time a is after time b.
139 * We want to do realistic conversions of time so we need to use the same
145 * constants and so are computed at compile time. SHIFT_HZ (computed in
162 * might calculate at compile time, however, the result will only have
177 * to capture as much precision as possible. At the same time we don't
191 * 64-bits to get the full range time in nanoseconds.