Searched refs:preempt_count (Results 1 - 25 of 62) sorted by path

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dasm-offsets.c43 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count));
H A Dentry-armv.S229 str r7, [tsk, #TI_PREEMPT] @ expects preempt_count == 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dasm-offsets.c23 OFFSET(TI_preempt_count, thread_info, preempt_count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dasm-offsets.c32 ENTRY(preempt_count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dasm-offsets.c34 ENTRY(preempt_count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dasm-offsets.c48 OFFSET(TI_PREEMPT_COUNT, thread_info, preempt_count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dasm-offsets.c57 OFFSET(TI_preempt_count, thread_info, preempt_count);
H A Dirq.c125 * Copy the softirq bits in preempt_count so that the
128 irqctx->tinfo.preempt_count =
129 (irqctx->tinfo.preempt_count & ~SOFTIRQ_MASK) |
130 (curctx->tinfo.preempt_count & SOFTIRQ_MASK);
176 irqctx->tinfo.preempt_count = HARDIRQ_OFFSET;
185 irqctx->tinfo.preempt_count = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dasm-offsets.c39 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
H A Dmca.c1669 ti->preempt_count = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dasm-offsets.c45 DEFINE(TINFO_PREEMPT, offsetof(struct thread_info, preempt_count));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dasm-offsets.c101 offset("#define TI_PRE_COUNT ", struct thread_info, preempt_count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dasm-offsets.c247 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dasm-offsets.c94 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count));
H A Dirq.c360 tp->preempt_count = SOFTIRQ_OFFSET;
365 tp->preempt_count = HARDIRQ_OFFSET;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dsmp.c88 task_thread_info(paca[lcpu].__current)->preempt_count = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dsmp.c94 task_thread_info(paca[lcpu].__current)->preempt_count = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dasm-offsets.c137 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dasm-offsets.c34 DEFINE(__TI_precount, offsetof(struct thread_info, preempt_count),);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dasm-offsets.c28 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
H A Dirq.c130 * Copy the softirq bits in preempt_count so that the
133 irqctx->tinfo.preempt_count =
134 (irqctx->tinfo.preempt_count & ~SOFTIRQ_MASK) |
135 (curctx->tinfo.preempt_count & SOFTIRQ_MASK);
185 irqctx->tinfo.preempt_count = HARDIRQ_OFFSET;
194 irqctx->tinfo.preempt_count = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dasm-offsets.c27 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dtraps.c487 TI_PREEMPT != offsetof(struct thread_info, preempt_count) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dtraps.c2511 TI_PRE_COUNT != offsetof(struct thread_info, preempt_count) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dasm-offsets.c44 ENTRY(preempt_count);

Completed in 190 milliseconds

123