Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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
/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dx2apic_cluster.c49 tmpmsk = this_cpu_cpumask_var_ptr(ipi_mask); in __x2apic_send_IPI_mask()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dkvm.c580 struct cpumask *new_mask = this_cpu_cpumask_var_ptr(__pv_cpu_mask); in kvm_send_ipi_mask_allbutself()
688 struct cpumask *flushmask = this_cpu_cpumask_var_ptr(__pv_cpu_mask); in kvm_flush_tlb_others()
/OK3568_Linux_fs/kernel/arch/x86/oprofile/
H A Dop_model_p4.c375 return cpu != cpumask_first(this_cpu_cpumask_var_ptr(cpu_sibling_map)); in get_stagger()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c6135 struct cpumask *cpus = this_cpu_cpumask_var_ptr(select_idle_mask); in select_idle_core()
6211 struct cpumask *cpus = this_cpu_cpumask_var_ptr(select_idle_mask); in select_idle_cpu()
6269 cpus = this_cpu_cpumask_var_ptr(select_idle_mask); in select_idle_capacity()
9834 struct cpumask *cpus = this_cpu_cpumask_var_ptr(load_balance_mask); in load_balance()
H A Drt.c1796 struct cpumask *lowest_mask = this_cpu_cpumask_var_ptr(local_cpu_mask); in find_lowest_rq()
H A Ddeadline.c1961 struct cpumask *later_mask = this_cpu_cpumask_var_ptr(local_cpu_mask_dl); in find_later_rq()