Searched refs:smp_processor_id (Results 1 – 11 of 11) sorted by relevance
56 if (cpu == smp_processor_id()) in stop_one_cpu()75 if (cpu == smp_processor_id()) { in stop_one_cpu_nowait()
270 # define smp_processor_id() debug_smp_processor_id() macro272 # define smp_processor_id() __smp_processor_id() macro
85 int owner = smp_processor_id(); in netpoll_poll_lock()
32 part_stat_get_cpu(part, field, smp_processor_id())
345 (irqs_disabled() && (smp_processor_id() == atomic_read(&kgdb_active)))
310 if (tick_nohz_full_cpu(smp_processor_id())) in tick_nohz_user_enter_prepare()
4679 WRITE_ONCE(txq->xmit_lock_owner, smp_processor_id()); in __netif_tx_lock_bh()4688 WRITE_ONCE(txq->xmit_lock_owner, smp_processor_id()); in __netif_tx_trylock()4782 cpu = smp_processor_id(); in netif_tx_disable()
40 return smp_processor_id(); in housekeeping_any_cpu()
194 __entry->cpu = smp_processor_id();234 __entry->cpu = smp_processor_id();
313 if (direct || (is_percpu_thread() && cpu == smp_processor_id())) in call_on_cpu()
47 #define my_cpu_offset per_cpu_offset(smp_processor_id())
Completed in 35 milliseconds