/linux-6.3-rc2/kernel/time/ |
A D | clockevents.c | 205 if (dev->min_delta_ns >= MIN_DELTA_LIMIT) { in clockevents_increase_min_delta() 212 if (dev->min_delta_ns < 5000) in clockevents_increase_min_delta() 213 dev->min_delta_ns = 5000; in clockevents_increase_min_delta() 215 dev->min_delta_ns += dev->min_delta_ns >> 1; in clockevents_increase_min_delta() 217 if (dev->min_delta_ns > MIN_DELTA_LIMIT) in clockevents_increase_min_delta() 218 dev->min_delta_ns = MIN_DELTA_LIMIT; in clockevents_increase_min_delta() 223 (unsigned long long) dev->min_delta_ns); in clockevents_increase_min_delta() 240 delta = dev->min_delta_ns; in clockevents_program_min_delta() 279 delta += dev->min_delta_ns; in clockevents_program_min_delta() 331 delta = max(delta, (int64_t) dev->min_delta_ns); in clockevents_program_event() [all …]
|
A D | tick-broadcast-hrtimer.c | 85 .min_delta_ns = 1,
|
A D | timer_list.c | 199 (unsigned long long) dev->min_delta_ns); in print_tickdevice()
|
/linux-6.3-rc2/arch/x86/xen/ |
A D | time.c | 237 .min_delta_ns = TIMER_SLOP, 298 .min_delta_ns = TIMER_SLOP, 654 xen_timerop_clockevent.min_delta_ns = slop; in parse_xen_timer_slop() 656 xen_vcpuop_clockevent.min_delta_ns = slop; in parse_xen_timer_slop()
|
/linux-6.3-rc2/drivers/clocksource/ |
A D | numachip.c | 44 .min_delta_ns = 1250,
|
A D | dw_apb_timer.c | 259 dw_ced->ced.min_delta_ns = clockevent_delta2ns(5000, &dw_ced->ced); in dw_apb_clockevent_init()
|
/linux-6.3-rc2/arch/mips/kernel/ |
A D | cevt-ds1287.c | 114 cd->min_delta_ns = clockevent_delta2ns(0x300, cd); in ds1287_clockevent_init()
|
A D | cevt-gt641xx.c | 137 cd->min_delta_ns = clockevent_delta2ns(0x300, cd); in gt641xx_timer0_clockevent_init()
|
A D | cevt-bcm1480.c | 113 cd->min_delta_ns = clockevent_delta2ns(2, cd); in sb1480_clockevent_init()
|
A D | cevt-sb1250.c | 113 cd->min_delta_ns = clockevent_delta2ns(2, cd); in sb1250_clockevent_init()
|
A D | cevt-txx9.c | 193 cd->min_delta_ns = clockevent_delta2ns(0xf, cd); in txx9_clockevent_init()
|
/linux-6.3-rc2/arch/mips/alchemy/common/ |
A D | time.c | 123 cd->min_delta_ns = clockevent_delta2ns(9, cd); in alchemy_time_init()
|
/linux-6.3-rc2/arch/mips/loongson2ef/common/cs5536/ |
A D | cs5536_mfgpt.c | 117 cd->min_delta_ns = clockevent_delta2ns(0xf, cd); in setup_mfgpt0_timer()
|
/linux-6.3-rc2/include/linux/ |
A D | clockchips.h | 106 u64 min_delta_ns; member
|
/linux-6.3-rc2/arch/m68k/coldfire/ |
A D | pit.c | 148 cf_pit_clockevent.min_delta_ns = in hw_timer_init()
|
/linux-6.3-rc2/arch/mips/sgi-ip27/ |
A D | ip27-timer.c | 91 cd->min_delta_ns = clockevent_delta2ns(0x300, cd); in hub_rt_clock_event_init()
|
/linux-6.3-rc2/arch/mips/ralink/ |
A D | cevt-rt3352.c | 131 systick.dev.min_delta_ns = clockevent_delta2ns(0x3, &systick.dev); in ralink_systick_init()
|
/linux-6.3-rc2/arch/hexagon/kernel/ |
A D | time.c | 192 ce_dev->min_delta_ns = clockevent_delta2ns(0xf, ce_dev); in time_init_deferred()
|
/linux-6.3-rc2/arch/mips/loongson32/common/ |
A D | time.c | 192 cd->min_delta_ns = clockevent_delta2ns(0x000300, cd); in ls1x_time_init()
|
/linux-6.3-rc2/arch/mips/loongson64/ |
A D | hpet.c | 241 cd->min_delta_ns = clockevent_delta2ns(HPET_MIN_PROG_DELTA, cd); in setup_hpet_timer()
|
/linux-6.3-rc2/arch/microblaze/kernel/ |
A D | timer.c | 172 clockevent_xilinx_timer.min_delta_ns = in xilinx_clockevent_init()
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | time_32.c | 233 ce->min_delta_ns = clockevent_delta2ns(100, ce); in register_percpu_ce()
|
A D | time_64.c | 870 sparc64_clockevent.min_delta_ns = in time_init()
|
/linux-6.3-rc2/arch/x86/platform/uv/ |
A D | uv_time.c | 368 clock_event_device_uv.min_delta_ns = NSEC_PER_SEC / in uv_rtc_setup_clock()
|
/linux-6.3-rc2/arch/um/kernel/ |
A D | time.c | 687 .min_delta_ns = TIMER_MIN_DELTA,
|