Searched refs:min_delta_ns (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/kernel/time/
H A Dclockevents.c205 if (dev->min_delta_ns >= MIN_DELTA_LIMIT) {
212 if (dev->min_delta_ns < 5000)
213 dev->min_delta_ns = 5000;
215 dev->min_delta_ns += dev->min_delta_ns >> 1;
217 if (dev->min_delta_ns > MIN_DELTA_LIMIT)
218 dev->min_delta_ns = MIN_DELTA_LIMIT;
221 "CE: %s increased min_delta_ns to %llu nsec\n",
223 (unsigned long long) dev->min_delta_ns);
240 delta = dev->min_delta_ns;
[all...]
H A Dtick-broadcast-hrtimer.c85 .min_delta_ns = 1,
H A Dtimer_list.c202 SEQ_printf(m, " min_delta_ns: %llu\n",
203 (unsigned long long) dev->min_delta_ns);
/linux-master/drivers/clocksource/
H A Dnumachip.c44 .min_delta_ns = 1250,
H A Ddw_apb_timer.c259 dw_ced->ced.min_delta_ns = clockevent_delta2ns(5000, &dw_ced->ced);
/linux-master/arch/mips/kernel/
H A Dcevt-ds1287.c114 cd->min_delta_ns = clockevent_delta2ns(0x300, cd);
H A Dcevt-gt641xx.c137 cd->min_delta_ns = clockevent_delta2ns(0x300, cd);
H A Dcevt-bcm1480.c113 cd->min_delta_ns = clockevent_delta2ns(2, cd);
H A Dcevt-sb1250.c113 cd->min_delta_ns = clockevent_delta2ns(2, cd);
H A Dcevt-txx9.c193 cd->min_delta_ns = clockevent_delta2ns(0xf, cd);
/linux-master/arch/mips/alchemy/common/
H A Dtime.c123 cd->min_delta_ns = clockevent_delta2ns(9, cd);
/linux-master/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_mfgpt.c117 cd->min_delta_ns = clockevent_delta2ns(0xf, cd);
/linux-master/arch/m68k/coldfire/
H A Dpit.c148 cf_pit_clockevent.min_delta_ns =
/linux-master/include/linux/
H A Dclockchips.h78 * @min_delta_ns: minimum delta value in ns
106 u64 min_delta_ns; member in struct:clock_event_device
/linux-master/arch/x86/xen/
H A Dtime.c237 .min_delta_ns = TIMER_SLOP,
298 .min_delta_ns = TIMER_SLOP,
650 xen_timerop_clockevent.min_delta_ns = slop;
652 xen_vcpuop_clockevent.min_delta_ns = slop;
/linux-master/arch/mips/ralink/
H A Dcevt-rt3352.c131 systick.dev.min_delta_ns = clockevent_delta2ns(0x3, &systick.dev);
/linux-master/arch/mips/sgi-ip27/
H A Dip27-timer.c91 cd->min_delta_ns = clockevent_delta2ns(0x300, cd);
/linux-master/arch/hexagon/kernel/
H A Dtime.c194 ce_dev->min_delta_ns = clockevent_delta2ns(0xf, ce_dev);
/linux-master/arch/mips/loongson64/
H A Dhpet.c241 cd->min_delta_ns = clockevent_delta2ns(HPET_MIN_PROG_DELTA, cd);
/linux-master/arch/microblaze/kernel/
H A Dtimer.c172 clockevent_xilinx_timer.min_delta_ns =
/linux-master/arch/sparc/kernel/
H A Dtime_32.c232 ce->min_delta_ns = clockevent_delta2ns(100, ce);
H A Dtime_64.c870 sparc64_clockevent.min_delta_ns =
/linux-master/arch/x86/platform/uv/
H A Duv_time.c368 clock_event_device_uv.min_delta_ns = NSEC_PER_SEC /
/linux-master/arch/um/kernel/
H A Dtime.c711 .min_delta_ns = TIMER_MIN_DELTA,
/linux-master/arch/s390/kernel/
H A Dtime.c165 cd->min_delta_ns = 1;

Completed in 200 milliseconds

12