search for: node_affinity_cpumask

Displaying 1 result from an estimated 1 matches for "node_affinity_cpumask".

2013 Sep 17
1
[PATCH v2] xen: sched_credit: filter node-affinity mask against online cpus
...mask to be equal to the vcpu''s + * vcpu-affinity, or to the && of vcpu-affinity and the set of online cpus + * in the domain''s cpupool. */ -#define __vcpu_has_node_affinity(vc) \ - ( !(cpumask_full(CSCHED_DOM(vc->domain)->node_affinity_cpumask) \ - || !cpumask_intersects(vc->cpu_affinity, \ - CSCHED_DOM(vc->domain)->node_affinity_cpumask) \ - || vc->domain->auto_node_affinity == 1) ) +static inline int __vcpu_has_node_affinity(struct vcpu *v...