Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pps/clients/
Dpps-ktimer.c36 static struct timer_list ktimer; variable
51 mod_timer(&ktimer, jiffies + HZ); in pps_ktimer_event()
75 del_timer_sync(&ktimer); in pps_ktimer_exit()
88 setup_timer(&ktimer, pps_ktimer_event, 0); in pps_ktimer_init()
89 mod_timer(&ktimer, jiffies + HZ); in pps_ktimer_init()
DMakefile5 obj-$(CONFIG_PPS_CLIENT_KTIMER) += pps-ktimer.o
DKconfig16 will be called pps-ktimer.
/linux-4.4.14/Documentation/pps/
Dpps.txt91 .name = "ktimer",
128 Please see the file drivers/pps/clients/pps-ktimer.c for example code.
168 the ktimer driver (see the client subsection in the PPS configuration menu)
171 Once you have enabled the compilation of ktimer just modprobe it (if
174 # modprobe ktimer
/linux-4.4.14/arch/x86/kvm/
Dlapic.c1199 struct kvm_timer *ktimer = &apic->lapic_timer; in apic_timer_expired() local
1211 ktimer->expired_tscdeadline = ktimer->tscdeadline; in apic_timer_expired()
1768 struct kvm_timer *ktimer = container_of(data, struct kvm_timer, timer); in apic_timer_fn() local
1769 struct kvm_lapic *apic = container_of(ktimer, struct kvm_lapic, lapic_timer); in apic_timer_fn()
1774 hrtimer_add_expires_ns(&ktimer->timer, ktimer->period); in apic_timer_fn()