/bionic/libc/kernel/common/linux/ |
smp.h | 21 #define smp_processor_id() raw_smp_processor_id() macro 22 #define get_cpu() ({ preempt_disable(); smp_processor_id(); })
|
irq_cpustat.h | 20 #define local_softirq_pending() __IRQ_STAT(smp_processor_id(), __softirq_pending)
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
smp.h | 21 #define smp_processor_id() raw_smp_processor_id() macro 22 #define get_cpu() ({ preempt_disable(); smp_processor_id(); })
|
irq_cpustat.h | 20 #define local_softirq_pending() __IRQ_STAT(smp_processor_id(), __softirq_pending)
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
smp.h | 21 #define smp_processor_id() raw_smp_processor_id() macro 22 #define get_cpu() ({ preempt_disable(); smp_processor_id(); })
|
irq_cpustat.h | 20 #define local_softirq_pending() __IRQ_STAT(smp_processor_id(), __softirq_pending)
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
smp.h | 21 #define smp_processor_id() raw_smp_processor_id() macro 22 #define get_cpu() ({ preempt_disable(); smp_processor_id(); })
|
irq_cpustat.h | 20 #define local_softirq_pending() __IRQ_STAT(smp_processor_id(), __softirq_pending)
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
smp.h | 21 #define smp_processor_id() raw_smp_processor_id() macro 22 #define get_cpu() ({ preempt_disable(); smp_processor_id(); })
|
irq_cpustat.h | 20 #define local_softirq_pending() __IRQ_STAT(smp_processor_id(), __softirq_pending)
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
smp.h | 21 #define smp_processor_id() raw_smp_processor_id() macro 22 #define get_cpu() ({ preempt_disable(); smp_processor_id(); })
|
irq_cpustat.h | 20 #define local_softirq_pending() __IRQ_STAT(smp_processor_id(), __softirq_pending)
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
smp.h | 21 #define smp_processor_id() raw_smp_processor_id() macro 22 #define get_cpu() ({ preempt_disable(); smp_processor_id(); })
|
irq_cpustat.h | 20 #define local_softirq_pending() __IRQ_STAT(smp_processor_id(), __softirq_pending)
|
/external/kernel-headers/original/linux/ |
irq_cpustat.h | 26 __IRQ_STAT(smp_processor_id(), __softirq_pending)
|
smp.h | 103 * smp_processor_id(): get the current CPU ID. 106 * used in a preemption-safe way. (smp_processor_id() is safe 111 * (smp_processor_id() is the preferred variant), but in rare 113 * (i.e. smp_processor_id() use that the debugging code reports but 119 # define smp_processor_id() debug_smp_processor_id() macro 121 # define smp_processor_id() raw_smp_processor_id() macro 124 #define get_cpu() ({ preempt_disable(); smp_processor_id(); })
|
relay.h | 198 buf = chan->buf[smp_processor_id()]; 246 struct rchan_buf *buf = chan->buf[smp_processor_id()];
|
netdevice.h | 919 dev->xmit_lock_owner = smp_processor_id(); 925 dev->xmit_lock_owner = smp_processor_id(); 932 dev->xmit_lock_owner = smp_processor_id();
|
genhd.h | 148 (per_cpu_ptr(gendiskp->dkstats, smp_processor_id())->field += addnd)
|
/external/kernel-headers/original/asm-x86/ |
mc146818rtc_32.h | 45 new = ((smp_processor_id()+1) << 8) | reg; 62 return (cmos_lock >> 8) == (smp_processor_id()+1);
|
desc_32.h | 93 unsigned cpu = smp_processor_id();
|
processor_32.h | 109 #define current_cpu_data cpu_data(smp_processor_id())
|
/external/kernel-headers/original/asm-arm/ |
cacheflush.h | 266 if (cpu_isset(smp_processor_id(), mm->cpu_vm_mask)) 273 if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask)) 281 if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask)) { 292 if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask)) {
|
tlbflush.h | 271 if (cpu_isset(smp_processor_id(), mm->cpu_vm_mask)) { 301 if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask)) {
|
/external/kernel-headers/original/asm-generic/ |
percpu.h | 18 #define __get_cpu_var(var) per_cpu(var, smp_processor_id())
|