Searched defs:preempt_count (Results 1 - 5 of 5) sorted by relevance

/external/kernel-headers/original/linux/
H A Dpreempt.h6 * 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
/external/kernel-headers/original/asm-arm/
H A Dthread_info.h53 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
/external/kernel-headers/original/asm-mips/
H A Dthread_info.h30 int preempt_count; /* 0 => preemptable, <0 => BUG */ member in struct:thread_info
43 * preempt_count needs to be 1 initially, until the scheduler is functional.
51 .preempt_count = 1, \
/external/kernel-headers/original/asm-x86/
H A Dthread_info_32.h33 int preempt_count; /* 0 => preemptable, <0 => BUG */ member in struct:thread_info
66 * preempt_count needs to be 1 initially, until the scheduler is functional.
76 .preempt_count = 1, \
/external/linux-tools-perf/
H A Dbuiltin-timechart.c311 unsigned char preempt_count; member in struct:trace_entry

Completed in 4344 milliseconds