Home
last modified time | relevance | path

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

/arch/um/include/asm/
Dthread_info.h26 struct thread_info *real_thread; /* Points to non-IRQ stack */ member
40 .real_thread = NULL, \
/arch/um/kernel/
Dirq.c481 nested = (ti->real_thread != NULL); in to_irq_stack()
490 ti->real_thread = tti; in to_irq_stack()
508 to = ti->real_thread; in from_irq_stack()
510 ti->real_thread = NULL; in from_irq_stack()