Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/hyperv/
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-v5.15/tools/testing/selftests/net/
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-v5.15/tools/testing/selftests/bpf/progs/
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-v5.15/arch/x86/kernel/
Dsmpboot.c313 int topology_phys_to_logical_die(unsigned int die_id, unsigned int cur_cpu) in topology_phys_to_logical_die() argument
316 int proc_id = cpu_data(cur_cpu).phys_proc_id; in topology_phys_to_logical_die()