OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preempt_count
(Results
1 - 25
of
26
) sorted by null
1
2
/bionic/libc/kernel/common/linux/
preempt.h
18
#define add_preempt_count(val) do {
preempt_count
() += (val); } while (0)
19
#define sub_preempt_count(val) do {
preempt_count
() -= (val); } while (0)
24
#define
preempt_count
() (current_thread_info()->
preempt_count
)
macro
hardirq.h
50
#define hardirq_count() (
preempt_count
() & HARDIRQ_MASK)
51
#define softirq_count() (
preempt_count
() & SOFTIRQ_MASK)
52
#define irq_count() (
preempt_count
() & (HARDIRQ_MASK | SOFTIRQ_MASK))
58
#define in_atomic() ((
preempt_count
() & ~PREEMPT_ACTIVE) != 0)
/development/ndk/platforms/android-3/include/linux/
preempt.h
18
#define add_preempt_count(val) do {
preempt_count
() += (val); } while (0)
19
#define sub_preempt_count(val) do {
preempt_count
() -= (val); } while (0)
24
#define
preempt_count
() (current_thread_info()->
preempt_count
)
macro
hardirq.h
50
#define hardirq_count() (
preempt_count
() & HARDIRQ_MASK)
51
#define softirq_count() (
preempt_count
() & SOFTIRQ_MASK)
52
#define irq_count() (
preempt_count
() & (HARDIRQ_MASK | SOFTIRQ_MASK))
58
#define in_atomic() ((
preempt_count
() & ~PREEMPT_ACTIVE) != 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)
19
#define sub_preempt_count(val) do {
preempt_count
() -= (val); } while (0)
24
#define
preempt_count
() (current_thread_info()->
preempt_count
)
macro
hardirq.h
50
#define hardirq_count() (
preempt_count
() & HARDIRQ_MASK)
51
#define softirq_count() (
preempt_count
() & SOFTIRQ_MASK)
52
#define irq_count() (
preempt_count
() & (HARDIRQ_MASK | SOFTIRQ_MASK))
58
#define in_atomic() ((
preempt_count
() & ~PREEMPT_ACTIVE) != 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)
19
#define sub_preempt_count(val) do {
preempt_count
() -= (val); } while (0)
24
#define
preempt_count
() (current_thread_info()->
preempt_count
)
macro
hardirq.h
50
#define hardirq_count() (
preempt_count
() & HARDIRQ_MASK)
51
#define softirq_count() (
preempt_count
() & SOFTIRQ_MASK)
52
#define irq_count() (
preempt_count
() & (HARDIRQ_MASK | SOFTIRQ_MASK))
58
#define in_atomic() ((
preempt_count
() & ~PREEMPT_ACTIVE) != 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)
19
#define sub_preempt_count(val) do {
preempt_count
() -= (val); } while (0)
24
#define
preempt_count
() (current_thread_info()->
preempt_count
)
macro
hardirq.h
50
#define hardirq_count() (
preempt_count
() & HARDIRQ_MASK)
51
#define softirq_count() (
preempt_count
() & SOFTIRQ_MASK)
52
#define irq_count() (
preempt_count
() & (HARDIRQ_MASK | SOFTIRQ_MASK))
58
#define in_atomic() ((
preempt_count
() & ~PREEMPT_ACTIVE) != 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)
19
#define sub_preempt_count(val) do {
preempt_count
() -= (val); } while (0)
24
#define
preempt_count
() (current_thread_info()->
preempt_count
)
macro
hardirq.h
50
#define hardirq_count() (
preempt_count
() & HARDIRQ_MASK)
51
#define softirq_count() (
preempt_count
() & SOFTIRQ_MASK)
52
#define irq_count() (
preempt_count
() & (HARDIRQ_MASK | SOFTIRQ_MASK))
58
#define in_atomic() ((
preempt_count
() & ~PREEMPT_ACTIVE) != 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)
19
#define sub_preempt_count(val) do {
preempt_count
() -= (val); } while (0)
24
#define
preempt_count
() (current_thread_info()->
preempt_count
)
macro
hardirq.h
50
#define hardirq_count() (
preempt_count
() & HARDIRQ_MASK)
51
#define softirq_count() (
preempt_count
() & SOFTIRQ_MASK)
52
#define irq_count() (
preempt_count
() & (HARDIRQ_MASK | SOFTIRQ_MASK))
58
#define in_atomic() ((
preempt_count
() & ~PREEMPT_ACTIVE) != 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)
19
#define sub_preempt_count(val) do {
preempt_count
() -= (val); } while (0)
24
#define
preempt_count
() (current_thread_info()->
preempt_count
)
macro
hardirq.h
50
#define hardirq_count() (
preempt_count
() & HARDIRQ_MASK)
51
#define softirq_count() (
preempt_count
() & SOFTIRQ_MASK)
52
#define irq_count() (
preempt_count
() & (HARDIRQ_MASK | SOFTIRQ_MASK))
58
#define in_atomic() ((
preempt_count
() & ~PREEMPT_ACTIVE) != 0)
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
preempt.h
18
#define add_preempt_count(val) do {
preempt_count
() += (val); } while (0)
19
#define sub_preempt_count(val) do {
preempt_count
() -= (val); } while (0)
24
#define
preempt_count
() (current_thread_info()->
preempt_count
)
macro
hardirq.h
50
#define hardirq_count() (
preempt_count
() & HARDIRQ_MASK)
51
#define softirq_count() (
preempt_count
() & SOFTIRQ_MASK)
52
#define irq_count() (
preempt_count
() & (HARDIRQ_MASK | SOFTIRQ_MASK))
58
#define in_atomic() ((
preempt_count
() & ~PREEMPT_ACTIVE) != 0)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
preempt.h
18
#define add_preempt_count(val) do {
preempt_count
() += (val); } while (0)
19
#define sub_preempt_count(val) do {
preempt_count
() -= (val); } while (0)
24
#define
preempt_count
() (current_thread_info()->
preempt_count
)
macro
hardirq.h
50
#define hardirq_count() (
preempt_count
() & HARDIRQ_MASK)
51
#define softirq_count() (
preempt_count
() & SOFTIRQ_MASK)
52
#define irq_count() (
preempt_count
() & (HARDIRQ_MASK | SOFTIRQ_MASK))
58
#define in_atomic() ((
preempt_count
() & ~PREEMPT_ACTIVE) != 0)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
preempt.h
18
#define add_preempt_count(val) do {
preempt_count
() += (val); } while (0)
19
#define sub_preempt_count(val) do {
preempt_count
() -= (val); } while (0)
24
#define
preempt_count
() (current_thread_info()->
preempt_count
)
macro
hardirq.h
50
#define hardirq_count() (
preempt_count
() & HARDIRQ_MASK)
51
#define softirq_count() (
preempt_count
() & SOFTIRQ_MASK)
52
#define irq_count() (
preempt_count
() & (HARDIRQ_MASK | SOFTIRQ_MASK))
58
#define in_atomic() ((
preempt_count
() & ~PREEMPT_ACTIVE) != 0)
/external/kernel-headers/original/linux/
preempt.h
6
*
preempt_count
(used for kernel preemption, interrupt count, etc.)
16
# define add_preempt_count(val) do {
preempt_count
() += (val); } while (0)
17
# define sub_preempt_count(val) do {
preempt_count
() -= (val); } while (0)
23
#define
preempt_count
() (current_thread_info()->
preempt_count
)
macro
hardirq.h
58
#define hardirq_count() (
preempt_count
() & HARDIRQ_MASK)
59
#define softirq_count() (
preempt_count
() & SOFTIRQ_MASK)
60
#define irq_count() (
preempt_count
() & (HARDIRQ_MASK | SOFTIRQ_MASK))
71
# define in_atomic() ((
preempt_count
() & ~PREEMPT_ACTIVE) != kernel_locked())
73
# define in_atomic() ((
preempt_count
() & ~PREEMPT_ACTIVE) != 0)
77
# define preemptible() (
preempt_count
() == 0 && !irqs_disabled())
/external/kernel-headers/original/asm-arm/
thread_info.h
53
int
preempt_count
; /* 0 => preemptable, <0 => bug */
member in struct:thread_info
73
.
preempt_count
= 1, \
119
* We use bit 30 of the
preempt_count
to indicate that kernel
Completed in 525 milliseconds
1
2