Home
last modified time | relevance | path

Searched refs:smp_processor_id (Results 1 – 11 of 11) sorted by relevance

/include/linux/
Dstop_machine.h56 if (cpu == smp_processor_id()) in stop_one_cpu()
75 if (cpu == smp_processor_id()) { in stop_one_cpu_nowait()
Dsmp.h270 # define smp_processor_id() debug_smp_processor_id() macro
272 # define smp_processor_id() __smp_processor_id() macro
Dnetpoll.h76 int owner = smp_processor_id(); in netpoll_poll_lock()
Dpart_stat.h32 part_stat_get_cpu(part, field, smp_processor_id())
Dkgdb.h358 (irqs_disabled() && (smp_processor_id() == atomic_read(&kgdb_active)))
Dtick.h319 if (tick_nohz_full_cpu(smp_processor_id())) in tick_nohz_user_enter_prepare()
Dnetdevice.h4438 WRITE_ONCE(txq->xmit_lock_owner, smp_processor_id()); in __netif_tx_lock_bh()
4447 WRITE_ONCE(txq->xmit_lock_owner, smp_processor_id()); in __netif_tx_trylock()
4540 cpu = smp_processor_id(); in netif_tx_disable()
/include/linux/sched/
Disolation.h35 return smp_processor_id(); in housekeeping_any_cpu()
/include/trace/events/
Dxdp.h212 __entry->cpu = smp_processor_id();
252 __entry->cpu = smp_processor_id();
/include/acpi/
Dprocessor.h308 if (direct || (is_percpu_thread() && cpu == smp_processor_id())) in call_on_cpu()
/include/asm-generic/
Dpercpu.h34 #define my_cpu_offset per_cpu_offset(smp_processor_id())