Home
last modified time | relevance | path

Searched refs:levt (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/arch/x86/kernel/apic/
Dapic.c594 struct clock_event_device *levt = this_cpu_ptr(&lapic_events); in setup_APIC_timer() local
602 memcpy(levt, &lapic_clockevent, sizeof(*levt)); in setup_APIC_timer()
603 levt->cpumask = cpumask_of(smp_processor_id()); in setup_APIC_timer()
606 levt->name = "lapic-deadline"; in setup_APIC_timer()
607 levt->features &= ~(CLOCK_EVT_FEAT_PERIODIC | in setup_APIC_timer()
609 levt->set_next_event = lapic_next_deadline; in setup_APIC_timer()
610 clockevents_config_and_register(levt, in setup_APIC_timer()
614 clockevents_register_device(levt); in setup_APIC_timer()
623 struct clock_event_device *levt = this_cpu_ptr(&lapic_events); in __lapic_update_tsc_freq() local
628 clockevents_update_freq(levt, tsc_khz * (1000 / TSC_DIVISOR)); in __lapic_update_tsc_freq()
[all …]