Home
last modified time | relevance | path

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

/include/asm-mn10300/
Dmmu_context.h36 #define mm_context(mm) (mm->context.tlbpid[smp_processor_id()])
55 unsigned long *pmc = &mmu_context_cache[smp_processor_id()]; in allocate_mmu_context()
80 cache = mmu_context_cache[smp_processor_id()]; in get_mmu_context()
124 int cpu = smp_processor_id(); in switch_mm()
Dhighmem.h80 idx = type + KM_TYPE_NR * smp_processor_id(); in kmap_atomic()
95 enum fixed_addresses idx = type + KM_TYPE_NR * smp_processor_id(); in kunmap_atomic()
/include/linux/
Dsmp.h170 # define smp_processor_id() debug_smp_processor_id() macro
172 # define smp_processor_id() raw_smp_processor_id() macro
175 #define get_cpu() ({ preempt_disable(); smp_processor_id(); })
Dirq_cpustat.h26 __IRQ_STAT(smp_processor_id(), __softirq_pending)
Drelay.h209 buf = chan->buf[smp_processor_id()]; in relay_write()
257 struct rchan_buf *buf = chan->buf[smp_processor_id()]; in relay_reserve()
Dnetpoll.h80 napi->poll_owner = smp_processor_id(); in netpoll_poll_lock()
Dirq.h207 ((DESC)->kstat_irqs[smp_processor_id()])
209 ((DESC)->kstat_irqs[smp_processor_id()]++)
Dnetdevice.h1637 txq->xmit_lock_owner = smp_processor_id(); in __netif_tx_lock_bh()
1644 txq->xmit_lock_owner = smp_processor_id(); in __netif_tx_trylock()
1672 cpu = smp_processor_id(); in netif_tx_lock()
1736 cpu = smp_processor_id(); in netif_tx_disable()
/include/asm-m32r/
Dmmu_context.h29 #define mmu_context_cache mmu_context_cache_dat[smp_processor_id()]
30 #define mm_context(mm) mm->context[smp_processor_id()]
125 int cpu = smp_processor_id(); in switch_mm()
Dprocessor.h48 #define current_cpu_data cpu_data[smp_processor_id()]
/include/asm-generic/
Dpercpu.h37 #define my_cpu_offset per_cpu_offset(smp_processor_id())
/include/net/
Dneighbour.h95 (per_cpu_ptr((tbl)->stats, smp_processor_id())->field)++; \