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

  /bionic/libc/kernel/common/linux/
preempt.h 18 #define add_preempt_count(val) do { preempt_count() += (val); } while (0) macro
21 #define inc_preempt_count() add_preempt_count(1)
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/
preempt.h 18 #define add_preempt_count(val) do { preempt_count() += (val); } while (0) macro
21 #define inc_preempt_count() add_preempt_count(1)
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/
preempt.h 18 #define add_preempt_count(val) do { preempt_count() += (val); } while (0) macro
21 #define inc_preempt_count() add_preempt_count(1)
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/
preempt.h 18 #define add_preempt_count(val) do { preempt_count() += (val); } while (0) macro
21 #define inc_preempt_count() add_preempt_count(1)
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/
preempt.h 18 #define add_preempt_count(val) do { preempt_count() += (val); } while (0) macro
21 #define inc_preempt_count() add_preempt_count(1)
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/
preempt.h 18 #define add_preempt_count(val) do { preempt_count() += (val); } while (0) macro
21 #define inc_preempt_count() add_preempt_count(1)
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/
preempt.h 18 #define add_preempt_count(val) do { preempt_count() += (val); } while (0) macro
21 #define inc_preempt_count() add_preempt_count(1)
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/
preempt.h 18 #define add_preempt_count(val) do { preempt_count() += (val); } while (0) macro
21 #define inc_preempt_count() add_preempt_count(1)
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/
preempt.h 13 extern void fastcall add_preempt_count(int val);
16 # define add_preempt_count(val) do { preempt_count() += (val); } while (0) macro
20 #define inc_preempt_count() add_preempt_count(1)
hardirq.h 107 add_preempt_count(HARDIRQ_OFFSET); \

Completed in 1593 milliseconds