Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcpumask.h654 #define this_cpu_cpumask_var_ptr(x) this_cpu_read(x) macro
667 #define this_cpu_cpumask_var_ptr(x) this_cpu_ptr(x) macro
/linux-4.4.14/arch/x86/kernel/apic/
Dx2apic_cluster.c45 ipi_mask_ptr = this_cpu_cpumask_var_ptr(ipi_mask); in __x2apic_send_IPI_mask()
/linux-4.4.14/arch/x86/include/asm/
Dperf_event_p4.h192 return cpu != cpumask_first(this_cpu_cpumask_var_ptr(cpu_sibling_map)); in p4_ht_thread()
/linux-4.4.14/arch/x86/oprofile/
Dop_model_p4.c375 return cpu != cpumask_first(this_cpu_cpumask_var_ptr(cpu_sibling_map)); in get_stagger()
/linux-4.4.14/kernel/sched/
Ddeadline.c1330 struct cpumask *later_mask = this_cpu_cpumask_var_ptr(local_cpu_mask_dl); in find_later_rq()
Drt.c1562 struct cpumask *lowest_mask = this_cpu_cpumask_var_ptr(local_cpu_mask); in find_lowest_rq()
Dfair.c6958 struct cpumask *cpus = this_cpu_cpumask_var_ptr(load_balance_mask); in load_balance()