Home
last modified time | relevance | path

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

/linux/arch/x86/hyperv/
A Dhv_apic.c158 int cur_cpu, vcpu, this_cpu = smp_processor_id(); in __send_ipi_mask() local
198 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()
/linux/tools/testing/selftests/net/
A Dveth.sh135 local cur_cpu
150 cur_cpu=$((CPUS - $i))
151 ip netns exec $NS_SRC ethtool -L veth$SRC rx $cur_cpu tx $cur_cpu
152 ip netns exec $NS_DST ethtool -L veth$DST rx $cur_cpu tx $cur_cpu
/linux/tools/testing/selftests/bpf/progs/
A Dpyperf.h221 int cur_cpu = bpf_get_smp_processor_id(); in __on_event() local
239 int32_t new_symbol_id = *symbol_counter * 64 + cur_cpu; in __on_event()
/linux/arch/x86/kernel/
A Dsmpboot.c315 int topology_phys_to_logical_die(unsigned int die_id, unsigned int cur_cpu) in topology_phys_to_logical_die() argument
318 int proc_id = cpu_data(cur_cpu).phys_proc_id; in topology_phys_to_logical_die()

Completed in 11 milliseconds