Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/apic/
Dx2apic_cluster.c47 tmpmsk = this_cpu_cpumask_var_ptr(ipi_mask); in __x2apic_send_IPI_mask()
/Linux-v5.10/include/linux/
Dcpumask.h739 #define this_cpu_cpumask_var_ptr(x) this_cpu_read(x) macro
758 #define this_cpu_cpumask_var_ptr(x) this_cpu_ptr(x) macro
/Linux-v5.10/arch/x86/kernel/
Dkvm.c543 struct cpumask *new_mask = this_cpu_cpumask_var_ptr(__pv_cpu_mask); in kvm_send_ipi_mask_allbutself()
622 struct cpumask *flushmask = this_cpu_cpumask_var_ptr(__pv_cpu_mask); in kvm_flush_tlb_others()
/Linux-v5.10/arch/x86/oprofile/
Dop_model_p4.c375 return cpu != cpumask_first(this_cpu_cpumask_var_ptr(cpu_sibling_map)); in get_stagger()
/Linux-v5.10/arch/x86/include/asm/
Dperf_event_p4.h193 return cpu != cpumask_first(this_cpu_cpumask_var_ptr(cpu_sibling_map)); in p4_ht_thread()
/Linux-v5.10/kernel/sched/
Dfair.c6046 struct cpumask *cpus = this_cpu_cpumask_var_ptr(select_idle_mask); in select_idle_core()
6122 struct cpumask *cpus = this_cpu_cpumask_var_ptr(select_idle_mask); in select_idle_cpu()
6180 cpus = this_cpu_cpumask_var_ptr(select_idle_mask); in select_idle_capacity()
9541 struct cpumask *cpus = this_cpu_cpumask_var_ptr(load_balance_mask); in load_balance()
Drt.c1692 struct cpumask *lowest_mask = this_cpu_cpumask_var_ptr(local_cpu_mask); in find_lowest_rq()
Ddeadline.c1957 struct cpumask *later_mask = this_cpu_cpumask_var_ptr(local_cpu_mask_dl); in find_later_rq()