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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Devents.c105 static struct cpu_evtchn_s *cpu_evtchn_mask_p; variable in typeref:struct:cpu_evtchn_s
108 return cpu_evtchn_mask_p[cpu].bits;
1020 cpu_evtchn_mask_p = kcalloc(nr_cpu_ids, sizeof(struct cpu_evtchn_s),
1022 BUG_ON(cpu_evtchn_mask_p == NULL);

Completed in 15 milliseconds