Home
last modified time | relevance | path

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

/Linux-v4.19/arch/um/include/asm/
Dthread_info.h28 struct thread_info *real_thread; /* Points to non-IRQ stack */ member
40 .real_thread = NULL, \
/Linux-v4.19/arch/um/kernel/
Dirq.c570 nested = (ti->real_thread != NULL); in to_irq_stack()
579 ti->real_thread = tti; in to_irq_stack()
597 to = ti->real_thread; in from_irq_stack()
599 ti->real_thread = NULL; in from_irq_stack()