Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dhpet.c449 static struct hpet_dev *hpet_devs; variable
616 hpet_devs = kzalloc(sizeof(struct hpet_dev) * num_timers, GFP_KERNEL); in hpet_msi_capability_lookup()
617 if (!hpet_devs) in hpet_msi_capability_lookup()
623 struct hpet_dev *hdev = &hpet_devs[num_timers_used]; in hpet_msi_capability_lookup()
657 if (!hpet_devs) in hpet_reserve_msi_timers()
661 struct hpet_dev *hdev = &hpet_devs[i]; in hpet_reserve_msi_timers()
676 if (!hpet_devs) in hpet_get_unused_timer()
680 struct hpet_dev *hdev = &hpet_devs[i]; in hpet_get_unused_timer()