OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trace_hardirq_exit
(Results
1 - 24
of
24
) sorted by null
/bionic/libc/kernel/common/linux/
irqflags.h
24
#define
trace_hardirq_exit
() do { } while (0)
macro
hardirq.h
68
#define __irq_exit() do {
trace_hardirq_exit
(); account_system_vtime(current); sub_preempt_count(HARDIRQ_OFFSET); } while (0)
/development/ndk/platforms/android-3/include/linux/
irqflags.h
24
#define
trace_hardirq_exit
() do { } while (0)
macro
hardirq.h
68
#define __irq_exit() do {
trace_hardirq_exit
(); account_system_vtime(current); sub_preempt_count(HARDIRQ_OFFSET); } while (0)
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
irqflags.h
24
#define
trace_hardirq_exit
() do { } while (0)
macro
hardirq.h
68
#define __irq_exit() do {
trace_hardirq_exit
(); account_system_vtime(current); sub_preempt_count(HARDIRQ_OFFSET); } while (0)
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
irqflags.h
24
#define
trace_hardirq_exit
() do { } while (0)
macro
hardirq.h
68
#define __irq_exit() do {
trace_hardirq_exit
(); account_system_vtime(current); sub_preempt_count(HARDIRQ_OFFSET); } while (0)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
irqflags.h
24
#define
trace_hardirq_exit
() do { } while (0)
macro
hardirq.h
68
#define __irq_exit() do {
trace_hardirq_exit
(); account_system_vtime(current); sub_preempt_count(HARDIRQ_OFFSET); } while (0)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
irqflags.h
24
#define
trace_hardirq_exit
() do { } while (0)
macro
hardirq.h
68
#define __irq_exit() do {
trace_hardirq_exit
(); account_system_vtime(current); sub_preempt_count(HARDIRQ_OFFSET); } while (0)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
irqflags.h
24
#define
trace_hardirq_exit
() do { } while (0)
macro
hardirq.h
68
#define __irq_exit() do {
trace_hardirq_exit
(); account_system_vtime(current); sub_preempt_count(HARDIRQ_OFFSET); } while (0)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
irqflags.h
24
#define
trace_hardirq_exit
() do { } while (0)
macro
hardirq.h
68
#define __irq_exit() do {
trace_hardirq_exit
(); account_system_vtime(current); sub_preempt_count(HARDIRQ_OFFSET); } while (0)
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
irqflags.h
24
#define
trace_hardirq_exit
() do { } while (0)
macro
hardirq.h
68
#define __irq_exit() do {
trace_hardirq_exit
(); account_system_vtime(current); sub_preempt_count(HARDIRQ_OFFSET); } while (0)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
irqflags.h
24
#define
trace_hardirq_exit
() do { } while (0)
macro
hardirq.h
68
#define __irq_exit() do {
trace_hardirq_exit
(); account_system_vtime(current); sub_preempt_count(HARDIRQ_OFFSET); } while (0)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
irqflags.h
24
#define
trace_hardirq_exit
() do { } while (0)
macro
hardirq.h
68
#define __irq_exit() do {
trace_hardirq_exit
(); account_system_vtime(current); sub_preempt_count(HARDIRQ_OFFSET); } while (0)
/external/kernel-headers/original/linux/
irqflags.h
24
# define
trace_hardirq_exit
() do { current->hardirq_context--; } while (0)
macro
38
# define
trace_hardirq_exit
() do { } while (0)
macro
hardirq.h
116
trace_hardirq_exit
(); \
Completed in 832 milliseconds