HomeSort by relevance Sort by last modified time
    Searched refs:local_softirq_pending (Results 1 - 18 of 18) sorted by null

  /bionic/libc/kernel/common/linux/
irq_cpustat.h 20 #define local_softirq_pending() __IRQ_STAT(smp_processor_id(), __softirq_pending) macro
interrupt.h 73 #define set_softirq_pending(x) (local_softirq_pending() = (x))
74 #define or_softirq_pending(x) (local_softirq_pending() |= (x))
  /development/ndk/platforms/android-3/include/linux/
irq_cpustat.h 20 #define local_softirq_pending() __IRQ_STAT(smp_processor_id(), __softirq_pending) macro
interrupt.h 73 #define set_softirq_pending(x) (local_softirq_pending() = (x))
74 #define or_softirq_pending(x) (local_softirq_pending() |= (x))
  /external/kernel-headers/original/linux/
irq_cpustat.h 25 #define local_softirq_pending() \ macro
interrupt.h 170 #define set_softirq_pending(x) (local_softirq_pending() = (x))
171 #define or_softirq_pending(x) (local_softirq_pending() |= (x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
irq_cpustat.h 20 #define local_softirq_pending() __IRQ_STAT(smp_processor_id(), __softirq_pending) macro
interrupt.h 73 #define set_softirq_pending(x) (local_softirq_pending() = (x))
74 #define or_softirq_pending(x) (local_softirq_pending() |= (x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
irq_cpustat.h 20 #define local_softirq_pending() __IRQ_STAT(smp_processor_id(), __softirq_pending) macro
interrupt.h 73 #define set_softirq_pending(x) (local_softirq_pending() = (x))
74 #define or_softirq_pending(x) (local_softirq_pending() |= (x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
irq_cpustat.h 20 #define local_softirq_pending() __IRQ_STAT(smp_processor_id(), __softirq_pending) macro
interrupt.h 73 #define set_softirq_pending(x) (local_softirq_pending() = (x))
74 #define or_softirq_pending(x) (local_softirq_pending() |= (x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
irq_cpustat.h 20 #define local_softirq_pending() __IRQ_STAT(smp_processor_id(), __softirq_pending) macro
interrupt.h 73 #define set_softirq_pending(x) (local_softirq_pending() = (x))
74 #define or_softirq_pending(x) (local_softirq_pending() |= (x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
irq_cpustat.h 20 #define local_softirq_pending() __IRQ_STAT(smp_processor_id(), __softirq_pending) macro
interrupt.h 73 #define set_softirq_pending(x) (local_softirq_pending() = (x))
74 #define or_softirq_pending(x) (local_softirq_pending() |= (x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
irq_cpustat.h 20 #define local_softirq_pending() __IRQ_STAT(smp_processor_id(), __softirq_pending) macro
interrupt.h 73 #define set_softirq_pending(x) (local_softirq_pending() = (x))
74 #define or_softirq_pending(x) (local_softirq_pending() |= (x))

Completed in 716 milliseconds