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

/arch/mips/kernel/
H A Dmips-mt-fpaff.c65 cpumask_var_t cpus_allowed, new_mask, effective_mask; local
70 if (len < sizeof(new_mask))
73 if (copy_from_user(&new_mask, user_mask_ptr, sizeof(new_mask)))
94 if (!alloc_cpumask_var(&new_mask, GFP_KERNEL)) {
111 cpumask_copy(&p->thread.user_cpus_allowed, new_mask);
117 cpus_intersects(*new_mask, mt_fpu_cpumask)) {
118 cpus_and(*effective_mask, *new_mask, mt_fpu_cpumask);
121 cpumask_copy(effective_mask, new_mask);
123 retval = set_cpus_allowed_ptr(p, new_mask);
[all...]
/arch/mips/cavium-octeon/
H A Dsmp.c288 uint32_t mask, new_mask; local
309 new_mask = labi->avail_coremask;
314 new_mask = *p;
317 pr_info("Reset core %d. Available Coremask = 0x%x \n", coreid, new_mask);

Completed in 244 milliseconds