Searched refs:old_allowed (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/crypto/
H A Dn2_core.c1645 cpumask_var_t old_allowed; local
1651 if (!alloc_cpumask_var(&old_allowed, GFP_KERNEL))
1654 cpumask_copy(old_allowed, &current->cpus_allowed);
1663 set_cpus_allowed_ptr(current, old_allowed);
1665 free_cpumask_var(old_allowed);

Completed in 125 milliseconds