Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dhpet.c441 static struct hpet_dev *hpet_devs; variable
614 hpet_devs = kcalloc(num_timers, sizeof(struct hpet_dev), GFP_KERNEL); in hpet_msi_capability_lookup()
615 if (!hpet_devs) in hpet_msi_capability_lookup()
621 struct hpet_dev *hdev = &hpet_devs[num_timers_used]; in hpet_msi_capability_lookup()
655 if (!hpet_devs) in hpet_reserve_msi_timers()
659 struct hpet_dev *hdev = &hpet_devs[i]; in hpet_reserve_msi_timers()
674 if (!hpet_devs) in hpet_get_unused_timer()
678 struct hpet_dev *hdev = &hpet_devs[i]; in hpet_get_unused_timer()