OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trace_hardirq_enter
(Results
1 - 24
of
24
) 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)
/prebuilt/ndk/android-ndk-r5/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-r6/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-r6/platforms/android-3/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 912 milliseconds