Lines Matching refs:thread_info
471 if (unlikely(sp < (sizeof(struct thread_info) + 2048))) { in check_stack_overflow()
473 sp - sizeof(struct thread_info)); in check_stack_overflow()
513 struct thread_info *curtp, *irqtp, *sirqtp; in do_IRQ()
558 struct thread_info *critirq_ctx[NR_CPUS] __read_mostly;
559 struct thread_info *dbgirq_ctx[NR_CPUS] __read_mostly;
560 struct thread_info *mcheckirq_ctx[NR_CPUS] __read_mostly;
564 struct thread_info *tp; in exc_lvl_ctx_init()
598 struct thread_info *softirq_ctx[NR_CPUS] __read_mostly;
599 struct thread_info *hardirq_ctx[NR_CPUS] __read_mostly;
603 struct thread_info *tp; in irq_ctx_init()
619 struct thread_info *curtp, *irqtp; in do_softirq_own_stack()