Home
last modified time | relevance | path

Searched refs:tinfo (Results 1 – 2 of 2) sorted by relevance

/arch/sh/kernel/
Dirq.c62 struct thread_info tinfo; member
89 irqctx->tinfo.task = curctx->tinfo.task; in handle_one_irq()
90 irqctx->tinfo.previous_sp = current_stack_pointer; in handle_one_irq()
96 irqctx->tinfo.preempt_count = in handle_one_irq()
97 (irqctx->tinfo.preempt_count & ~SOFTIRQ_MASK) | in handle_one_irq()
98 (curctx->tinfo.preempt_count & SOFTIRQ_MASK); in handle_one_irq()
128 irqctx->tinfo.task = NULL; in irq_ctx_init()
129 irqctx->tinfo.cpu = cpu; in irq_ctx_init()
130 irqctx->tinfo.preempt_count = HARDIRQ_OFFSET; in irq_ctx_init()
131 irqctx->tinfo.addr_limit = MAKE_MM_SEG(0); in irq_ctx_init()
[all …]
Ddumpstack.c57 struct thread_info *tinfo, int *graph) in print_ftrace_graph_addr() argument
59 struct task_struct *task = tinfo->task; in print_ftrace_graph_addr()
83 struct thread_info *tinfo, int *graph) in print_ftrace_graph_addr() argument