Lines Matching defs:time_step_ns
2634 s64 time_step_ns)
2643 if (time_step_ns > 15000000000LL) {
2646 unsigned_seconds += div_u64_rem(time_step_ns, 1000000000LL,
2655 } else if (time_step_ns < -15000000000LL) {
2657 time_step_ns = -time_step_ns;
2660 unsigned_seconds -= div_u64_rem(time_step_ns, 1000000000LL,
2674 if (time_step_ns >= 0) {
2675 abs_time_step_ns = (u64)time_step_ns;
2680 abs_time_step_ns = (u64)(-time_step_ns);