Searched defs:evtchn_cpus (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c184 static cpuset_t evtchn_cpus[NR_EVENT_CHANNELS]; variable
340 if (CPU_IN_SET(evtchn_cpus[evtchn], cp->cpu_id))
353 CPUSET_ZERO(evtchn_cpus[evtchn]);
354 CPUSET_OR(evtchn_cpus[evtchn], cpus);
361 CPUSET_ZERO(evtchn_cpus[evtchn]);
553 *cpusp = evtchn_cpus[irqp->ii_u.evtchn];
789 CPU_IN_SET(evtchn_cpus[irqp->ii_u.evtchn], cpu));
1194 CPUSET_ZERO(evtchn_cpus[i]);
1477 if (!CPU_IN_SET(evtchn_cpus[ev], CPU->cpu_id)) {

Completed in 47 milliseconds