Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dpyperf.h165 int cur_cpu; member
182 int cur_cpu = ctx->cur_cpu; in process_frame_callback() local
273 int cur_cpu = bpf_get_smp_processor_id(); local
/linux-6.6.21/arch/x86/hyperv/
Dhv_apic.c160 int cur_cpu, vcpu, this_cpu = smp_processor_id(); in __send_ipi_mask() local
/linux-6.6.21/arch/x86/kernel/
Dsmpboot.c356 static int topology_phys_to_logical_die(unsigned int die_id, unsigned int cur_cpu) in topology_phys_to_logical_die()