Lines Matching defs:floor
2671 * ktime_get_coarse_real_ts64_mg - return latter of coarse grained time or floor
2682 u64 floor = atomic64_read(&mg_floor);
2693 f_real = ktime_add(floor, offset);
2699 * ktime_get_real_ts64_mg - attempt to update floor value and return result
2703 * mg_floor. If that succeeds then accept the new floor value. If it fails
2705 * floor. Since any update to the floor must be later than the previous
2706 * floor, either outcome is acceptable.
2710 * a change in ctime. Any more recent floor value would effect a change to
2713 * @ts will be filled with the latest floor value, regardless of the outcome of
2737 * Attempt to update the floor with the new time value. As any
2738 * update must be later then the existing floor, and would effect
2740 * accept the resulting floor value regardless of the outcome of
2751 * That value is newer than the previous floor value, which