/Linux-v4.19/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-v4.19/arch/arm/vfp/ |
D | vfpmodule.c | 106 cpu = get_cpu(); in vfp_thread_flush() 125 unsigned int cpu = get_cpu(); in vfp_thread_exit() 526 unsigned int cpu = get_cpu(); in vfp_sync_hwstate() 545 unsigned int cpu = get_cpu(); in vfp_flush_hwstate() 694 cpu = get_cpu(); in kernel_neon_begin()
|
/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | preempt.h | 43 static inline int get_cpu(void) in get_cpu() function
|
D | percpu.h | 75 int this_cpu_add_impl_cpu = get_cpu(); \
|
/Linux-v4.19/include/linux/ |
D | sbitmap.h | 423 *cpu = get_cpu(); in sbitmap_queue_get() 449 *cpu = get_cpu(); in sbitmap_queue_get_shallow()
|
D | smp.h | 202 #define get_cpu() ({ preempt_disable(); smp_processor_id(); }) macro
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | dbell.c | 66 int this_cpu = get_cpu(); in doorbell_try_core_ipi()
|
/Linux-v4.19/lib/ |
D | nmi_backtrace.c | 40 int i, this_cpu = get_cpu(); in nmi_trigger_cpumask_backtrace()
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | tlbflush.h | 79 if (cpumask_test_cpu(get_cpu(), mm_cpumask(mm))) { in local_flush_tlb_mm()
|
/Linux-v4.19/kernel/ |
D | profile.c | 251 j = per_cpu(cpu_profile_flip, get_cpu()); in profile_flip_buffers() 274 i = per_cpu(cpu_profile_flip, get_cpu()); in profile_discard_flip_buffers() 293 cpu = get_cpu(); in do_profile_hits()
|
D | smp.c | 282 this_cpu = get_cpu(); in smp_call_function_single() 368 cpu = get_cpu(); in smp_call_function_any() 632 int cpu = get_cpu(); in on_each_cpu_mask()
|
/Linux-v4.19/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-v4.19/arch/x86/kernel/ |
D | ioport.c | 70 tss = &per_cpu(cpu_tss_rw, get_cpu()); in ksys_ioperm()
|
D | process_64.c | 637 cpu = get_cpu(); in do_arch_prctl_64() 651 cpu = get_cpu(); in do_arch_prctl_64()
|
/Linux-v4.19/drivers/crypto/virtio/ |
D | virtio_crypto_common.h | 137 cpu = get_cpu(); in virtio_crypto_get_current_node()
|
/Linux-v4.19/drivers/cpuidle/ |
D | coupled.c | 720 int cpu = get_cpu(); in cpuidle_coupled_prevent_idle() 739 int cpu = get_cpu(); in cpuidle_coupled_allow_idle()
|
D | driver.c | 293 cpu = get_cpu(); in cpuidle_get_driver()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | smp.c | 99 int this_cpu = get_cpu(); in handle_IPI()
|
/Linux-v4.19/arch/arm/kernel/ |
D | smp_tlb.c | 175 this_cpu = get_cpu(); in broadcast_tlb_mm_a15_erratum()
|
/Linux-v4.19/block/ |
D | blk-mq.h | 116 return __blk_mq_get_ctx(q, get_cpu()); in blk_mq_get_ctx()
|
/Linux-v4.19/arch/x86/mm/ |
D | tlb.c | 634 cpu = get_cpu(); in flush_tlb_mm_range() 709 int cpu = get_cpu(); in arch_tlbbatch_flush()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | smp_64.c | 951 this_cpu = get_cpu(); in smp_flush_dcache_page_impl() 1083 int cpu = get_cpu(); in smp_flush_tlb_mm() 1117 int cpu = get_cpu(); in smp_flush_tlb_pending() 1137 int cpu = get_cpu(); in smp_flush_tlb_page()
|
/Linux-v4.19/drivers/perf/ |
D | arm_pmu_platform.c | 28 int cpu = get_cpu(); in probe_current_pmu()
|
/Linux-v4.19/drivers/hv/ |
D | channel_mgmt.c | 403 if (channel->target_cpu != get_cpu()) { in hv_process_channel_removal() 509 if (newchannel->target_cpu != get_cpu()) { in vmbus_process_offer() 574 if (newchannel->target_cpu != get_cpu()) { in vmbus_process_offer()
|
/Linux-v4.19/arch/sh/kernel/ |
D | hw_breakpoint.c | 298 cpu = get_cpu(); in hw_breakpoint_handler()
|