Home
last modified time | relevance | path

Searched refs:cpu_with_psl (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c846 cpumask_var_t cpu_with_psl; in rdtgroup_pseudo_locked_in_hierarchy() local
853 if (!zalloc_cpumask_var(&cpu_with_psl, GFP_KERNEL)) in rdtgroup_pseudo_locked_in_hierarchy()
863 cpumask_or(cpu_with_psl, cpu_with_psl, in rdtgroup_pseudo_locked_in_hierarchy()
872 if (cpumask_intersects(&d->hdr.cpu_mask, cpu_with_psl)) in rdtgroup_pseudo_locked_in_hierarchy()
875 free_cpumask_var(cpu_with_psl); in rdtgroup_pseudo_locked_in_hierarchy()