Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dhpet.c392 unsigned int i, num_chs; in hpet_fsb_cap_lookup() local
399 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