Searched refs:preempt_count (Results 1 - 25 of 55) sorted by relevance

123

/arch/h8300/include/asm/
H A Dthread_info.h26 int preempt_count; /* 0 => preemptable, <0 => BUG */ member in struct:thread_info
39 .preempt_count = INIT_PREEMPT_COUNT, \
/arch/m68k/include/asm/
H A Dthread_info.h31 int preempt_count; /* 0 => preemptable, <0 => BUG */ member in struct:thread_info
45 .preempt_count = INIT_PREEMPT_COUNT, \
/arch/avr32/kernel/
H A Dasm-offsets.c18 OFFSET(TI_preempt_count, thread_info, preempt_count);
/arch/avr32/include/asm/
H A Dthread_info.h27 __s32 preempt_count; /* 0 => preemptable, <0 => BUG */ member in struct:thread_info
43 .preempt_count = INIT_PREEMPT_COUNT, \
/arch/blackfin/include/asm/
H A Dthread_info.h43 int preempt_count; /* 0 => preemptable, <0 => BUG */ member in struct:thread_info
60 .preempt_count = INIT_PREEMPT_COUNT, \
/arch/c6x/include/asm/
H A Dthread_info.h46 int preempt_count; /* 0 = preemptable, <0 = BUG */ member in struct:thread_info
54 * preempt_count needs to be 1 initially, until the scheduler is functional.
62 .preempt_count = INIT_PREEMPT_COUNT, \
/arch/cris/include/asm/
H A Dthread_info.h34 int preempt_count; /* 0 => preemptable, <0 => BUG */ member in struct:thread_info
59 .preempt_count = INIT_PREEMPT_COUNT, \
/arch/frv/include/asm/
H A Dthread_info.h40 int preempt_count; /* 0 => preemptable, <0 => BUG */ member in struct:thread_info
70 .preempt_count = INIT_PREEMPT_COUNT, \
/arch/hexagon/include/asm/
H A Dthread_info.h61 int preempt_count; /* 0=>preemptible,<0=>BUG */ member in struct:thread_info
96 .preempt_count = 1, \
/arch/openrisc/include/asm/
H A Dthread_info.h54 __s32 preempt_count; /* 0 => preemptable, <0 => BUG */ member in struct:thread_info
71 * preempt_count needs to be 1 initially, until the scheduler is functional.
80 .preempt_count = 1, \
/arch/parisc/include/asm/
H A Dthread_info.h16 int preempt_count; /* 0=premptable, <0=BUG; will also serve as bh-counter */ member in struct:thread_info
27 .preempt_count = INIT_PREEMPT_COUNT, \
/arch/s390/include/asm/
H A Dthread_info.h49 int preempt_count; /* 0 => preemptable, <0 => BUG */ member in struct:thread_info
66 .preempt_count = INIT_PREEMPT_COUNT, \
/arch/score/include/asm/
H A Dthread_info.h38 int preempt_count; member in struct:thread_info
53 * preempt_count needs to be 1 initially, until the scheduler is functional.
60 .preempt_count = 1, \
/arch/um/include/asm/
H A Dthread_info.h20 int preempt_count; /* 0 => preemptable, member in struct:thread_info
35 .preempt_count = INIT_PREEMPT_COUNT, \
/arch/alpha/include/asm/
H A Dthread_info.h23 int preempt_count; /* 0 => preemptable, <0 => BUG */ member in struct:thread_info
40 .preempt_count = INIT_PREEMPT_COUNT, \
/arch/m32r/include/asm/
H A Dthread_info.h31 int preempt_count; /* 0 => preemptable, <0 => BUG */ member in struct:thread_info
71 .preempt_count = INIT_PREEMPT_COUNT, \
/arch/microblaze/include/asm/
H A Dthread_info.h72 __s32 preempt_count; /* 0 => preemptable,< 0 => BUG*/ member in struct:thread_info
88 .preempt_count = INIT_PREEMPT_COUNT, \
/arch/mips/include/asm/
H A Dthread_info.h30 int preempt_count; /* 0 => preemptable, <0 => BUG */ member in struct:thread_info
49 .preempt_count = INIT_PREEMPT_COUNT, \
/arch/mn10300/include/asm/
H A Dthread_info.h47 __s32 preempt_count; /* 0 => preemptable, <0 => BUG */ member in struct:thread_info
81 .preempt_count = INIT_PREEMPT_COUNT, \
/arch/sh/include/asm/
H A Dthread_info.h24 int preempt_count; /* 0 => preemptable, <0 => BUG */ member in struct:thread_info
56 .preempt_count = INIT_PREEMPT_COUNT, \
/arch/sparc/include/asm/
H A Dthread_info_32.h34 int preempt_count; /* 0 => preemptable, member in struct:thread_info
65 .preempt_count = INIT_PREEMPT_COUNT, \
109 #define TI_PREEMPT 0x14 /* preempt_count */
/arch/tile/include/asm/
H A Dthread_info.h34 int preempt_count; /* 0 => preemptable, member in struct:thread_info
53 .preempt_count = INIT_PREEMPT_COUNT, \
/arch/unicore32/include/asm/
H A Dthread_info.h70 int preempt_count; /* 0 => preemptable */ member in struct:thread_info
90 .preempt_count = INIT_PREEMPT_COUNT, \
121 * We use bit 30 of the preempt_count to indicate that kernel
/arch/xtensa/include/asm/
H A Dthread_info.h51 __s32 preempt_count; /* 0 => preemptable,< 0 => BUG*/ member in struct:thread_info
93 .preempt_count = INIT_PREEMPT_COUNT, \
/arch/sh/kernel/
H A Dirq.c91 * Copy the softirq bits in preempt_count so that the
94 irqctx->tinfo.preempt_count =
95 (irqctx->tinfo.preempt_count & ~SOFTIRQ_MASK) |
96 (curctx->tinfo.preempt_count & SOFTIRQ_MASK);
129 irqctx->tinfo.preempt_count = HARDIRQ_OFFSET;
138 irqctx->tinfo.preempt_count = 0;

Completed in 103 milliseconds

123