Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext_idle.c472 struct cpumask *local_cpus = this_cpu_cpumask_var_ptr(local_idle_cpumask); in scx_select_cpu_dfl()
497 struct cpumask *local_cpus = this_cpu_cpumask_var_ptr(local_numa_idle_cpumask); in scx_select_cpu_dfl()
507 struct cpumask *local_cpus = this_cpu_cpumask_var_ptr(local_llc_idle_cpumask); in scx_select_cpu_dfl()
H A Dfair.c7687 struct cpumask *cpus = this_cpu_cpumask_var_ptr(select_rq_mask); in select_idle_cpu()
7762 cpus = this_cpu_cpumask_var_ptr(select_rq_mask); in select_idle_capacity()
8370 struct cpumask *cpus = this_cpu_cpumask_var_ptr(select_rq_mask); in find_energy_efficient_cpu()
10919 struct cpumask *cpus = this_cpu_cpumask_var_ptr(select_rq_mask); in sched_balance_find_dst_group()
11646 struct cpumask *swb_cpus = this_cpu_cpumask_var_ptr(should_we_balance_tmpmask); in should_we_balance()
11745 struct cpumask *cpus = this_cpu_cpumask_var_ptr(load_balance_mask); in sched_balance_rq()
H A Drt.c1760 struct cpumask *lowest_mask = this_cpu_cpumask_var_ptr(local_cpu_mask); in find_lowest_rq()
H A Ddeadline.c2473 struct cpumask *later_mask = this_cpu_cpumask_var_ptr(local_cpu_mask_dl); in find_later_rq()
/linux/arch/x86/kernel/apic/
H A Dx2apic_cluster.c50 tmpmsk = this_cpu_cpumask_var_ptr(ipi_mask); in __x2apic_send_IPI_mask()
/linux/include/linux/
H A Dcpumask.h1006 #define this_cpu_cpumask_var_ptr(x) this_cpu_read(x) macro
1052 #define this_cpu_cpumask_var_ptr(x) this_cpu_ptr(x) macro
/linux/arch/x86/kernel/
H A Dkvm.c567 struct cpumask *new_mask = this_cpu_cpumask_var_ptr(__pv_cpu_mask); in kvm_send_ipi_mask_allbutself()
656 struct cpumask *flushmask = this_cpu_cpumask_var_ptr(__pv_cpu_mask); in kvm_flush_tlb_multi()
/linux/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/virt/kvm/
H A Dkvm_main.c254 cpus = this_cpu_cpumask_var_ptr(cpu_kick_mask); in kvm_make_vcpus_request_mask()
280 cpus = this_cpu_cpumask_var_ptr(cpu_kick_mask); in kvm_make_all_cpus_request()