Searched refs:num_timers (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.c585 unsigned int num_timers; local
596 num_timers = ((id & HPET_ID_NUMBER) >> HPET_ID_NUMBER_SHIFT);
597 num_timers++; /* Value read out starts from 0 */
600 hpet_devs = kzalloc(sizeof(struct hpet_dev) * num_timers, GFP_KERNEL);
604 hpet_num_timers = num_timers;
606 for (i = start_timer; i < num_timers - RESERVE_TIMERS; i++) {
631 num_timers, num_timers_used);

Completed in 93 milliseconds