hrtimer_resolution
if (state->duty_cycle && state->duty_cycle < hrtimer_resolution)
(state->period - state->duty_cycle < hrtimer_resolution))
remainder = do_div(dividend, hrtimer_resolution);
remainder = do_div(dividend, hrtimer_resolution);
extern unsigned int hrtimer_resolution;
rem -= hrtimer_resolution;
tp->tv_nsec = hrtimer_resolution;
if (interval < hrtimer_resolution)
interval = hrtimer_resolution;
tim = ktime_add_safe(tim, hrtimer_resolution);
unsigned int hrtimer_resolution __read_mostly = LOW_RES_NSEC;
EXPORT_SYMBOL_GPL(hrtimer_resolution);
hrtimer_resolution = HIGH_RES_NSEC;
.tv_nsec = hrtimer_resolution,
.tv_nsec = hrtimer_resolution,
tp->tv_nsec = hrtimer_resolution;
SEQ_printf(m, " .resolution: %u nsecs\n", hrtimer_resolution);
WRITE_ONCE(vdata->hrtimer_res, hrtimer_resolution);
(u32)NSEC_PER_SEC / hrtimer_resolution);
resolution = hrtimer_resolution;
unsigned int resolution = hrtimer_resolution;