Home
last modified time | relevance | path

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

/linux-5.15/arch/x86/kernel/apic/
H A Dx2apic_cluster.c49 tmpmsk = this_cpu_cpumask_var_ptr(ipi_mask); in __x2apic_send_IPI_mask()
/linux-5.15/include/linux/
H A Dcpumask.h717 #define this_cpu_cpumask_var_ptr(x) this_cpu_read(x) macro
736 #define this_cpu_cpumask_var_ptr(x) this_cpu_ptr(x) macro
/linux-5.15/arch/x86/kernel/
H A Dkvm.c541 struct cpumask *new_mask = this_cpu_cpumask_var_ptr(__pv_cpu_mask); in kvm_send_ipi_mask_allbutself()
581 struct cpumask *flushmask = this_cpu_cpumask_var_ptr(__pv_cpu_mask); in kvm_flush_tlb_multi()
/linux-5.15/arch/x86/include/asm/
H A Dperf_event_p4.h193 return cpu != cpumask_first(this_cpu_cpumask_var_ptr(cpu_sibling_map)); in p4_ht_thread()
/linux-5.15/kernel/sched/
A Ddeadline.c1967 struct cpumask *later_mask = this_cpu_cpumask_var_ptr(local_cpu_mask_dl); in find_later_rq()
H A Drt.c1704 struct cpumask *lowest_mask = this_cpu_cpumask_var_ptr(local_cpu_mask); in find_lowest_rq()
H A Dfair.c6314 struct cpumask *cpus = this_cpu_cpumask_var_ptr(select_idle_mask); in select_idle_cpu()
6400 cpus = this_cpu_cpumask_var_ptr(select_idle_mask); in select_idle_capacity()
9901 struct cpumask *cpus = this_cpu_cpumask_var_ptr(load_balance_mask); in load_balance()