OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREEMPT_ACTIVE
(Results
1 - 10
of
10
) sorted by null
/external/kernel-headers/original/linux/
hardirq.h
20
* - ( bit 28 is the
PREEMPT_ACTIVE
flag. )
54
#if
PREEMPT_ACTIVE
< (1 << (HARDIRQ_SHIFT + HARDIRQ_BITS))
55
#error
PREEMPT_ACTIVE
is too low!
71
# define in_atomic() ((preempt_count() & ~
PREEMPT_ACTIVE
) != kernel_locked())
73
# define in_atomic() ((preempt_count() & ~
PREEMPT_ACTIVE
) != 0)
/bionic/libc/kernel/common/linux/
hardirq.h
46
#if
PREEMPT_ACTIVE
< 1 << HARDIRQ_SHIFT + HARDIRQ_BITS
47
#error
PREEMPT_ACTIVE
is too low!
58
#define in_atomic() ((preempt_count() & ~
PREEMPT_ACTIVE
) != 0)
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
hardirq.h
46
#if
PREEMPT_ACTIVE
< 1 << HARDIRQ_SHIFT + HARDIRQ_BITS
47
#error
PREEMPT_ACTIVE
is too low!
58
#define in_atomic() ((preempt_count() & ~
PREEMPT_ACTIVE
) != 0)
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
hardirq.h
46
#if
PREEMPT_ACTIVE
< 1 << HARDIRQ_SHIFT + HARDIRQ_BITS
47
#error
PREEMPT_ACTIVE
is too low!
58
#define in_atomic() ((preempt_count() & ~
PREEMPT_ACTIVE
) != 0)
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/
hardirq.h
46
#if
PREEMPT_ACTIVE
< 1 << HARDIRQ_SHIFT + HARDIRQ_BITS
47
#error
PREEMPT_ACTIVE
is too low!
58
#define in_atomic() ((preempt_count() & ~
PREEMPT_ACTIVE
) != 0)
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/
hardirq.h
46
#if
PREEMPT_ACTIVE
< 1 << HARDIRQ_SHIFT + HARDIRQ_BITS
47
#error
PREEMPT_ACTIVE
is too low!
58
#define in_atomic() ((preempt_count() & ~
PREEMPT_ACTIVE
) != 0)
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/
hardirq.h
46
#if
PREEMPT_ACTIVE
< 1 << HARDIRQ_SHIFT + HARDIRQ_BITS
47
#error
PREEMPT_ACTIVE
is too low!
58
#define in_atomic() ((preempt_count() & ~
PREEMPT_ACTIVE
) != 0)
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/
hardirq.h
46
#if
PREEMPT_ACTIVE
< 1 << HARDIRQ_SHIFT + HARDIRQ_BITS
47
#error
PREEMPT_ACTIVE
is too low!
58
#define in_atomic() ((preempt_count() & ~
PREEMPT_ACTIVE
) != 0)
/external/kernel-headers/original/asm-arm/
thread_info.h
122
#define
PREEMPT_ACTIVE
0x40000000
/external/kernel-headers/original/asm-x86/
thread_info_32.h
55
#define
PREEMPT_ACTIVE
0x10000000
Completed in 714 milliseconds