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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhpet.c415 static struct hpet_dev *hpet_devs; variable in typeref:struct:hpet_dev
600 hpet_devs = kzalloc(sizeof(struct hpet_dev) * num_timers, GFP_KERNEL);
601 if (!hpet_devs)
607 struct hpet_dev *hdev = &hpet_devs[num_timers_used];
639 if (!hpet_devs)
643 struct hpet_dev *hdev = &hpet_devs[i];
658 if (!hpet_devs)
662 struct hpet_dev *hdev = &hpet_devs[i];

Completed in 38 milliseconds