/linux-6.6.21/tools/testing/selftests/vDSO/ ! |
D | vdso_test_getcpu.c | 32 getcpu_t get_cpu; in main() local 43 get_cpu = (getcpu_t)vdso_sym(version, name); in main() 44 if (!get_cpu) { in main() 49 ret = get_cpu(&cpu, &node, 0); in main()
|
/linux-6.6.21/net/rds/ ! |
D | page.c | 90 rem = &per_cpu(rds_page_remainders, get_cpu()); in rds_page_remainder_alloc() 124 rem = &per_cpu(rds_page_remainders, get_cpu()); in rds_page_remainder_alloc()
|
/linux-6.6.21/arch/s390/include/asm/ ! |
D | abs_lowcore.h | 18 cpu = get_cpu(); in get_abs_lowcore()
|
/linux-6.6.21/Documentation/translations/zh_CN/core-api/ ! |
D | this_cpu_ops.rst | 98 cpu = get_cpu(); 121 ``this_cpu_ptr`` 避免了通用 ``get_cpu``/``put_cpu`` 序列所需的多个步骤。没有可用
|
/linux-6.6.21/arch/openrisc/kernel/ ! |
D | smp.c | 237 cpuid = get_cpu(); in smp_flush_tlb_mm() 275 cpuid = get_cpu(); in smp_flush_tlb_range()
|
/linux-6.6.21/kernel/ ! |
D | profile.c | 183 j = per_cpu(cpu_profile_flip, get_cpu()); in profile_flip_buffers() 206 i = per_cpu(cpu_profile_flip, get_cpu()); in profile_discard_flip_buffers() 225 cpu = get_cpu(); in do_profile_hits()
|
/linux-6.6.21/arch/arm/vfp/ ! |
D | vfpmodule.c | 103 cpu = get_cpu(); in vfp_thread_flush() 122 unsigned int cpu = get_cpu(); in vfp_thread_exit() 515 unsigned int cpu = get_cpu(); in vfp_sync_hwstate() 537 unsigned int cpu = get_cpu(); in vfp_flush_hwstate()
|
/linux-6.6.21/lib/ ! |
D | dhry_run.c | 34 unsigned int cpu = get_cpu(); in dhry_benchmark()
|
D | nmi_backtrace.c | 40 int i, this_cpu = get_cpu(); in nmi_trigger_cpumask_backtrace()
|
/linux-6.6.21/arch/x86/um/ ! |
D | tls_32.c | 28 cpu = get_cpu(); in do_set_thread_area() 44 cpu = get_cpu(); in do_get_thread_area()
|
/linux-6.6.21/arch/powerpc/include/asm/ ! |
D | dbell.h | 146 int this_cpu = get_cpu(); in doorbell_try_core_ipi()
|
/linux-6.6.21/drivers/crypto/virtio/ ! |
D | virtio_crypto_common.h | 139 cpu = get_cpu(); in virtio_crypto_get_current_node()
|
/linux-6.6.21/drivers/cpuidle/ ! |
D | coupled.c | 711 int cpu = get_cpu(); in cpuidle_coupled_prevent_idle() 730 int cpu = get_cpu(); in cpuidle_coupled_allow_idle()
|
D | driver.c | 331 cpu = get_cpu(); in cpuidle_get_driver()
|
/linux-6.6.21/include/linux/ ! |
D | smp.h | 274 #define get_cpu() ({ preempt_disable(); __smp_processor_id(); }) macro
|
/linux-6.6.21/arch/riscv/mm/ ! |
D | tlbflush.c | 116 cpuid = get_cpu(); in __flush_tlb_range()
|
/linux-6.6.21/arch/arm/kernel/ ! |
D | smp_tlb.c | 172 this_cpu = get_cpu(); in broadcast_tlb_mm_a15_erratum()
|
/linux-6.6.21/arch/arm/mach-omap2/ ! |
D | omap-secure.c | 67 cpu = get_cpu(); in omap_secure_dispatcher()
|
/linux-6.6.21/arch/s390/mm/ ! |
D | maccess.c | 159 this_cpu = get_cpu(); in xlate_dev_mem_ptr()
|
/linux-6.6.21/arch/ia64/kernel/ ! |
D | smp.c | 98 int this_cpu = get_cpu(); in handle_IPI()
|
/linux-6.6.21/arch/sparc/kernel/ ! |
D | smp_64.c | 954 this_cpu = get_cpu(); in smp_flush_dcache_folio_impl() 1068 get_cpu(); in smp_flush_tlb_mm() 1097 get_cpu(); in smp_flush_tlb_pending() 1115 get_cpu(); in smp_flush_tlb_page()
|
/linux-6.6.21/drivers/tty/hvc/ ! |
D | hvc_dcc.c | 98 int cpu = get_cpu(); in hvc_dcc_check()
|
/linux-6.6.21/drivers/perf/ ! |
D | arm_pmu_platform.c | 28 int cpu = get_cpu(); in probe_current_pmu()
|
/linux-6.6.21/arch/x86/include/asm/ ! |
D | tlbflush.h | 262 if (cpumask_any_but(mm_cpumask(mm), get_cpu()) < nr_cpu_ids) in arch_tlbbatch_should_defer()
|
/linux-6.6.21/drivers/net/ethernet/intel/i40e/ ! |
D | i40e_trace.h | 91 __entry->curr_cpu = get_cpu();
|