cpu_with_psl      822 arch/x86/kernel/cpu/resctrl/pseudo_lock.c 	cpumask_var_t cpu_with_psl;
cpu_with_psl      827 arch/x86/kernel/cpu/resctrl/pseudo_lock.c 	if (!zalloc_cpumask_var(&cpu_with_psl, GFP_KERNEL))
cpu_with_psl      837 arch/x86/kernel/cpu/resctrl/pseudo_lock.c 				cpumask_or(cpu_with_psl, cpu_with_psl,
cpu_with_psl      846 arch/x86/kernel/cpu/resctrl/pseudo_lock.c 	if (cpumask_intersects(&d->cpu_mask, cpu_with_psl))
cpu_with_psl      849 arch/x86/kernel/cpu/resctrl/pseudo_lock.c 	free_cpumask_var(cpu_with_psl);