Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dpyperf.h174 int cur_cpu; member
191 int cur_cpu = ctx->cur_cpu; in process_frame_callback() local
196 int32_t new_symbol_id = *symbol_counter * 64 + cur_cpu; in process_frame_callback()
282 int cur_cpu = bpf_get_smp_processor_id(); local
294 .cur_cpu = cur_cpu,
324 int32_t new_symbol_id = *symbol_counter * 64 + cur_cpu;
/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c484 unsigned int cur_cpu; in gve_alloc_notify_blocks() local
552 cur_cpu = cpumask_first(node_mask); in gve_alloc_notify_blocks()
570 cpumask_of(cur_cpu)); in gve_alloc_notify_blocks()
573 cur_cpu = cpumask_next(cur_cpu, node_mask); in gve_alloc_notify_blocks()
578 if (cur_cpu >= nr_cpu_ids || (i + 1) == priv->tx_cfg.max_queues) in gve_alloc_notify_blocks()
579 cur_cpu = cpumask_first(node_mask); in gve_alloc_notify_blocks()