Searched refs:cur_cpu (Results 1 – 4 of 4) sorted by relevance
164 int cur_cpu; member181 int cur_cpu = ctx->cur_cpu; in process_frame_callback() local186 int32_t new_symbol_id = *symbol_counter * 64 + cur_cpu; in process_frame_callback()272 int cur_cpu = bpf_get_smp_processor_id(); in __on_event() local284 .cur_cpu = cur_cpu, in __on_event()309 int32_t new_symbol_id = *symbol_counter * 64 + cur_cpu; in __on_event()
158 int cur_cpu, vcpu, this_cpu = smp_processor_id(); in __send_ipi_mask() local198 for_each_cpu(cur_cpu, mask) { in __send_ipi_mask()199 if (exclude_self && cur_cpu == this_cpu) in __send_ipi_mask()201 vcpu = hv_cpu_number_to_vp_number(cur_cpu); in __send_ipi_mask()
136 local cur_cpu151 cur_cpu=$((CPUS - $i))152 ip netns exec $NS_SRC ethtool -L veth$SRC rx $cur_cpu tx $cur_cpu153 ip netns exec $NS_DST ethtool -L veth$DST rx $cur_cpu tx $cur_cpu
307 int topology_phys_to_logical_die(unsigned int die_id, unsigned int cur_cpu) in topology_phys_to_logical_die() argument310 int proc_id = cpu_data(cur_cpu).phys_proc_id; in topology_phys_to_logical_die()
Completed in 8 milliseconds