| /OK3568_Linux_fs/kernel/tools/testing/selftests/vDSO/ |
| H A D | vdso_test_getcpu.c | 28 getcpu_t get_cpu; in main() local 39 get_cpu = (getcpu_t)vdso_sym(version, name); in main() 40 if (!get_cpu) { in main() 45 ret = get_cpu(&cpu, &node, 0); in main()
|
| /OK3568_Linux_fs/kernel/net/rds/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/arm/vfp/ |
| H A D | vfpmodule.c | 103 cpu = get_cpu(); in vfp_thread_flush() 122 unsigned int cpu = get_cpu(); in vfp_thread_exit() 518 unsigned int cpu = get_cpu(); in vfp_sync_hwstate() 537 unsigned int cpu = get_cpu(); in vfp_flush_hwstate() 726 cpu = get_cpu(); in kernel_neon_begin()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux_lb.c | 702 cpu = get_cpu(); in dhd_lb_stats_update_napi_histo() 714 cpu = get_cpu(); in dhd_lb_stats_update_txc_histo() 726 cpu = get_cpu(); in dhd_lb_stats_update_rxc_histo() 813 curr_cpu = get_cpu(); in dhd_lb_tx_compl_dispatch() 866 curr_cpu = get_cpu(); in dhd_lb_rx_compl_dispatch() 956 curr_cpu = get_cpu(); in dhd_lb_tx_dispatch() 1181 curr_cpu = get_cpu();
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux_lb.c | 694 cpu = get_cpu(); in dhd_lb_stats_update_napi_histo() 706 cpu = get_cpu(); in dhd_lb_stats_update_txc_histo() 718 cpu = get_cpu(); in dhd_lb_stats_update_rxc_histo() 805 curr_cpu = get_cpu(); in dhd_lb_tx_compl_dispatch() 858 curr_cpu = get_cpu(); in dhd_lb_rx_compl_dispatch() 948 curr_cpu = get_cpu(); in dhd_lb_tx_dispatch() 1173 curr_cpu = get_cpu();
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux_lb.c | 702 cpu = get_cpu(); in dhd_lb_stats_update_napi_histo() 714 cpu = get_cpu(); in dhd_lb_stats_update_txc_histo() 726 cpu = get_cpu(); in dhd_lb_stats_update_rxc_histo() 813 curr_cpu = get_cpu(); in dhd_lb_tx_compl_dispatch() 866 curr_cpu = get_cpu(); in dhd_lb_rx_compl_dispatch() 956 curr_cpu = get_cpu(); in dhd_lb_tx_dispatch() 1181 curr_cpu = get_cpu();
|
| /OK3568_Linux_fs/kernel/arch/openrisc/kernel/ |
| H A D | smp.c | 234 cpuid = get_cpu(); in smp_flush_tlb_mm() 272 cpuid = get_cpu(); in smp_flush_tlb_range()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
| H A D | preempt.h | 43 static inline int get_cpu(void) in get_cpu() function
|
| H A D | percpu.h | 75 int this_cpu_add_impl_cpu = get_cpu(); \
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | smp.c | 482 this_cpu = get_cpu(); in smp_call_function_single() 591 cpu = get_cpu(); in smp_call_function_any() 864 int cpu = get_cpu(); in on_each_cpu_mask() 902 int cpu = get_cpu(); in on_each_cpu_cond_mask()
|
| H A D | profile.c | 260 j = per_cpu(cpu_profile_flip, get_cpu()); in profile_flip_buffers() 283 i = per_cpu(cpu_profile_flip, get_cpu()); in profile_discard_flip_buffers() 302 cpu = get_cpu(); in do_profile_hits()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sbitmap.h | 431 *cpu = get_cpu(); in sbitmap_queue_get() 457 *cpu = get_cpu(); in sbitmap_queue_get_shallow()
|
| H A D | smp.h | 241 #define get_cpu() ({ preempt_disable(); __smp_processor_id(); }) macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_lb.c | 803 cpu = get_cpu(); in dhd_lb_stats_update_napi_histo() 815 cpu = get_cpu(); in dhd_lb_stats_update_txc_histo() 827 cpu = get_cpu(); in dhd_lb_stats_update_rxc_histo() 911 curr_cpu = get_cpu(); in dhd_lb_tx_dispatch() 1024 get_cpu(); in dhd_napi_poll() 1208 curr_cpu = get_cpu(); in dhd_lb_rx_napi_dispatch()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_lb.c | 803 cpu = get_cpu(); in dhd_lb_stats_update_napi_histo() 815 cpu = get_cpu(); in dhd_lb_stats_update_txc_histo() 827 cpu = get_cpu(); in dhd_lb_stats_update_rxc_histo() 911 curr_cpu = get_cpu(); in dhd_lb_tx_dispatch() 1024 get_cpu(); in dhd_napi_poll() 1208 curr_cpu = get_cpu(); in dhd_lb_rx_napi_dispatch()
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A D | tls_32.c | 28 cpu = get_cpu(); in do_set_thread_area() 44 cpu = get_cpu(); in do_get_thread_area()
|
| /OK3568_Linux_fs/kernel/arch/riscv/mm/ |
| H A D | tlbflush.c | 26 cpuid = get_cpu(); in __sbi_tlb_flush_range()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | nmi_backtrace.c | 40 int i, this_cpu = get_cpu(); in nmi_trigger_cpumask_backtrace()
|
| /OK3568_Linux_fs/kernel/drivers/cpuidle/ |
| H A D | coupled.c | 712 int cpu = get_cpu(); in cpuidle_coupled_prevent_idle() 731 int cpu = get_cpu(); in cpuidle_coupled_allow_idle()
|
| H A D | driver.c | 323 cpu = get_cpu(); in cpuidle_get_driver()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | dbell.h | 146 int this_cpu = get_cpu(); in doorbell_try_core_ipi()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/virtio/ |
| H A D | virtio_crypto_common.h | 125 cpu = get_cpu(); in virtio_crypto_get_current_node()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | smp_64.c | 948 this_cpu = get_cpu(); in smp_flush_dcache_page_impl() 1052 get_cpu(); in smp_flush_tlb_mm() 1081 get_cpu(); in smp_flush_tlb_pending() 1099 get_cpu(); in smp_flush_tlb_page()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | smp.c | 98 int this_cpu = get_cpu(); in handle_IPI()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | smp_tlb.c | 172 this_cpu = get_cpu(); in broadcast_tlb_mm_a15_erratum()
|