Searched refs:min_delta_ns (Results 1 – 18 of 18) sorted by relevance
| /linux/kernel/time/ |
| H A D | clockevents.c | 209 if (dev->min_delta_ns >= MIN_DELTA_LIMIT) { in clockevents_increase_min_delta() 216 if (dev->min_delta_ns < 5000) in clockevents_increase_min_delta() 217 dev->min_delta_ns = 5000; in clockevents_increase_min_delta() 219 dev->min_delta_ns += dev->min_delta_ns >> 1; in clockevents_increase_min_delta() 221 if (dev->min_delta_ns > MIN_DELTA_LIMIT) in clockevents_increase_min_delta() 222 dev->min_delta_ns = MIN_DELTA_LIMIT; in clockevents_increase_min_delta() 227 (unsigned long long) dev->min_delta_ns); in clockevents_increase_min_delta() 244 delta = dev->min_delta_ns; in clockevents_program_min_delta() 283 delta += dev->min_delta_ns; in clockevents_program_min_delta() 369 if (delta > (int64_t)dev->min_delta_ns) { in clockevents_program_event() [all …]
|
| /linux/drivers/clocksource/ |
| H A D | numachip.c | 44 .min_delta_ns = 1250,
|
| H A D | dw_apb_timer.c | 239 dw_ced->ced.min_delta_ns = clockevent_delta2ns(5000, &dw_ced->ced); in dw_apb_clockevent_init()
|
| H A D | sh_cmt.c | 865 ced->min_delta_ns = clockevent_delta2ns(0x1f, ced); in sh_cmt_register_clockevent()
|
| /linux/arch/mips/alchemy/common/ |
| H A D | time.c | 123 cd->min_delta_ns = clockevent_delta2ns(9, cd); in alchemy_time_init()
|
| /linux/arch/mips/loongson2ef/common/cs5536/ |
| H A D | cs5536_mfgpt.c | 117 cd->min_delta_ns = clockevent_delta2ns(0xf, cd); in setup_mfgpt0_timer()
|
| /linux/arch/mips/kernel/ |
| H A D | cevt-gt641xx.c | 137 cd->min_delta_ns = clockevent_delta2ns(0x300, cd); in gt641xx_timer0_clockevent_init()
|
| H A D | cevt-sb1250.c | 113 cd->min_delta_ns = clockevent_delta2ns(2, cd); in sb1250_clockevent_init()
|
| H A D | cevt-txx9.c | 193 cd->min_delta_ns = clockevent_delta2ns(0xf, cd); in txx9_clockevent_init()
|
| /linux/arch/m68k/coldfire/ |
| H A D | pit.c | 148 cf_pit_clockevent.min_delta_ns = in hw_timer_init()
|
| /linux/include/linux/ |
| H A D | clockchips.h | 110 u64 min_delta_ns; member
|
| /linux/arch/hexagon/kernel/ |
| H A D | time.c | 193 ce_dev->min_delta_ns = clockevent_delta2ns(0xf, ce_dev); in time_init_deferred()
|
| /linux/arch/mips/loongson64/ |
| H A D | hpet.c | 241 cd->min_delta_ns = clockevent_delta2ns(HPET_MIN_PROG_DELTA, cd); in setup_hpet_timer()
|
| /linux/arch/microblaze/kernel/ |
| H A D | timer.c | 172 clockevent_xilinx_timer.min_delta_ns = in xilinx_clockevent_init()
|
| /linux/arch/sparc/kernel/ |
| H A D | time_32.c | 232 ce->min_delta_ns = clockevent_delta2ns(100, ce); in register_percpu_ce()
|
| /linux/arch/x86/platform/uv/ |
| H A D | uv_time.c | 368 clock_event_device_uv.min_delta_ns = NSEC_PER_SEC / in uv_rtc_setup_clock()
|
| /linux/arch/um/kernel/ |
| H A D | time.c | 856 .min_delta_ns = TIMER_MIN_DELTA,
|
| /linux/arch/x86/kernel/apic/ |
| H A D | apic.c | 752 lapic_clockevent.min_delta_ns = in lapic_init_clockevent()
|