Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/include/asm/
H A Dthread_info.h25 struct thread_info *real_thread; /* Points to non-IRQ stack */ member
36 .real_thread = NULL, \
/openbmc/linux/arch/um/kernel/
H A Dirq.c731 nested = (ti->real_thread != NULL); in to_irq_stack()
740 ti->real_thread = tti; in to_irq_stack()
758 to = ti->real_thread; in from_irq_stack()
760 ti->real_thread = NULL; in from_irq_stack()