Home
last modified time | relevance | path

Searched refs:min_delta_ns (Results 1 – 25 of 84) sorted by relevance

1234

/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/time/
H A Dclockevents.c205 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 …]
H A Dtick-broadcast-hrtimer.c90 .min_delta_ns = 1,
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/time/
H A Dclockevents.c205 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 …]
H A Dtick-broadcast-hrtimer.c90 .min_delta_ns = 1,
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/time/
H A Dclockevents.c205 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 …]
H A Dtick-broadcast-hrtimer.c90 .min_delta_ns = 1,
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/xen/
H A Dtime.c229 .min_delta_ns = TIMER_SLOP,
290 .min_delta_ns = TIMER_SLOP,
588 xen_timerop_clockevent.min_delta_ns = slop; in parse_xen_timer_slop()
590 xen_vcpuop_clockevent.min_delta_ns = slop; in parse_xen_timer_slop()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/xen/
H A Dtime.c229 .min_delta_ns = TIMER_SLOP,
290 .min_delta_ns = TIMER_SLOP,
588 xen_timerop_clockevent.min_delta_ns = slop; in parse_xen_timer_slop()
590 xen_vcpuop_clockevent.min_delta_ns = slop; in parse_xen_timer_slop()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/xen/
H A Dtime.c229 .min_delta_ns = TIMER_SLOP,
290 .min_delta_ns = TIMER_SLOP,
588 xen_timerop_clockevent.min_delta_ns = slop; in parse_xen_timer_slop()
590 xen_vcpuop_clockevent.min_delta_ns = slop; in parse_xen_timer_slop()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clocksource/
H A Dnumachip.c44 .min_delta_ns = 1250,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clocksource/
H A Dnumachip.c44 .min_delta_ns = 1250,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clocksource/
H A Dnumachip.c44 .min_delta_ns = 1250,
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/kernel/
H A Dcevt-ds1287.c114 cd->min_delta_ns = clockevent_delta2ns(0x300, cd); in ds1287_clockevent_init()
H A Dcevt-gt641xx.c137 cd->min_delta_ns = clockevent_delta2ns(0x300, cd); in gt641xx_timer0_clockevent_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/kernel/
H A Dcevt-ds1287.c114 cd->min_delta_ns = clockevent_delta2ns(0x300, cd); in ds1287_clockevent_init()
H A Dcevt-gt641xx.c137 cd->min_delta_ns = clockevent_delta2ns(0x300, cd); in gt641xx_timer0_clockevent_init()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/kernel/
H A Dcevt-ds1287.c114 cd->min_delta_ns = clockevent_delta2ns(0x300, cd); in ds1287_clockevent_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/alchemy/common/
H A Dtime.c123 cd->min_delta_ns = clockevent_delta2ns(9, cd); in alchemy_time_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/alchemy/common/
H A Dtime.c123 cd->min_delta_ns = clockevent_delta2ns(9, cd); in alchemy_time_init()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/alchemy/common/
H A Dtime.c123 cd->min_delta_ns = clockevent_delta2ns(9, cd); in alchemy_time_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/coldfire/
H A Dpit.c148 cf_pit_clockevent.min_delta_ns = in hw_timer_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dclockchips.h106 u64 min_delta_ns; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_mfgpt.c117 cd->min_delta_ns = clockevent_delta2ns(0xf, cd); in setup_mfgpt0_timer()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_mfgpt.c117 cd->min_delta_ns = clockevent_delta2ns(0xf, cd); in setup_mfgpt0_timer()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/coldfire/
H A Dpit.c148 cf_pit_clockevent.min_delta_ns = in hw_timer_init()

1234