Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dpyperf.h166 int cur_cpu; member
183 int cur_cpu = ctx->cur_cpu; in process_frame_callback() local
188 int32_t new_symbol_id = *symbol_counter * 64 + cur_cpu; in process_frame_callback()
274 int cur_cpu = bpf_get_smp_processor_id(); local
286 .cur_cpu = cur_cpu,
316 int32_t new_symbol_id = *symbol_counter * 64 + cur_cpu;
/linux/arch/x86/hyperv/
H A Dhv_apic.c170 int cur_cpu, vcpu, this_cpu = smp_processor_id(); in __send_ipi_mask() local
213 for_each_cpu(cur_cpu, mask) { in __send_ipi_mask()
214 if (exclude_self && cur_cpu == this_cpu) in __send_ipi_mask()
216 vcpu = hv_cpu_number_to_vp_number(cur_cpu); in __send_ipi_mask()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c483 unsigned int cur_cpu; in gve_alloc_notify_blocks() local
551 cur_cpu = cpumask_first(node_mask); in gve_alloc_notify_blocks()
569 cpumask_of(cur_cpu)); in gve_alloc_notify_blocks()
572 cur_cpu = cpumask_next(cur_cpu, node_mask); in gve_alloc_notify_blocks()
577 if (cur_cpu >= nr_cpu_ids || (i + 1) == priv->tx_cfg.max_queues) in gve_alloc_notify_blocks()
578 cur_cpu = cpumask_first(node_mask); in gve_alloc_notify_blocks()