Home
last modified time | relevance | path

Searched refs:get_cpu (Results 1 – 25 of 122) sorted by relevance

12345

/OK3568_Linux_fs/kernel/tools/testing/selftests/vDSO/
H A Dvdso_test_getcpu.c28 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 Dpage.c90 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 Dvfpmodule.c103 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 Ddhd_linux_lb.c702 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 Ddhd_linux_lb.c694 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 Ddhd_linux_lb.c702 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 Dsmp.c234 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 Dpreempt.h43 static inline int get_cpu(void) in get_cpu() function
H A Dpercpu.h75 int this_cpu_add_impl_cpu = get_cpu(); \
/OK3568_Linux_fs/kernel/kernel/
H A Dsmp.c482 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 Dprofile.c260 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 Dsbitmap.h431 *cpu = get_cpu(); in sbitmap_queue_get()
457 *cpu = get_cpu(); in sbitmap_queue_get_shallow()
H A Dsmp.h241 #define get_cpu() ({ preempt_disable(); __smp_processor_id(); }) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_lb.c803 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 Ddhd_linux_lb.c803 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 Dtls_32.c28 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 Dtlbflush.c26 cpuid = get_cpu(); in __sbi_tlb_flush_range()
/OK3568_Linux_fs/kernel/lib/
H A Dnmi_backtrace.c40 int i, this_cpu = get_cpu(); in nmi_trigger_cpumask_backtrace()
/OK3568_Linux_fs/kernel/drivers/cpuidle/
H A Dcoupled.c712 int cpu = get_cpu(); in cpuidle_coupled_prevent_idle()
731 int cpu = get_cpu(); in cpuidle_coupled_allow_idle()
H A Ddriver.c323 cpu = get_cpu(); in cpuidle_get_driver()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Ddbell.h146 int this_cpu = get_cpu(); in doorbell_try_core_ipi()
/OK3568_Linux_fs/kernel/drivers/crypto/virtio/
H A Dvirtio_crypto_common.h125 cpu = get_cpu(); in virtio_crypto_get_current_node()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dsmp_64.c948 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 Dsmp.c98 int this_cpu = get_cpu(); in handle_IPI()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsmp_tlb.c172 this_cpu = get_cpu(); in broadcast_tlb_mm_a15_erratum()

12345