Searched refs:num_chs (Results 1 – 1 of 1) sorted by relevance
392 unsigned int i, num_chs; in hpet_fsb_cap_lookup() local399 num_chs = ((id & HPET_ID_NUMBER) >> HPET_ID_NUMBER_SHIFT); in hpet_fsb_cap_lookup()400 num_chs++; /* Value read out starts from 0 */ in hpet_fsb_cap_lookup()402 hpet_events = xzalloc_array(struct hpet_event_channel, num_chs); in hpet_fsb_cap_lookup()406 for ( i = 0; i < num_chs && num_hpets_used < nr_cpu_ids; i++ ) in hpet_fsb_cap_lookup()433 num_hpets_used, num_chs); in hpet_fsb_cap_lookup()
Completed in 4 milliseconds