Home
last modified time | relevance | path

Searched refs:all_cpus (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/tools/bpf/bpftool/
Dmap_perf_ring.c60 bool all_cpus; member
75 int idx = ctx->all_cpus ? cpu : ctx->idx; in print_bpf_output()
130 .all_cpus = true, in do_event_pipe()
181 ctx.all_cpus = false; in do_event_pipe()
184 if (!ctx.all_cpus) { in do_event_pipe()
197 opts.cpu_cnt = ctx.all_cpus ? 0 : 1; in do_event_pipe()
/Linux-v5.4/arch/x86/kvm/
Dhyperv.c1363 bool all_cpus; in kvm_hv_flush_tlb() local
1382 all_cpus = (flush.flags & HV_FLUSH_ALL_PROCESSORS) || in kvm_hv_flush_tlb()
1395 all_cpus = flush_ex.hv_vp_set.format != in kvm_hv_flush_tlb()
1402 if (!sparse_banks_len && !all_cpus) in kvm_hv_flush_tlb()
1405 if (!all_cpus && in kvm_hv_flush_tlb()
1416 vcpu_mask = all_cpus ? NULL : in kvm_hv_flush_tlb()
1466 bool all_cpus; in kvm_hv_send_ipi() local
1482 all_cpus = false; in kvm_hv_send_ipi()
1500 all_cpus = send_ipi_ex.vp_set.format == HV_GENERIC_SET_ALL; in kvm_hv_send_ipi()
1505 if (!all_cpus && in kvm_hv_send_ipi()
[all …]
/Linux-v5.4/arch/x86/kernel/cpu/microcode/
Dcore.c531 int all_cpus = num_online_cpus(); in __wait_for_cpus() local
535 while (atomic_read(t) < all_cpus) { in __wait_for_cpus()
538 all_cpus - atomic_read(t)); in __wait_for_cpus()