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

  /bionic/libc/kernel/common/linux/
irqflags.h 23 #define trace_hardirq_enter() do { } while (0) macro
hardirq.h 67 #define irq_enter() do { account_system_vtime(current); add_preempt_count(HARDIRQ_OFFSET); trace_hardirq_enter(); } while (0)
  /development/ndk/platforms/android-3/include/linux/
irqflags.h 23 #define trace_hardirq_enter() do { } while (0) macro
hardirq.h 67 #define irq_enter() do { account_system_vtime(current); add_preempt_count(HARDIRQ_OFFSET); trace_hardirq_enter(); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
irqflags.h 23 #define trace_hardirq_enter() do { } while (0) macro
hardirq.h 67 #define irq_enter() do { account_system_vtime(current); add_preempt_count(HARDIRQ_OFFSET); trace_hardirq_enter(); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
irqflags.h 23 #define trace_hardirq_enter() do { } while (0) macro
hardirq.h 67 #define irq_enter() do { account_system_vtime(current); add_preempt_count(HARDIRQ_OFFSET); trace_hardirq_enter(); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
irqflags.h 23 #define trace_hardirq_enter() do { } while (0) macro
hardirq.h 67 #define irq_enter() do { account_system_vtime(current); add_preempt_count(HARDIRQ_OFFSET); trace_hardirq_enter(); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
irqflags.h 23 #define trace_hardirq_enter() do { } while (0) macro
hardirq.h 67 #define irq_enter() do { account_system_vtime(current); add_preempt_count(HARDIRQ_OFFSET); trace_hardirq_enter(); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
irqflags.h 23 #define trace_hardirq_enter() do { } while (0) macro
hardirq.h 67 #define irq_enter() do { account_system_vtime(current); add_preempt_count(HARDIRQ_OFFSET); trace_hardirq_enter(); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
irqflags.h 23 #define trace_hardirq_enter() do { } while (0) macro
hardirq.h 67 #define irq_enter() do { account_system_vtime(current); add_preempt_count(HARDIRQ_OFFSET); trace_hardirq_enter(); } while (0)
  /external/kernel-headers/original/linux/
irqflags.h 23 # define trace_hardirq_enter() do { current->hardirq_context++; } while (0) macro
37 # define trace_hardirq_enter() do { } while (0) macro
hardirq.h 108 trace_hardirq_enter(); \

Completed in 860 milliseconds