Lines Matching defs:coarse
171 * that has been issued, and never returning a coarse-grained timestamp that is
217 * Update the nanoseconds part for the coarse time keepers. They can't rely
220 * could cause the coarse clocks to go slightly backwards. See
221 * timekeeping_apply_adjustment(). Thus we keep a separate copy for the coarse
2527 * value, only update the coarse clocks if we accumulated time
2589 * ktime_get_coarse_real_ts64_mg - return latter of coarse grained time or floor
2593 * to the current coarse-grained time. Fill @ts with whichever is
2601 ktime_t f_real, offset, coarse;
2610 coarse = timespec64_to_ktime(*ts);
2612 if (ktime_after(f_real, coarse))
2627 * and determining that the resulting coarse-grained timestamp did not effect