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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dmips-mt-fpaff.c65 cpumask_var_t cpus_allowed, new_mask, effective_mask; local
98 if (!alloc_cpumask_var(&effective_mask, GFP_KERNEL)) {
118 cpus_and(*effective_mask, *new_mask, mt_fpu_cpumask);
119 retval = set_cpus_allowed_ptr(p, effective_mask);
121 cpumask_copy(effective_mask, new_mask);
128 if (!cpumask_subset(effective_mask, cpus_allowed)) {
139 free_cpumask_var(effective_mask);

Completed in 121 milliseconds